gh-action-bump-version/node_modules/load-json-file/package.json

47 lines
897 B
JSON
Raw Normal View History

2021-08-07 21:20:18 +00:00
{
"name": "load-json-file",
"version": "4.0.0",
"description": "Read and parse a JSON file",
"license": "MIT",
"repository": "sindresorhus/load-json-file",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"read",
"json",
"parse",
"file",
"fs",
"graceful",
"load"
],
"dependencies": {
"graceful-fs": "^4.1.2",
"parse-json": "^4.0.0",
"pify": "^3.0.0",
"strip-bom": "^3.0.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
},
"xo": {
"esnext": true
}
,"_resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz"
,"_integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs="
,"_from": "load-json-file@4.0.0"
}