package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "istanbul-lib-instrument@^4.0.0",
  3. "_id": "istanbul-lib-instrument@4.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==",
  6. "_location": "/istanbul-lib-instrument",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "istanbul-lib-instrument@^4.0.0",
  12. "name": "istanbul-lib-instrument",
  13. "escapedName": "istanbul-lib-instrument",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@jest/reporters",
  20. "/babel-plugin-istanbul"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz",
  23. "_shasum": "873c6fff897450118222774696a3f28902d77c1d",
  24. "_spec": "istanbul-lib-instrument@^4.0.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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.7.5",
  36. "@istanbuljs/schema": "^0.1.2",
  37. "istanbul-lib-coverage": "^3.0.0",
  38. "semver": "^6.3.0"
  39. },
  40. "deprecated": false,
  41. "description": "Core istanbul API for JS code coverage",
  42. "devDependencies": {
  43. "@babel/cli": "^7.7.5",
  44. "@babel/plugin-transform-modules-commonjs": "^7.7.5",
  45. "@babel/register": "^7.7.4",
  46. "chai": "^4.2.0",
  47. "clone": "^2.1.2",
  48. "debug": "^4.1.1",
  49. "documentation": "^12.1.4",
  50. "js-yaml": "^3.13.1",
  51. "mocha": "^6.2.2",
  52. "nopt": "^4.0.1",
  53. "nyc": "^15.0.0-beta.2"
  54. },
  55. "engines": {
  56. "node": ">=8"
  57. },
  58. "files": [
  59. "dist"
  60. ],
  61. "gitHead": "2c6f0e24680d050503d404de0ebff53467fefbff",
  62. "homepage": "https://istanbul.js.org/",
  63. "keywords": [
  64. "coverage",
  65. "istanbul",
  66. "js",
  67. "instrumentation"
  68. ],
  69. "license": "BSD-3-Clause",
  70. "main": "dist/index.js",
  71. "name": "istanbul-lib-instrument",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
  75. "directory": "packages/istanbul-lib-instrument"
  76. },
  77. "scripts": {
  78. "prepublish": "npm run release",
  79. "release": "babel src --out-dir dist && documentation build -f md -o api.md src",
  80. "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json --require=@babel/register --include=src mocha"
  81. },
  82. "version": "4.0.3"
  83. }