76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"fs-readfile-promise@2.0.1",
|
|
"/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "fs-readfile-promise@2.0.1",
|
|
"_id": "fs-readfile-promise@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-gAI4I5gfn//+AWCei+Zo9prknnA=",
|
|
"_location": "/fs-readfile-promise",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "fs-readfile-promise@2.0.1",
|
|
"name": "fs-readfile-promise",
|
|
"escapedName": "fs-readfile-promise",
|
|
"rawSpec": "2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/gulp-wrap"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fs-readfile-promise/-/fs-readfile-promise-2.0.1.tgz",
|
|
"_spec": "2.0.1",
|
|
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
|
|
"author": {
|
|
"name": "Shinnosuke Watanabe",
|
|
"url": "https://github.com/shinnn"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/shinnn/fs-readfile-promise/issues"
|
|
},
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2"
|
|
},
|
|
"description": "Promise version of fs.readFile",
|
|
"devDependencies": {
|
|
"@shinnn/eslintrc-node": "^1.0.2",
|
|
"eslint": "^0.24.0",
|
|
"istanbul": "^0.3.17",
|
|
"istanbul-coveralls": "^1.0.3",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/shinnn/fs-readfile-promise#readme",
|
|
"keywords": [
|
|
"fs",
|
|
"read",
|
|
"file",
|
|
"promise",
|
|
"promises",
|
|
"then",
|
|
"thenable"
|
|
],
|
|
"license": "MIT",
|
|
"name": "fs-readfile-promise",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/shinnn/fs-readfile-promise.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "node --harmony_arrow_functions node_modules/.bin/istanbul cover test.js",
|
|
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
|
|
"pretest": "eslint --config node_modules/@shinnn/eslintrc-node/rc.json index.js test.js",
|
|
"test": "node --harmony_arrow_functions test.js"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|