package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "istanbul-lib-hook@^1.2.2",
  3. "_id": "istanbul-lib-hook@1.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/Jmq7Y1VeHnZEQ3TL10VHyb564mn6VrQXHchON9Jf/AEcmQ3ZIiyD1BVzNOKTZf/G3gE+kiGK6SmpF9y3qGPLw==",
  6. "_location": "/istanbul-lib-hook",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "istanbul-lib-hook@^1.2.2",
  12. "name": "istanbul-lib-hook",
  13. "escapedName": "istanbul-lib-hook",
  14. "rawSpec": "^1.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.2"
  17. },
  18. "_requiredBy": [
  19. "/istanbul-api"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/istanbul-lib-hook/-/istanbul-lib-hook-1.2.2.tgz",
  22. "_shasum": "bc6bf07f12a641fbf1c85391d0daa8f0aea6bf86",
  23. "_spec": "istanbul-lib-hook@^1.2.2",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\istanbul-api",
  25. "author": {
  26. "name": "Krishnan Anantheswaran",
  27. "email": "kananthmail-github@yahoo.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "append-transform": "^0.4.0"
  35. },
  36. "deprecated": false,
  37. "description": "Hooks for require, vm and script used in istanbul",
  38. "devDependencies": {
  39. "chai": "^3.0.0",
  40. "jshint": "^2.8.0",
  41. "mocha": "^3.2.0"
  42. },
  43. "files": [
  44. "lib",
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
  48. "keywords": [
  49. "istanbul",
  50. "hook"
  51. ],
  52. "license": "BSD-3-Clause",
  53. "main": "index.js",
  54. "name": "istanbul-lib-hook",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  58. },
  59. "scripts": {
  60. "pretest": "jshint index.js lib/ test/",
  61. "test": "mocha"
  62. },
  63. "version": "1.2.2"
  64. }