Version 1
[yaffs-website] / node_modules / is-function / package.json
diff --git a/node_modules/is-function/package.json b/node_modules/is-function/package.json
new file mode 100644 (file)
index 0000000..ffd8fb0
--- /dev/null
@@ -0,0 +1,96 @@
+{
+  "_args": [
+    [
+      "is-function@^1.0.1",
+      "/var/www/yaffs/node_modules/xhr"
+    ]
+  ],
+  "_from": "is-function@>=1.0.1 <2.0.0",
+  "_id": "is-function@1.0.1",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/is-function",
+  "_npmUser": {
+    "email": "glurgle@gmail.com",
+    "name": "grncdr"
+  },
+  "_npmVersion": "1.3.11",
+  "_phantomChildren": {},
+  "_requested": {
+    "name": "is-function",
+    "raw": "is-function@^1.0.1",
+    "rawSpec": "^1.0.1",
+    "scope": null,
+    "spec": ">=1.0.1 <2.0.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/for-each",
+    "/xhr"
+  ],
+  "_resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.1.tgz",
+  "_shasum": "12cfb98b65b57dd3d193a3121f5f6e2f437602b5",
+  "_shrinkwrap": null,
+  "_spec": "is-function@^1.0.1",
+  "_where": "/var/www/yaffs/node_modules/xhr",
+  "author": {
+    "email": "me@stephensugden.com",
+    "name": "Stephen Sugden"
+  },
+  "bugs": {
+    "url": "https://github.com/grncdr/js-is-function/issues"
+  },
+  "dependencies": {},
+  "description": "is that thing a function? Use this module to find out",
+  "devDependencies": {
+    "tape": "~2.3.2"
+  },
+  "directories": {},
+  "dist": {
+    "shasum": "12cfb98b65b57dd3d193a3121f5f6e2f437602b5",
+    "tarball": "https://registry.npmjs.org/is-function/-/is-function-1.0.1.tgz"
+  },
+  "homepage": "https://github.com/grncdr/js-is-function",
+  "keywords": [
+    "ie6",
+    "is-function",
+    "polyfill"
+  ],
+  "license": "MIT",
+  "main": "index.js",
+  "maintainers": [
+    {
+      "name": "grncdr",
+      "email": "glurgle@gmail.com"
+    }
+  ],
+  "name": "is-function",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/grncdr/js-is-function.git"
+  },
+  "scripts": {
+    "test": "tape test.js"
+  },
+  "testling": {
+    "browsers": [
+      "android-browser/4.2",
+      "chrome/20.0..latest",
+      "chrome/4.0..10.0",
+      "chrome/canary",
+      "firefox/15.0..latest",
+      "firefox/3.0..6.0",
+      "firefox/nightly",
+      "iexplore/6.0..latest",
+      "ipad/6.0..latest",
+      "iphone/6.0..latest",
+      "opera/10.0..latest",
+      "opera/next",
+      "safari/4.0..latest"
+    ],
+    "files": "test.js"
+  },
+  "version": "1.0.1"
+}