Version 1
[yaffs-website] / node_modules / fs-extra / package.json
diff --git a/node_modules/fs-extra/package.json b/node_modules/fs-extra/package.json
new file mode 100644 (file)
index 0000000..12e0816
--- /dev/null
@@ -0,0 +1,119 @@
+{
+  "_args": [
+    [
+      "fs-extra@~1.0.0",
+      "/var/www/yaffs/node_modules/phantomjs-prebuilt"
+    ]
+  ],
+  "_from": "fs-extra@>=1.0.0 <1.1.0",
+  "_id": "fs-extra@1.0.0",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/fs-extra",
+  "_nodeVersion": "6.5.0",
+  "_npmOperationalInternal": {
+    "host": "packages-12-west.internal.npmjs.com",
+    "tmp": "tmp/fs-extra-1.0.0.tgz_1477980958532_0.9847910783719271"
+  },
+  "_npmUser": {
+    "email": "jprichardson@gmail.com",
+    "name": "jprichardson"
+  },
+  "_npmVersion": "3.10.3",
+  "_phantomChildren": {},
+  "_requested": {
+    "name": "fs-extra",
+    "raw": "fs-extra@~1.0.0",
+    "rawSpec": "~1.0.0",
+    "scope": null,
+    "spec": ">=1.0.0 <1.1.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/phantomjs-prebuilt"
+  ],
+  "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz",
+  "_shasum": "cd3ce5f7e7cb6145883fcae3191e9877f8587950",
+  "_shrinkwrap": null,
+  "_spec": "fs-extra@~1.0.0",
+  "_where": "/var/www/yaffs/node_modules/phantomjs-prebuilt",
+  "author": {
+    "email": "jprichardson@gmail.com",
+    "name": "JP Richardson"
+  },
+  "bugs": {
+    "url": "https://github.com/jprichardson/node-fs-extra/issues"
+  },
+  "dependencies": {
+    "graceful-fs": "^4.1.2",
+    "jsonfile": "^2.1.0",
+    "klaw": "^1.0.0"
+  },
+  "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
+  "devDependencies": {
+    "coveralls": "^2.11.2",
+    "istanbul": "^0.4.5",
+    "minimist": "^1.1.1",
+    "mocha": "^3.1.2",
+    "proxyquire": "^1.7.10",
+    "read-dir-files": "^0.1.1",
+    "rimraf": "^2.2.8",
+    "secure-random": "^1.1.1",
+    "semver": "^5.3.0",
+    "standard": "^8.5.0"
+  },
+  "directories": {},
+  "dist": {
+    "shasum": "cd3ce5f7e7cb6145883fcae3191e9877f8587950",
+    "tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz"
+  },
+  "gitHead": "2da7defbd3d3f140f4d2f4cfa7e89b11846a827a",
+  "homepage": "https://github.com/jprichardson/node-fs-extra",
+  "keywords": [
+    "copy",
+    "create",
+    "delete",
+    "directory",
+    "extra",
+    "extra",
+    "file",
+    "file system",
+    "fs",
+    "json",
+    "mkdir",
+    "mkdirp",
+    "mkdirs",
+    "move",
+    "output",
+    "read",
+    "recursive",
+    "remove",
+    "text",
+    "touch",
+    "write"
+  ],
+  "license": "MIT",
+  "main": "./lib/index",
+  "maintainers": [
+    {
+      "name": "jprichardson",
+      "email": "jprichardson@gmail.com"
+    }
+  ],
+  "name": "fs-extra",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/jprichardson/node-fs-extra.git"
+  },
+  "scripts": {
+    "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
+    "coveralls": "npm run coverage && coveralls < coverage/lcov.info",
+    "lint": "standard",
+    "test": "npm run lint && npm run unit",
+    "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
+    "unit": "node test.js"
+  },
+  "version": "1.0.0"
+}