package.json 1.6 KB

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