canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.
107 lines (106 loc) • 2.41 kB
JSON
{
"_args": [
[
"pkg-conf@^1.1.1",
"/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/yargs"
]
],
"_from": "pkg-conf@>=1.1.1 <2.0.0",
"_id": "pkg-conf@1.1.1",
"_inCache": true,
"_installable": true,
"_location": "/pkg-conf",
"_nodeVersion": "4.2.4",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {},
"_requested": {
"name": "pkg-conf",
"raw": "pkg-conf@^1.1.1",
"rawSpec": "^1.1.1",
"scope": null,
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/yargs"
],
"_resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-1.1.1.tgz",
"_shasum": "a3caee3fb9c23ab4abad3baaea02f0001c75f200",
"_shrinkwrap": null,
"_spec": "pkg-conf@^1.1.1",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/yargs",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/pkg-conf/issues"
},
"dependencies": {
"find-up": "^1.0.0",
"object-assign": "^4.0.1",
"read-pkg": "^1.0.0",
"symbol": "^0.2.1"
},
"description": "Get namespaced config from the closest package.json",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "a3caee3fb9c23ab4abad3baaea02f0001c75f200",
"tarball": "http://registry.npmjs.org/pkg-conf/-/pkg-conf-1.1.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"fixture": {
"foo": true
},
"gitHead": "9bb0bb78f4e6d8b6e14e8ef28b1cfba7305341f6",
"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",
"maintainers": [
{
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
}
],
"name": "pkg-conf",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/pkg-conf.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.1.1"
}