UNPKG

layaair2-cmd

Version:

layaair version 2 toolkit

115 lines (114 loc) 4.01 kB
{ "_args": [ [ { "raw": "graceful-fs@^3.0.0", "scope": null, "escapedName": "graceful-fs", "name": "graceful-fs", "rawSpec": "^3.0.0", "spec": ">=3.0.0 <4.0.0", "type": "range" }, "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\vinyl-fs" ] ], "_from": "graceful-fs@>=3.0.0 <4.0.0", "_id": "graceful-fs@3.0.11", "_inCache": true, "_location": "/graceful-fs", "_nodeVersion": "6.5.0", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/graceful-fs-3.0.11.tgz_1472583712827_0.6562602713238448" }, "_npmUser": { "name": "isaacs", "email": "i@izs.me" }, "_npmVersion": "3.10.7", "_phantomChildren": {}, "_requested": { "raw": "graceful-fs@^3.0.0", "scope": null, "escapedName": "graceful-fs", "name": "graceful-fs", "rawSpec": "^3.0.0", "spec": ">=3.0.0 <4.0.0", "type": "range" }, "_requiredBy": [ "/vinyl-fs" ], "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz", "_shasum": "7613c778a1afea62f25c630a086d7f3acbbdd818", "_shrinkwrap": null, "_spec": "graceful-fs@^3.0.0", "_where": "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\vinyl-fs", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "http://blog.izs.me" }, "bugs": { "url": "https://github.com/isaacs/node-graceful-fs/issues" }, "dependencies": { "natives": "^1.1.0" }, "deprecated": "please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js", "description": "A drop-in replacement for fs, making various improvements.", "devDependencies": { "mkdirp": "^0.5.0", "rimraf": "^2.2.8", "tap": "^1.2.0" }, "directories": { "test": "test" }, "dist": { "shasum": "7613c778a1afea62f25c630a086d7f3acbbdd818", "tarball": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz" }, "engines": { "node": ">=0.4.0" }, "gitHead": "03d3cc6dbd4a499b1e13834eedbc469094a27582", "homepage": "https://github.com/isaacs/node-graceful-fs#readme", "keywords": [ "fs", "module", "reading", "retry", "retries", "queue", "error", "errors", "handling", "EMFILE", "EAGAIN", "EINVAL", "EPERM", "EACCESS" ], "license": "ISC", "main": "graceful-fs.js", "maintainers": [ { "name": "isaacs", "email": "i@izs.me" } ], "name": "graceful-fs", "optionalDependencies": {}, "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", "repository": { "type": "git", "url": "git://github.com/isaacs/node-graceful-fs.git" }, "scripts": { "test": "tap test/*.js" }, "version": "3.0.11" }