package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-istanbul@4.1.6",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-istanbul@4.1.6",
  10. "_id": "babel-plugin-istanbul@4.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-PWP9FQ1AhZhS01T/4qLSKoHGY/xvkZdVBGlKM/HuxxS3+sC66HhTNR7+MpbO/so/cz/wY94MeSWJuP1hXIPfwQ==",
  13. "_location": "/babel-plugin-istanbul",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-istanbul@4.1.6",
  19. "name": "babel-plugin-istanbul",
  20. "escapedName": "babel-plugin-istanbul",
  21. "rawSpec": "4.1.6",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.6"
  24. },
  25. "_requiredBy": [
  26. "/babel-jest",
  27. "/jest-runtime",
  28. "/jest-runtime/babel-jest"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz",
  31. "_spec": "4.1.6",
  32. "_where": "E:\\2023\\5\\myjadmin",
  33. "author": {
  34. "name": "Thai Pangsakulyanont @dtinth"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/istanbuljs/babel-plugin-istanbul/issues"
  38. },
  39. "dependencies": {
  40. "babel-plugin-syntax-object-rest-spread": "^6.13.0",
  41. "find-up": "^2.1.0",
  42. "istanbul-lib-instrument": "^1.10.1",
  43. "test-exclude": "^4.2.1"
  44. },
  45. "description": "A babel plugin that adds istanbul instrumentation to ES6 code",
  46. "devDependencies": {
  47. "babel-cli": "^6.18.0",
  48. "babel-core": "^6.24.0",
  49. "babel-preset-env": "^1.6.1",
  50. "babel-register": "^6.24.0",
  51. "chai": "^4.1.0",
  52. "coveralls": "^3.0.0",
  53. "cross-env": "^3.1.4",
  54. "mocha": "^4.0.0",
  55. "nyc": "^11.1.0",
  56. "pmock": "^0.2.3",
  57. "standard": "^9.0.2",
  58. "standard-version": "^4.0.0"
  59. },
  60. "files": [
  61. "lib"
  62. ],
  63. "greenkeeper": {
  64. "ignore": [
  65. "find-up",
  66. "cross-env"
  67. ]
  68. },
  69. "homepage": "https://github.com/istanbuljs/babel-plugin-istanbul#readme",
  70. "keywords": [
  71. "istanbul",
  72. "babel",
  73. "plugin",
  74. "instrumentation"
  75. ],
  76. "license": "BSD-3-Clause",
  77. "main": "lib/index.js",
  78. "name": "babel-plugin-istanbul",
  79. "nyc": {
  80. "include": [
  81. "src/*.js",
  82. "fixtures/should-cover.js"
  83. ],
  84. "require": [
  85. "babel-register"
  86. ],
  87. "sourceMap": false,
  88. "instrument": false
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/istanbuljs/babel-plugin-istanbul.git"
  93. },
  94. "scripts": {
  95. "coverage": "nyc report --reporter=text-lcov | coveralls",
  96. "prepublish": "npm test && npm run release",
  97. "pretest": "standard && npm run release",
  98. "release": "babel src --out-dir lib",
  99. "test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text mocha test/*.js",
  100. "version": "standard-version"
  101. },
  102. "standard": {
  103. "ignore": [
  104. "fixtures/has-inline-source-map.js"
  105. ]
  106. },
  107. "version": "4.1.6"
  108. }