{ "_from": "fs-extra@^0.14.0", "_id": "fs-extra@0.14.0", "_inBundle": false, "_integrity": "sha1-RmCWxroticIAA4DaskULeFn/Z0M=", "_location": "/fs-extra", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "fs-extra@^0.14.0", "name": "fs-extra", "escapedName": "fs-extra", "rawSpec": "^0.14.0", "saveSpec": null, "fetchSpec": "^0.14.0" }, "_requiredBy": [ "/postcss-single-charset" ], "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.14.0.tgz", "_shasum": "466096c6ba2d89c2000380dab2450b7859ff6743", "_spec": "fs-extra@^0.14.0", "_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/postcss-single-charset", "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" }, "bugs": { "url": "https://github.com/jprichardson/node-fs-extra/issues" }, "bundleDependencies": false, "dependencies": { "jsonfile": "^2.0.0", "ncp": "^1.0.1", "rimraf": "^2.2.8" }, "deprecated": false, "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": "*", "read-dir-files": "^0.1.1", "secure-random": "^1.1.1", "testutil": "^0.7.0" }, "homepage": "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" ], "licenses": [ { "type": "MIT", "url": "http://github.com/jprichardson/node-fs-extra/raw/master/LICENSE" } ], "main": "./lib/index", "name": "fs-extra", "repository": { "type": "git", "url": "git+https://github.com/jprichardson/node-fs-extra.git" }, "scripts": { "test": "mocha test" }, "version": "0.14.0" }