UNPKG

sync-files

Version:

Synchronize files or folders locally, with a watch option

88 lines (87 loc) 2.14 kB
{ "name": "fs-extra", "version": "0.16.3", "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": { "name": "JP Richardson", "email": "jprichardson@gmail.com" }, "licenses": [ { "type": "MIT", "url": "http://github.com/jprichardson/node-fs-extra/raw/master/LICENSE" } ], "dependencies": { "graceful-fs": "^3.0.5", "jsonfile": "^2.0.0", "rimraf": "^2.2.8" }, "devDependencies": { "coveralls": "^2.11.2", "istanbul": "^0.3.5", "mocha": "^2.1.0", "read-dir-files": "^0.1.1", "secure-random": "^1.1.1", "testutil": "^0.7.0" }, "main": "./lib/index", "scripts": { "coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter list test/*.js", "coveralls": "npm run coverage && coveralls < coverage/lcov.info", "test": "mocha test" }, "gitHead": "6dcc6346ff76fa623ecd4c4fc13eeb4ca5442cf4", "bugs": { "url": "https://github.com/jprichardson/node-fs-extra/issues" }, "_id": "fs-extra@0.16.3", "_shasum": "4a5663cc51582546625a1bce04f09a1f5ceec35b", "_from": "fs-extra@", "_npmVersion": "2.3.0", "_nodeVersion": "0.10.32", "_npmUser": { "name": "jprichardson", "email": "jprichardson@gmail.com" }, "maintainers": [ { "name": "jprichardson", "email": "jprichardson@gmail.com" } ], "dist": { "shasum": "4a5663cc51582546625a1bce04f09a1f5ceec35b", "tarball": "http://registry.npmjs.org/fs-extra/-/fs-extra-0.16.3.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.16.3.tgz" }