package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "istanbul-lib-instrument@^5.0.4",
  3. "_id": "istanbul-lib-instrument@5.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==",
  6. "_location": "/istanbul-lib-instrument",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "istanbul-lib-instrument@^5.0.4",
  12. "name": "istanbul-lib-instrument",
  13. "escapedName": "istanbul-lib-instrument",
  14. "rawSpec": "^5.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.4"
  17. },
  18. "_requiredBy": [
  19. "/@jest/reporters",
  20. "/babel-plugin-istanbul"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz",
  23. "_shasum": "7b49198b657b27a730b8e9cb601f1e1bff24c59a",
  24. "_spec": "istanbul-lib-instrument@^5.0.4",
  25. "_where": "H:\\gs_nuxt\\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/core": "^7.12.3",
  36. "@babel/parser": "^7.14.7",
  37. "@istanbuljs/schema": "^0.1.2",
  38. "istanbul-lib-coverage": "^3.2.0",
  39. "semver": "^6.3.0"
  40. },
  41. "deprecated": false,
  42. "description": "Core istanbul API for JS code coverage",
  43. "devDependencies": {
  44. "@babel/cli": "^7.7.5",
  45. "chai": "^4.2.0",
  46. "clone": "^2.1.2",
  47. "debug": "^4.1.1",
  48. "documentation": "^12.1.4",
  49. "js-yaml": "^3.13.1",
  50. "mocha": "^6.2.3",
  51. "nopt": "^4.0.1",
  52. "nyc": "^15.1.0"
  53. },
  54. "engines": {
  55. "node": ">=8"
  56. },
  57. "files": [
  58. "src"
  59. ],
  60. "homepage": "https://istanbul.js.org/",
  61. "keywords": [
  62. "coverage",
  63. "istanbul",
  64. "js",
  65. "instrumentation"
  66. ],
  67. "license": "BSD-3-Clause",
  68. "main": "src/index.js",
  69. "name": "istanbul-lib-instrument",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
  73. "directory": "packages/istanbul-lib-instrument"
  74. },
  75. "scripts": {
  76. "test": "nyc mocha"
  77. },
  78. "version": "5.1.0"
  79. }