You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
1.8 KiB
JSON
84 lines
1.8 KiB
JSON
{
|
|
"_from": "pkg-conf@^1.0.1",
|
|
"_id": "pkg-conf@1.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-N45W1v0T6Iv7b0ol33qD+qvduls=",
|
|
"_location": "/pkg-conf",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pkg-conf@^1.0.1",
|
|
"name": "pkg-conf",
|
|
"escapedName": "pkg-conf",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/ava"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-1.1.3.tgz",
|
|
"_shasum": "378e56d6fd13e88bfb6f4a25df7a83faabddba5b",
|
|
"_spec": "pkg-conf@^1.0.1",
|
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava",
|
|
"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": "^1.0.0",
|
|
"load-json-file": "^1.1.0",
|
|
"object-assign": "^4.0.1",
|
|
"symbol": "^0.2.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Get namespaced config from the closest package.json",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"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"
|
|
},
|
|
"version": "1.1.3"
|
|
}
|