{ "_args": [ [ "fs-extra@3.0.1", "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\browser-sync" ] ], "_from": "fs-extra@3.0.1", "_id": "fs-extra@3.0.1", "_inCache": true, "_location": "/fs-extra", "_nodeVersion": "7.8.0", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/fs-extra-3.0.1.tgz_1493941722616_0.8922979582566768" }, "_npmUser": { "email": "opensrc@ryanzim.com", "name": "ryanzim" }, "_npmVersion": "4.2.0", "_phantomChildren": {}, "_requested": { "name": "fs-extra", "raw": "fs-extra@3.0.1", "rawSpec": "3.0.1", "scope": null, "spec": "3.0.1", "type": "version" }, "_requiredBy": [ "/browser-sync" ], "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-3.0.1.tgz", "_shasum": "3794f378c58b342ea7dbbb23095109c4b3b62291", "_shrinkwrap": null, "_spec": "fs-extra@3.0.1", "_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\browser-sync", "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": "^3.0.0", "universalify": "^0.1.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", "klaw": "^1.0.0", "klaw-sync": "^1.1.2", "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", "standard": "^10.0.2", "standard-markdown": "^2.3.0" }, "directories": {}, "dist": { "shasum": "3794f378c58b342ea7dbbb23095109c4b3b62291", "tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-3.0.1.tgz" }, "gitHead": "44eb2c310a01108ee180a6f8d68b67289e9450e3", "homepage": "https://github.com/jprichardson/node-fs-extra", "installable": true, "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": "ryanzim", "email": "opensrc@ryanzim.com" } ], "name": "fs-extra", "optionalDependencies": {}, "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 && standard-markdown", "test": "npm run lint && npm run unit", "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha", "unit": "node test.js" }, "version": "3.0.1" }