You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

56 lines
1.1 KiB

{
"name": "fs-extra",
"version": "0.12.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.",
"homepage": "https://github.com/jprichardson/node-fs-extra",
"repository": {
"type": "git",
"url": "https://github.com/jprichardson/node-fs-extra"
},
"keywords": [
"fs",
"file",
"file system",
"copy",
"directory",
"extra",
"mkdirp",
"mkdir",
"mkdirs",
"recursive",
"json",
"read",
"write",
"extra",
"delete",
"remove",
"touch",
"create",
"text",
"output",
"move"
],
"author": "JP Richardson <jprichardson@gmail.com>",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jprichardson/node-fs-extra/raw/master/LICENSE"
}
],
"dependencies": {
"ncp": "^1.0.1",
"mkdirp": "^0.5.0",
"jsonfile": "^2.0.0",
"rimraf": "^2.2.8"
},
"devDependencies": {
"mocha": "*",
"testutil": "^0.7.0",
"secure-random": "^1.1.1",
"mock-fs": "^2.3.2"
},
"main": "./lib/index",
"scripts": {
"test": "mocha test"
}
}