11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "graceful-fs",
31cb0ef41Sopenharmony_ci  "description": "A drop-in replacement for fs, making various improvements.",
41cb0ef41Sopenharmony_ci  "version": "4.2.11",
51cb0ef41Sopenharmony_ci  "repository": {
61cb0ef41Sopenharmony_ci    "type": "git",
71cb0ef41Sopenharmony_ci    "url": "https://github.com/isaacs/node-graceful-fs"
81cb0ef41Sopenharmony_ci  },
91cb0ef41Sopenharmony_ci  "main": "graceful-fs.js",
101cb0ef41Sopenharmony_ci  "directories": {
111cb0ef41Sopenharmony_ci    "test": "test"
121cb0ef41Sopenharmony_ci  },
131cb0ef41Sopenharmony_ci  "scripts": {
141cb0ef41Sopenharmony_ci    "preversion": "npm test",
151cb0ef41Sopenharmony_ci    "postversion": "npm publish",
161cb0ef41Sopenharmony_ci    "postpublish": "git push origin --follow-tags",
171cb0ef41Sopenharmony_ci    "test": "nyc --silent node test.js | tap -c -",
181cb0ef41Sopenharmony_ci    "posttest": "nyc report"
191cb0ef41Sopenharmony_ci  },
201cb0ef41Sopenharmony_ci  "keywords": [
211cb0ef41Sopenharmony_ci    "fs",
221cb0ef41Sopenharmony_ci    "module",
231cb0ef41Sopenharmony_ci    "reading",
241cb0ef41Sopenharmony_ci    "retry",
251cb0ef41Sopenharmony_ci    "retries",
261cb0ef41Sopenharmony_ci    "queue",
271cb0ef41Sopenharmony_ci    "error",
281cb0ef41Sopenharmony_ci    "errors",
291cb0ef41Sopenharmony_ci    "handling",
301cb0ef41Sopenharmony_ci    "EMFILE",
311cb0ef41Sopenharmony_ci    "EAGAIN",
321cb0ef41Sopenharmony_ci    "EINVAL",
331cb0ef41Sopenharmony_ci    "EPERM",
341cb0ef41Sopenharmony_ci    "EACCESS"
351cb0ef41Sopenharmony_ci  ],
361cb0ef41Sopenharmony_ci  "license": "ISC",
371cb0ef41Sopenharmony_ci  "devDependencies": {
381cb0ef41Sopenharmony_ci    "import-fresh": "^2.0.0",
391cb0ef41Sopenharmony_ci    "mkdirp": "^0.5.0",
401cb0ef41Sopenharmony_ci    "rimraf": "^2.2.8",
411cb0ef41Sopenharmony_ci    "tap": "^16.3.4"
421cb0ef41Sopenharmony_ci  },
431cb0ef41Sopenharmony_ci  "files": [
441cb0ef41Sopenharmony_ci    "fs.js",
451cb0ef41Sopenharmony_ci    "graceful-fs.js",
461cb0ef41Sopenharmony_ci    "legacy-streams.js",
471cb0ef41Sopenharmony_ci    "polyfills.js",
481cb0ef41Sopenharmony_ci    "clone.js"
491cb0ef41Sopenharmony_ci  ],
501cb0ef41Sopenharmony_ci  "tap": {
511cb0ef41Sopenharmony_ci    "reporter": "classic"
521cb0ef41Sopenharmony_ci  }
531cb0ef41Sopenharmony_ci}
54