package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "istanbul-lib-instrument@^3.3.0",
  3. "_id": "istanbul-lib-instrument@3.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==",
  6. "_location": "/istanbul-lib-instrument",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "istanbul-lib-instrument@^3.3.0",
  12. "name": "istanbul-lib-instrument",
  13. "escapedName": "istanbul-lib-instrument",
  14. "rawSpec": "^3.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.3.0"
  17. },
  18. "_requiredBy": [
  19. "/@jest/reporters",
  20. "/babel-plugin-istanbul"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz",
  23. "_shasum": "a5f63d91f0bbc0c3e479ef4c5de027335ec6d630",
  24. "_spec": "istanbul-lib-instrument@^3.3.0",
  25. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\babel-plugin-istanbul",
  26. "author": {
  27. "name": "Krishnan Anantheswaran",
  28. "email": "kananthmail-github@yahoo.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/generator": "^7.4.0",
  36. "@babel/parser": "^7.4.3",
  37. "@babel/template": "^7.4.0",
  38. "@babel/traverse": "^7.4.3",
  39. "@babel/types": "^7.4.0",
  40. "istanbul-lib-coverage": "^2.0.5",
  41. "semver": "^6.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "Core istanbul API for JS code coverage",
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "dist"
  50. ],
  51. "gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2",
  52. "homepage": "https://istanbul.js.org/",
  53. "keywords": [
  54. "coverage",
  55. "istanbul",
  56. "js",
  57. "instrumentation"
  58. ],
  59. "license": "BSD-3-Clause",
  60. "main": "dist/index.js",
  61. "name": "istanbul-lib-instrument",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  65. },
  66. "scripts": {
  67. "prepublish": "npm run release",
  68. "release": "babel src --out-dir dist && documentation build -f md -o api.md src",
  69. "test": "mocha --require=@babel/register"
  70. },
  71. "version": "3.3.0"
  72. }