package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "@istanbuljs/load-nyc-config@^1.0.0",
  3. "_id": "@istanbuljs/load-nyc-config@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  6. "_location": "/@istanbuljs/load-nyc-config",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@istanbuljs/load-nyc-config@^1.0.0",
  12. "name": "@istanbuljs/load-nyc-config",
  13. "escapedName": "@istanbuljs%2fload-nyc-config",
  14. "scope": "@istanbuljs",
  15. "rawSpec": "^1.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.0.0"
  18. },
  19. "_requiredBy": [
  20. "/babel-plugin-istanbul"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  23. "_shasum": "fd3db1d59ecf7cf121e80650bb86712f9b55eced",
  24. "_spec": "@istanbuljs/load-nyc-config@^1.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\babel-plugin-istanbul",
  26. "bugs": {
  27. "url": "https://github.com/istanbuljs/load-nyc-config/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "camelcase": "^5.3.1",
  32. "find-up": "^4.1.0",
  33. "get-package-type": "^0.1.0",
  34. "js-yaml": "^3.13.1",
  35. "resolve-from": "^5.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Utility function to load nyc configuration",
  39. "devDependencies": {
  40. "semver": "^6.3.0",
  41. "standard-version": "^7.0.0",
  42. "tap": "^14.10.5",
  43. "xo": "^0.25.3"
  44. },
  45. "engines": {
  46. "node": ">=8"
  47. },
  48. "homepage": "https://github.com/istanbuljs/load-nyc-config#readme",
  49. "license": "ISC",
  50. "main": "index.js",
  51. "name": "@istanbuljs/load-nyc-config",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/istanbuljs/load-nyc-config.git"
  55. },
  56. "scripts": {
  57. "pretest": "xo",
  58. "release": "standard-version",
  59. "snap": "npm test -- --snapshot",
  60. "test": "tap"
  61. },
  62. "version": "1.1.0",
  63. "xo": {
  64. "ignores": [
  65. "test/fixtures/extends/invalid.*"
  66. ],
  67. "rules": {
  68. "require-atomic-updates": 0,
  69. "capitalized-comments": 0,
  70. "unicorn/import-index": 0,
  71. "import/extensions": 0,
  72. "import/no-useless-path-segments": 0
  73. }
  74. }
  75. }