Version 1
[yaffs-website] / node_modules / temp / package.json
diff --git a/node_modules/temp/package.json b/node_modules/temp/package.json
new file mode 100644 (file)
index 0000000..56d5193
--- /dev/null
@@ -0,0 +1,98 @@
+{
+  "_args": [
+    [
+      "temp@^0.8.0",
+      "/var/www/yaffs/node_modules/phridge"
+    ]
+  ],
+  "_from": "temp@>=0.8.0 <0.9.0",
+  "_id": "temp@0.8.3",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/temp",
+  "_nodeVersion": "0.12.0",
+  "_npmUser": {
+    "email": "brwcodes@gmail.com",
+    "name": "bruce"
+  },
+  "_npmVersion": "2.5.1",
+  "_phantomChildren": {},
+  "_requested": {
+    "name": "temp",
+    "raw": "temp@^0.8.0",
+    "rawSpec": "^0.8.0",
+    "scope": null,
+    "spec": ">=0.8.0 <0.9.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/phridge"
+  ],
+  "_resolved": "https://registry.npmjs.org/temp/-/temp-0.8.3.tgz",
+  "_shasum": "e0c6bc4d26b903124410e4fed81103014dfc1f59",
+  "_shrinkwrap": null,
+  "_spec": "temp@^0.8.0",
+  "_where": "/var/www/yaffs/node_modules/phridge",
+  "author": {
+    "email": "brwcodes@gmail.com",
+    "name": "Bruce Williams"
+  },
+  "bugs": {
+    "url": "https://github.com/bruce/node-temp/issues"
+  },
+  "dependencies": {
+    "os-tmpdir": "^1.0.0",
+    "rimraf": "~2.2.6"
+  },
+  "description": "Temporary files and directories",
+  "devDependencies": {},
+  "directories": {
+    "lib": "lib"
+  },
+  "dist": {
+    "shasum": "e0c6bc4d26b903124410e4fed81103014dfc1f59",
+    "tarball": "https://registry.npmjs.org/temp/-/temp-0.8.3.tgz"
+  },
+  "engines": [
+    "node >=0.8.0"
+  ],
+  "gitHead": "76966b174840a540c8d1566507f2afcad99a3afa",
+  "homepage": "https://github.com/bruce/node-temp",
+  "keywords": [
+    "temp",
+    "tempdir",
+    "tempfile",
+    "temporary",
+    "tmp",
+    "tmpdir",
+    "tmpfile"
+  ],
+  "license": "MIT",
+  "main": "./lib/temp",
+  "maintainers": [
+    {
+      "name": "bruce",
+      "email": "bruce@codefluency.com"
+    }
+  ],
+  "name": "temp",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/bruce/node-temp.git"
+  },
+  "scripts": {
+    "test": "node test/temp-test.js"
+  },
+  "tags": [
+    "security",
+    "temp",
+    "tempdir",
+    "tempfile",
+    "temporary",
+    "tmpdir",
+    "tmpfile"
+  ],
+  "version": "0.8.3"
+}