package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "babel-plugin-istanbul@^5.1.0",
  3. "_id": "babel-plugin-istanbul@5.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw==",
  6. "_location": "/babel-plugin-istanbul",
  7. "_phantomChildren": {
  8. "locate-path": "3.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "babel-plugin-istanbul@^5.1.0",
  14. "name": "babel-plugin-istanbul",
  15. "escapedName": "babel-plugin-istanbul",
  16. "rawSpec": "^5.1.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^5.1.0"
  19. },
  20. "_requiredBy": [
  21. "/@jest/transform",
  22. "/@vue/cli-plugin-unit-jest/babel-jest",
  23. "/jest-config/babel-jest"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz",
  26. "_shasum": "df4ade83d897a92df069c4d9a25cf2671293c854",
  27. "_spec": "babel-plugin-istanbul@^5.1.0",
  28. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\@vue\\cli-plugin-unit-jest\\node_modules\\babel-jest",
  29. "author": {
  30. "name": "Thai Pangsakulyanont @dtinth"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/istanbuljs/babel-plugin-istanbul/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@babel/helper-plugin-utils": "^7.0.0",
  38. "find-up": "^3.0.0",
  39. "istanbul-lib-instrument": "^3.3.0",
  40. "test-exclude": "^5.2.3"
  41. },
  42. "deprecated": false,
  43. "description": "A babel plugin that adds istanbul instrumentation to ES6 code",
  44. "devDependencies": {
  45. "@babel/cli": "^7.4.3",
  46. "@babel/core": "^7.4.3",
  47. "@babel/plugin-transform-modules-commonjs": "^7.4.3",
  48. "@babel/register": "^7.4.0",
  49. "chai": "^4.2.0",
  50. "coveralls": "^3.0.3",
  51. "cross-env": "^5.2.0",
  52. "mocha": "^6.1.4",
  53. "nyc": "^14.1.0",
  54. "pmock": "^0.2.3",
  55. "standard": "^12.0.1",
  56. "standard-version": "^6.0.1"
  57. },
  58. "engines": {
  59. "node": ">=6"
  60. },
  61. "files": [
  62. "lib"
  63. ],
  64. "homepage": "https://github.com/istanbuljs/babel-plugin-istanbul#readme",
  65. "keywords": [
  66. "istanbul",
  67. "babel",
  68. "plugin",
  69. "instrumentation"
  70. ],
  71. "license": "BSD-3-Clause",
  72. "main": "lib/index.js",
  73. "name": "babel-plugin-istanbul",
  74. "nyc": {
  75. "include": [
  76. "src/*.js",
  77. "fixtures/should-cover.js"
  78. ],
  79. "require": [
  80. "@babel/register"
  81. ],
  82. "sourceMap": false,
  83. "instrument": false
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/istanbuljs/babel-plugin-istanbul.git"
  88. },
  89. "scripts": {
  90. "coverage": "nyc report --reporter=text-lcov | coveralls",
  91. "prepublish": "npm test && npm run release",
  92. "pretest": "standard && npm run release",
  93. "release": "babel src --out-dir lib",
  94. "test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text mocha test/*.js",
  95. "version": "standard-version"
  96. },
  97. "standard": {
  98. "ignore": [
  99. "fixtures/has-inline-source-map.js"
  100. ]
  101. },
  102. "version": "5.2.0"
  103. }