package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "hooker@~0.2.3",
  3. "_id": "hooker@0.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=",
  6. "_location": "/hooker",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hooker@~0.2.3",
  12. "name": "hooker",
  13. "escapedName": "hooker",
  14. "rawSpec": "~0.2.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.2.3"
  17. },
  18. "_requiredBy": [
  19. "/grunt-legacy-log",
  20. "/grunt-legacy-util"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/hooker/download/hooker-0.2.3.tgz",
  23. "_shasum": "b834f723cc4a242aa65963459df6d984c5d3d959",
  24. "_spec": "hooker@~0.2.3",
  25. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\grunt-legacy-log",
  26. "author": {
  27. "name": "\"Cowboy\" Ben Alman",
  28. "url": "http://benalman.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/cowboy/javascript-hooker/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Monkey-patch (hook) functions for debugging and stuff.",
  37. "devDependencies": {
  38. "grunt": "~0.2.1"
  39. },
  40. "engines": {
  41. "node": "*"
  42. },
  43. "homepage": "http://github.com/cowboy/javascript-hooker",
  44. "keywords": [
  45. "patch",
  46. "hook",
  47. "function",
  48. "debug",
  49. "aop"
  50. ],
  51. "licenses": [
  52. {
  53. "type": "MIT",
  54. "url": "https://github.com/cowboy/javascript-hooker/blob/master/LICENSE-MIT"
  55. }
  56. ],
  57. "main": "lib/hooker",
  58. "name": "hooker",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/cowboy/javascript-hooker.git"
  62. },
  63. "scripts": {
  64. "test": "grunt test"
  65. },
  66. "version": "0.2.3"
  67. }