88 lines
1.9 KiB
JSON
88 lines
1.9 KiB
JSON
{
|
|
"_from": "pkg-conf@^3.1.0",
|
|
"_id": "pkg-conf@3.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-m0OTbR/5VPNPqO1ph6Fqbj7Hv6QU7gR/tQW40ZqrL1rjgCU85W6C1bJn0BItuJqnR98PWzw7Z8hHeChD1WrgdQ==",
|
|
"_location": "/pkg-conf",
|
|
"_phantomChildren": {
|
|
"graceful-fs": "4.2.3",
|
|
"parse-json": "4.0.0",
|
|
"strip-bom": "3.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pkg-conf@^3.1.0",
|
|
"name": "pkg-conf",
|
|
"escapedName": "pkg-conf",
|
|
"rawSpec": "^3.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/standard-engine"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-3.1.0.tgz",
|
|
"_shasum": "d9f9c75ea1bae0e77938cde045b276dac7cc69ae",
|
|
"_spec": "pkg-conf@^3.1.0",
|
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/standard-engine",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/pkg-conf/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"find-up": "^3.0.0",
|
|
"load-json-file": "^5.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Get namespaced config from the closest package.json",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"fixture": {
|
|
"foo": true
|
|
},
|
|
"homepage": "https://github.com/sindresorhus/pkg-conf#readme",
|
|
"keywords": [
|
|
"json",
|
|
"read",
|
|
"parse",
|
|
"file",
|
|
"fs",
|
|
"graceful",
|
|
"load",
|
|
"pkg",
|
|
"package",
|
|
"config",
|
|
"conf",
|
|
"configuration",
|
|
"object",
|
|
"namespace",
|
|
"namespaced"
|
|
],
|
|
"license": "MIT",
|
|
"name": "pkg-conf",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/pkg-conf.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "3.1.0"
|
|
}
|