gh-action-bump-version/node_modules/pkg-conf/package.json

53 lines
967 B
JSON

{
"name": "pkg-conf",
"version": "2.1.0",
"description": "Get namespaced config from the closest package.json",
"license": "MIT",
"repository": "sindresorhus/pkg-conf",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"json",
"read",
"parse",
"file",
"fs",
"graceful",
"load",
"pkg",
"package",
"config",
"conf",
"configuration",
"object",
"namespace",
"namespaced"
],
"dependencies": {
"find-up": "^2.0.0",
"load-json-file": "^4.0.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
},
"fixture": {
"foo": true
}
,"_resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz"
,"_integrity": "sha1-ISZRTKbyq/69FoWW3xi6V4Z/AFg="
,"_from": "pkg-conf@2.1.0"
}