| Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/graceful-fs/package.json
|
| diff --git a/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/graceful-fs/package.json
|
| similarity index 50%
|
| copy from node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
|
| copy to node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/graceful-fs/package.json
|
| index 89d7462c3e101509d189b8ca31330b834e370786..48dfa5c3ba39ac32834bf0c9e405bc43dea8c02b 100644
|
| --- a/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
|
| +++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/graceful-fs/package.json
|
| @@ -6,7 +6,7 @@
|
| },
|
| "name": "graceful-fs",
|
| "description": "A drop-in replacement for fs, making various improvements.",
|
| - "version": "2.0.3",
|
| + "version": "3.0.5",
|
| "repository": {
|
| "type": "git",
|
| "url": "git://github.com/isaacs/node-graceful-fs.git"
|
| @@ -38,12 +38,17 @@
|
| "EACCESS"
|
| ],
|
| "license": "BSD",
|
| - "readme": "# graceful-fs\n\ngraceful-fs functions as a drop-in replacement for the fs module,\nmaking various improvements.\n\nThe improvements are meant to normalize behavior across different\nplatforms and environments, and to make filesystem access more\nresilient to errors.\n\n## Improvements over fs module\n\ngraceful-fs:\n\n* Queues up `open` and `readdir` calls, and retries them once\n something closes if there is an EMFILE error from too many file\n descriptors.\n* fixes `lchmod` for Node versions prior to 0.6.2.\n* implements `fs.lutimes` if possible. Otherwise it becomes a noop.\n* ignores `EINVAL` and `EPERM` errors in `chown`, `fchown` or\n `lchown` if the user isn't root.\n* makes `lchmod` and `lchown` become noops, if not available.\n* retries reading a file if `read` results in EAGAIN error.\n\nOn Windows, it retries renaming a file for up to one second if `EACCESS`\nor `EPERM` error occurs, likely because antivirus software has locked\nthe directory.\n",
|
| + "devDependencies": {
|
| + "mkdirp": "^0.5.0",
|
| + "rimraf": "^2.2.8",
|
| + "tap": "^0.4.13"
|
| + },
|
| + "readme": "# graceful-fs\n\ngraceful-fs functions as a drop-in replacement for the fs module,\nmaking various improvements.\n\nThe improvements are meant to normalize behavior across different\nplatforms and environments, and to make filesystem access more\nresilient to errors.\n\n## Improvements over [fs module](http://api.nodejs.org/fs.html)\n\ngraceful-fs:\n\n* Queues up `open` and `readdir` calls, and retries them once\n something closes if there is an EMFILE error from too many file\n descriptors.\n* fixes `lchmod` for Node versions prior to 0.6.2.\n* implements `fs.lutimes` if possible. Otherwise it becomes a noop.\n* ignores `EINVAL` and `EPERM` errors in `chown`, `fchown` or\n `lchown` if the user isn't root.\n* makes `lchmod` and `lchown` become noops, if not available.\n* retries reading a file if `read` results in EAGAIN error.\n\nOn Windows, it retries renaming a file for up to one second if `EACCESS`\nor `EPERM` error occurs, likely because antivirus software has locked\nthe directory.\n\n## USAGE\n\n```javascript\n// use just like fs\nvar fs = require('graceful-fs')\n\n// now go and do stuff with it...\nfs.readFileSync('some-file-or-whatever')\n```\n",
|
| "readmeFilename": "README.md",
|
| "bugs": {
|
| "url": "https://github.com/isaacs/node-graceful-fs/issues"
|
| },
|
| "homepage": "https://github.com/isaacs/node-graceful-fs",
|
| - "_id": "graceful-fs@2.0.3",
|
| - "_from": "graceful-fs@~2.0.0"
|
| + "_id": "graceful-fs@3.0.5",
|
| + "_from": "graceful-fs@~3.0.1"
|
| }
|
|
|