package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "istanbul-api@^1.3.1",
  3. "_id": "istanbul-api@1.3.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4/ApBnMVeEPG3EkSzcw25wDe4N66wxwn+KKn6b47vyek8Xb3NBAcg4xfuQbS7BqcZuTX4wxfD5lVagdggR3gyA==",
  6. "_location": "/istanbul-api",
  7. "_phantomChildren": {
  8. "lodash": "4.17.21"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "istanbul-api@^1.3.1",
  14. "name": "istanbul-api",
  15. "escapedName": "istanbul-api",
  16. "rawSpec": "^1.3.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^1.3.1"
  19. },
  20. "_requiredBy": [
  21. "/jest/jest-cli"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/istanbul-api/-/istanbul-api-1.3.7.tgz",
  24. "_shasum": "a86c770d2b03e11e3f778cd7aedd82d2722092aa",
  25. "_spec": "istanbul-api@^1.3.1",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jest\\node_modules\\jest-cli",
  27. "author": {
  28. "name": "Krishnan Anantheswaran",
  29. "email": "kananthmail-github@yahoo.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "async": "^2.1.4",
  37. "fileset": "^2.0.2",
  38. "istanbul-lib-coverage": "^1.2.1",
  39. "istanbul-lib-hook": "^1.2.2",
  40. "istanbul-lib-instrument": "^1.10.2",
  41. "istanbul-lib-report": "^1.1.5",
  42. "istanbul-lib-source-maps": "^1.2.6",
  43. "istanbul-reports": "^1.5.1",
  44. "js-yaml": "^3.7.0",
  45. "mkdirp": "^0.5.1",
  46. "once": "^1.4.0"
  47. },
  48. "deprecated": false,
  49. "description": "High level API for istanbul features",
  50. "devDependencies": {
  51. "chai": "^3.0.0",
  52. "is-windows": "^1.0.0",
  53. "jshint": "^2.8.0",
  54. "memory-streams": "^0.1.0",
  55. "mocha": "^3.1.2",
  56. "rimraf": "^2.6.1"
  57. },
  58. "files": [
  59. "lib",
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
  63. "keywords": [
  64. "istanbul",
  65. "api"
  66. ],
  67. "license": "BSD-3-Clause",
  68. "main": "index.js",
  69. "name": "istanbul-api",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  73. },
  74. "scripts": {
  75. "fast": "mocha --slow 1000",
  76. "pretest": "jshint index.js lib/ test/",
  77. "test": "mocha"
  78. },
  79. "version": "1.3.7"
  80. }