You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

70 lines
1.7 KiB

{
"_from": "hooks-fixed@2.0.2",
"_id": "hooks-fixed@2.0.2",
"_inBundle": false,
"_integrity": "sha512-YurCM4gQSetcrhwEtpQHhQ4M7Zo7poNGqY4kQGeBS6eZtOcT3tnNs01ThFa0jYBByAiYt1MjMjP/YApG0EnAvQ==",
"_location": "/hooks-fixed",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "hooks-fixed@2.0.2",
"name": "hooks-fixed",
"escapedName": "hooks-fixed",
"rawSpec": "2.0.2",
"saveSpec": null,
"fetchSpec": "2.0.2"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/hooks-fixed/-/hooks-fixed-2.0.2.tgz",
"_shasum": "20076daa07e77d8a6106883ce3f1722e051140b0",
"_spec": "hooks-fixed@2.0.2",
"_where": "/app/node_modules/mongoose",
"author": {
"name": "Brian Noguchi",
"email": "brian.noguchi@gmail.com",
"url": "https://github.com/bnoguchi/"
},
"bugs": {
"url": "https://github.com/vkarpov15/hooks-fixed/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Adds pre and post hook functionality to your JavaScript methods.",
"devDependencies": {
"expresso": ">=0.7.6",
"should": ">=0.2.1",
"underscore": ">=1.1.4"
},
"directories": {
"lib": "."
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/vkarpov15/hooks-fixed/",
"keywords": [
"node",
"hooks",
"middleware",
"pre",
"post"
],
"licenses": [
"MIT"
],
"main": "./hooks.js",
"name": "hooks-fixed",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/vkarpov15/hooks-fixed.git"
},
"scripts": {
"test": "make test"
},
"version": "2.0.2"
}