Version 1
[yaffs-website] / node_modules / individual / package.json
diff --git a/node_modules/individual/package.json b/node_modules/individual/package.json
new file mode 100644 (file)
index 0000000..06c3a64
--- /dev/null
@@ -0,0 +1,105 @@
+{
+  "_args": [
+    [
+      "individual@^2.0.0",
+      "/var/www/yaffs/node_modules/rust-result"
+    ]
+  ],
+  "_from": "individual@>=2.0.0 <3.0.0",
+  "_id": "individual@2.0.0",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/individual",
+  "_npmUser": {
+    "email": "raynos2@gmail.com",
+    "name": "raynos"
+  },
+  "_npmVersion": "1.4.7",
+  "_phantomChildren": {},
+  "_requested": {
+    "name": "individual",
+    "raw": "individual@^2.0.0",
+    "rawSpec": "^2.0.0",
+    "scope": null,
+    "spec": ">=2.0.0 <3.0.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/rust-result"
+  ],
+  "_resolved": "https://registry.npmjs.org/individual/-/individual-2.0.0.tgz",
+  "_shasum": "833b097dad23294e76117a98fb38e0d9ad61bb97",
+  "_shrinkwrap": null,
+  "_spec": "individual@^2.0.0",
+  "_where": "/var/www/yaffs/node_modules/rust-result",
+  "author": {
+    "email": "raynos2@gmail.com",
+    "name": "Raynos"
+  },
+  "bugs": {
+    "email": "raynos2@gmail.com",
+    "url": "https://github.com/Raynos/individual/issues"
+  },
+  "contributors": [
+    {
+      "name": "Jake Verbaten"
+    }
+  ],
+  "dependencies": {},
+  "description": "Garantueed individual values",
+  "devDependencies": {
+    "coveralls": "^2.10.0",
+    "istanbul": "^0.2.7",
+    "run-browser": "^1.3.1",
+    "tape": "^2.12.3"
+  },
+  "directories": {},
+  "dist": {
+    "shasum": "833b097dad23294e76117a98fb38e0d9ad61bb97",
+    "tarball": "https://registry.npmjs.org/individual/-/individual-2.0.0.tgz"
+  },
+  "homepage": "https://github.com/Raynos/individual",
+  "keywords": [],
+  "licenses": [
+    {
+      "type": "MIT",
+      "url": "http://github.com/Raynos/individual/raw/master/LICENSE"
+    }
+  ],
+  "main": "index",
+  "maintainers": [
+    {
+      "name": "raynos",
+      "email": "raynos2@gmail.com"
+    }
+  ],
+  "name": "individual",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/Raynos/individual.git"
+  },
+  "scripts": {
+    "cover": "istanbul cover --report none --print detail test.js",
+    "test": "node test.js",
+    "travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)"
+  },
+  "testling": {
+    "browsers": [
+      "android-browser/4.2..latest",
+      "chrome/22..latest",
+      "chrome/canary",
+      "firefox/16..latest",
+      "firefox/nightly",
+      "ie/8..latest",
+      "ipad/6.0..latest",
+      "iphone/6.0..latest",
+      "opera/12..latest",
+      "opera/next",
+      "safari/5.1..latest"
+    ],
+    "files": "test.js"
+  },
+  "version": "2.0.0"
+}