package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "hooks-fixed@1.0.2",
  5. "D:\\work\\im\\node_modules\\mongoose"
  6. ]
  7. ],
  8. "_from": "hooks-fixed@1.0.2",
  9. "_id": "hooks-fixed@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/hooks-fixed",
  13. "_nodeVersion": "0.12.3",
  14. "_npmUser": {
  15. "email": "val@karpov.io",
  16. "name": "vkarpov15"
  17. },
  18. "_npmVersion": "2.9.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "hooks-fixed",
  22. "raw": "hooks-fixed@1.0.2",
  23. "rawSpec": "1.0.2",
  24. "scope": null,
  25. "spec": "1.0.2",
  26. "type": "version"
  27. },
  28. "_requiredBy": [
  29. "/mongoose"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.0.2.tgz",
  32. "_shasum": "ba38549f5a98c97f2271da428a8616e6bff68b57",
  33. "_shrinkwrap": null,
  34. "_spec": "hooks-fixed@1.0.2",
  35. "_where": "D:\\work\\im\\node_modules\\mongoose",
  36. "author": {
  37. "email": "brian.noguchi@gmail.com",
  38. "name": "Brian Noguchi",
  39. "url": "https://github.com/bnoguchi/"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/vkarpov15/hooks-fixed/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Adds pre and post hook functionality to your JavaScript methods.",
  46. "devDependencies": {
  47. "expresso": ">=0.7.6",
  48. "should": ">=0.2.1",
  49. "underscore": ">=1.1.4"
  50. },
  51. "directories": {
  52. "lib": "."
  53. },
  54. "dist": {
  55. "shasum": "ba38549f5a98c97f2271da428a8616e6bff68b57",
  56. "tarball": "https://registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.0.2.tgz"
  57. },
  58. "engines": {
  59. "node": ">=0.4.0"
  60. },
  61. "gitHead": "12ba552edc89a493218fd052cc4673dd1e832272",
  62. "homepage": "https://github.com/vkarpov15/hooks-fixed/",
  63. "keywords": [
  64. "node",
  65. "hooks",
  66. "middleware",
  67. "pre",
  68. "post"
  69. ],
  70. "licenses": [
  71. "MIT"
  72. ],
  73. "main": "./hooks.js",
  74. "maintainers": [
  75. {
  76. "email": "valkar207@gmail.com",
  77. "name": "vkarpov15"
  78. }
  79. ],
  80. "name": "hooks-fixed",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/vkarpov15/hooks-fixed.git"
  86. },
  87. "scripts": {
  88. "test": "make test"
  89. },
  90. "version": "1.0.2"
  91. }