75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"hooker@0.2.3",
|
|
"C:\\wamp64\\www\\ilink"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "hooker@0.2.3",
|
|
"_id": "hooker@0.2.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=",
|
|
"_location": "/hooker",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "hooker@0.2.3",
|
|
"name": "hooker",
|
|
"escapedName": "hooker",
|
|
"rawSpec": "0.2.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/grunt",
|
|
"/grunt-contrib-jshint",
|
|
"/grunt-jscs",
|
|
"/grunt-legacy-log",
|
|
"/grunt-legacy-util"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
|
|
"_spec": "0.2.3",
|
|
"_where": "C:\\wamp64\\www\\ilink",
|
|
"author": {
|
|
"name": "\"Cowboy\" Ben Alman",
|
|
"url": "http://benalman.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cowboy/javascript-hooker/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Monkey-patch (hook) functions for debugging and stuff.",
|
|
"devDependencies": {
|
|
"grunt": "~0.2.1"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"homepage": "http://github.com/cowboy/javascript-hooker",
|
|
"keywords": [
|
|
"patch",
|
|
"hook",
|
|
"function",
|
|
"debug",
|
|
"aop"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/cowboy/javascript-hooker/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"main": "lib/hooker",
|
|
"name": "hooker",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/cowboy/javascript-hooker.git"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"version": "0.2.3"
|
|
}
|