package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "hooks-fixed@2.0.2",
  3. "_id": "hooks-fixed@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IAdtqgfnfYphBog84/FyLgURQLA=",
  6. "_location": "/hooks-fixed",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "hooks-fixed@2.0.2",
  12. "name": "hooks-fixed",
  13. "escapedName": "hooks-fixed",
  14. "rawSpec": "2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/mongoose"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/hooks-fixed/download/hooks-fixed-2.0.2.tgz",
  22. "_shasum": "20076daa07e77d8a6106883ce3f1722e051140b0",
  23. "_spec": "hooks-fixed@2.0.2",
  24. "_where": "E:\\cos-node10\\game-server\\node_modules\\mongoose",
  25. "author": {
  26. "name": "Brian Noguchi",
  27. "email": "brian.noguchi@gmail.com",
  28. "url": "https://github.com/bnoguchi/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/vkarpov15/hooks-fixed/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Adds pre and post hook functionality to your JavaScript methods.",
  37. "devDependencies": {
  38. "expresso": ">=0.7.6",
  39. "should": ">=0.2.1",
  40. "underscore": ">=1.1.4"
  41. },
  42. "directories": {
  43. "lib": "."
  44. },
  45. "engines": {
  46. "node": ">=0.4.0"
  47. },
  48. "homepage": "https://github.com/vkarpov15/hooks-fixed/",
  49. "keywords": [
  50. "node",
  51. "hooks",
  52. "middleware",
  53. "pre",
  54. "post"
  55. ],
  56. "licenses": [
  57. "MIT"
  58. ],
  59. "main": "./hooks.js",
  60. "name": "hooks-fixed",
  61. "optionalDependencies": {},
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/vkarpov15/hooks-fixed.git"
  65. },
  66. "scripts": {
  67. "test": "make test"
  68. },
  69. "version": "2.0.2"
  70. }