Version 1
[yaffs-website] / node_modules / hooker / package.json
diff --git a/node_modules/hooker/package.json b/node_modules/hooker/package.json
new file mode 100644 (file)
index 0000000..ea37167
--- /dev/null
@@ -0,0 +1,91 @@
+{
+  "_args": [
+    [
+      "hooker@~0.2.3",
+      "/var/www/yaffs/node_modules/grunt-legacy-log"
+    ]
+  ],
+  "_defaultsLoaded": true,
+  "_engineSupported": true,
+  "_from": "hooker@>=0.2.3 <0.3.0",
+  "_id": "hooker@0.2.3",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/hooker",
+  "_nodeVersion": "v0.6.8",
+  "_npmUser": {
+    "email": "cowboy@rj3.net",
+    "name": "cowboy"
+  },
+  "_npmVersion": "1.1.0-2",
+  "_phantomChildren": {},
+  "_requested": {
+    "name": "hooker",
+    "raw": "hooker@~0.2.3",
+    "rawSpec": "~0.2.3",
+    "scope": null,
+    "spec": ">=0.2.3 <0.3.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/grunt-legacy-log",
+    "/grunt-legacy-util"
+  ],
+  "_resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
+  "_shasum": "b834f723cc4a242aa65963459df6d984c5d3d959",
+  "_shrinkwrap": null,
+  "_spec": "hooker@~0.2.3",
+  "_where": "/var/www/yaffs/node_modules/grunt-legacy-log",
+  "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"
+  },
+  "directories": {},
+  "dist": {
+    "shasum": "b834f723cc4a242aa65963459df6d984c5d3d959",
+    "tarball": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"
+  },
+  "engines": {
+    "node": "*"
+  },
+  "homepage": "http://github.com/cowboy/javascript-hooker",
+  "keywords": [
+    "aop",
+    "debug",
+    "function",
+    "hook",
+    "patch"
+  ],
+  "licenses": [
+    {
+      "type": "MIT",
+      "url": "https://github.com/cowboy/javascript-hooker/blob/master/LICENSE-MIT"
+    }
+  ],
+  "main": "lib/hooker",
+  "maintainers": [
+    {
+      "name": "cowboy",
+      "email": "cowboy@rj3.net"
+    }
+  ],
+  "name": "hooker",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/cowboy/javascript-hooker.git"
+  },
+  "scripts": {
+    "test": "grunt test"
+  },
+  "version": "0.2.3"
+}