1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
Files
mywebsite/node_modules/hooks-fixed/package.json

92 lines
2.1 KiB
JSON

{
"_args": [
[
"hooks-fixed@1.1.0",
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mongoose"
]
],
"_from": "hooks-fixed@1.1.0",
"_id": "hooks-fixed@1.1.0",
"_inCache": true,
"_installable": true,
"_location": "/hooks-fixed",
"_nodeVersion": "0.12.3",
"_npmUser": {
"email": "val@karpov.io",
"name": "vkarpov15"
},
"_npmVersion": "2.9.1",
"_phantomChildren": {},
"_requested": {
"name": "hooks-fixed",
"raw": "hooks-fixed@1.1.0",
"rawSpec": "1.1.0",
"scope": null,
"spec": "1.1.0",
"type": "version"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.1.0.tgz",
"_shasum": "0e8c15336708e6611185fe390b44687dd5230dbb",
"_shrinkwrap": null,
"_spec": "hooks-fixed@1.1.0",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mongoose",
"author": {
"email": "brian.noguchi@gmail.com",
"name": "Brian Noguchi",
"url": "https://github.com/bnoguchi/"
},
"bugs": {
"url": "https://github.com/vkarpov15/hooks-fixed/issues"
},
"dependencies": {},
"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": "."
},
"dist": {
"shasum": "0e8c15336708e6611185fe390b44687dd5230dbb",
"tarball": "http://registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.1.0.tgz"
},
"engines": {
"node": ">=0.4.0"
},
"gitHead": "17ef258ae58d7aa6de7cec5b57f76233a4ba1c96",
"homepage": "https://github.com/vkarpov15/hooks-fixed/",
"keywords": [
"hooks",
"middleware",
"node",
"post",
"pre"
],
"licenses": [
"MIT"
],
"main": "./hooks.js",
"maintainers": [
{
"name": "vkarpov15",
"email": "valkar207@gmail.com"
}
],
"name": "hooks-fixed",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/vkarpov15/hooks-fixed.git"
},
"scripts": {
"test": "make test"
},
"version": "1.1.0"
}