You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
{
|
|
"_from": "hooks@^0.3.2",
|
|
"_id": "hooks@0.3.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-TqeFzUf12rSzcbm5lUls81jimUC8TmXZ4ANPxxeeMou09hrjBcHYhAQ0WgyN5YqNCXOzz7L6xVNl/+ctFuSeOw==",
|
|
"_location": "/hooks",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "hooks@^0.3.2",
|
|
"name": "hooks",
|
|
"escapedName": "hooks",
|
|
"rawSpec": "^0.3.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.3.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/hooks/-/hooks-0.3.2.tgz",
|
|
"_shasum": "a31f060c2026cea6cf1ca3eb178430e718e1c4a3",
|
|
"_spec": "hooks@^0.3.2",
|
|
"_where": "D:\\myproject\\202304\\manual-send-out\\vue_ManualSendOut",
|
|
"author": {
|
|
"name": "Brian Noguchi",
|
|
"email": "brian.noguchi@gmail.com",
|
|
"url": "https://github.com/bnoguchi/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bnoguchi/hooks-js/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/bnoguchi/hooks-js/",
|
|
"keywords": [
|
|
"node",
|
|
"hooks",
|
|
"middleware",
|
|
"pre",
|
|
"post"
|
|
],
|
|
"licenses": [
|
|
"MIT"
|
|
],
|
|
"main": "./hooks.js",
|
|
"name": "hooks",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/bnoguchi/hooks-js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"version": "0.3.2"
|
|
}
|