Website/node_modules/fs-extra/package.json
2015-12-02 18:21:44 -05:00

108 lines
2.4 KiB
JSON

{
"_args": [
[
"fs-extra@~0.10.0",
"/Users/okennedy/Desktop/Website/node_modules/metalsmith"
]
],
"_from": "fs-extra@>=0.10.0 <0.11.0",
"_id": "fs-extra@0.10.0",
"_inCache": true,
"_installable": true,
"_location": "/fs-extra",
"_npmUser": {
"email": "jprichardson@gmail.com",
"name": "jp"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {},
"_requested": {
"name": "fs-extra",
"raw": "fs-extra@~0.10.0",
"rawSpec": "~0.10.0",
"scope": null,
"spec": ">=0.10.0 <0.11.0",
"type": "range"
},
"_requiredBy": [
"/metalsmith"
],
"_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz",
"_shasum": "99c0ec2fd5eaaad9d646245e4b014b56729982af",
"_shrinkwrap": null,
"_spec": "fs-extra@~0.10.0",
"_where": "/Users/okennedy/Desktop/Website/node_modules/metalsmith",
"author": {
"email": "jprichardson@gmail.com",
"name": "JP Richardson"
},
"bugs": {
"url": "https://github.com/jprichardson/node-fs-extra/issues"
},
"dependencies": {
"jsonfile": "^1.2.0",
"mkdirp": "^0.5.0",
"ncp": "^0.5.1",
"rimraf": "^2.2.8"
},
"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": {
"mocha": "*",
"path-extra": "0.0.x",
"testutil": "~0.5.0",
"userid": "~0.1.1"
},
"directories": {},
"dist": {
"shasum": "99c0ec2fd5eaaad9d646245e4b014b56729982af",
"tarball": "http://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz"
},
"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"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jprichardson/node-fs-extra/raw/master/LICENSE"
}
],
"main": "./lib/index",
"maintainers": [
{
"name": "jp",
"email": "jprichardson@gmail.com"
}
],
"name": "fs-extra",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/jprichardson/node-fs-extra"
},
"scripts": {
"test": "mocha test"
},
"version": "0.10.0"
}