Sha256: a3087241a64248db8c0849a8e64bf6e083d8a956a34fb70b2a584b664b64c733

Contents?: true

Size: 1.85 KB

Versions: 22

Compression:

Stored size: 1.85 KB

Contents

{
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "name": "graceful-fs",
  "description": "A drop-in replacement for fs, making various improvements.",
  "version": "2.0.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-graceful-fs.git"
  },
  "main": "graceful-fs.js",
  "engines": {
    "node": ">=0.4.0"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "keywords": [
    "fs",
    "module",
    "reading",
    "retry",
    "retries",
    "queue",
    "error",
    "errors",
    "handling",
    "EMFILE",
    "EAGAIN",
    "EINVAL",
    "EPERM",
    "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",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/isaacs/node-graceful-fs/issues"
  },
  "_id": "graceful-fs@2.0.1",
  "_from": "graceful-fs@~2.0.0"
}

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
stylus-source-0.42.2 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.42.1 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.42.0 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.41.3 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.41.2 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.41.1 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.41.0 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.40.3 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.40.2 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.40.1 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.40.0 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.39.4 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.39.3 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.39.2 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.39.1 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.39.0 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.38.0 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.37.0 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.36.1 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json
stylus-source-0.36.0 vendor/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json