react / react-0.13.3 / examples / basic-commonjs / node_modules / reactify / node_modules / react-tools / node_modules / commoner / node_modules / graceful-fs / package.json
81164 views{1"author": {2"name": "Isaac Z. Schlueter",3"email": "[email protected]",4"url": "http://blog.izs.me"5},6"name": "graceful-fs",7"description": "A drop-in replacement for fs, making various improvements.",8"version": "3.0.7",9"repository": {10"type": "git",11"url": "git://github.com/isaacs/node-graceful-fs.git"12},13"main": "graceful-fs.js",14"engines": {15"node": ">=0.4.0"16},17"directories": {18"test": "test"19},20"scripts": {21"test": "tap test/*.js"22},23"keywords": [24"fs",25"module",26"reading",27"retry",28"retries",29"queue",30"error",31"errors",32"handling",33"EMFILE",34"EAGAIN",35"EINVAL",36"EPERM",37"EACCESS"38],39"license": "ISC",40"devDependencies": {41"mkdirp": "^0.5.0",42"rimraf": "^2.2.8",43"tap": "^0.4.13"44},45"gitHead": "4aa1ba4a0a1ae59948dc3b14decb7c4a8ab62bce",46"bugs": {47"url": "https://github.com/isaacs/node-graceful-fs/issues"48},49"homepage": "https://github.com/isaacs/node-graceful-fs#readme",50"_id": "[email protected]",51"_shasum": "e935be4b3e57892d289dc3bef7be8c02779d2b54",52"_from": "graceful-fs@>=3.0.4 <3.1.0",53"_npmVersion": "2.10.0",54"_nodeVersion": "2.0.1",55"_npmUser": {56"name": "isaacs",57"email": "[email protected]"58},59"dist": {60"shasum": "e935be4b3e57892d289dc3bef7be8c02779d2b54",61"tarball": "http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.7.tgz"62},63"maintainers": [64{65"name": "isaacs",66"email": "[email protected]"67}68],69"_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.7.tgz"70}717273