mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 01:27:31 -04:00
115 lines
3.0 KiB
JSON
115 lines
3.0 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"cosmiconfig@^2.1.1",
|
||
|
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
|
||
|
]
|
||
|
],
|
||
|
"_from": "cosmiconfig@>=2.1.1 <3.0.0",
|
||
|
"_id": "cosmiconfig@2.1.1",
|
||
|
"_inCache": true,
|
||
|
"_installable": true,
|
||
|
"_location": "/cosmiconfig",
|
||
|
"_nodeVersion": "4.6.1",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "packages-18-east.internal.npmjs.com",
|
||
|
"tmp": "tmp/cosmiconfig-2.1.1.tgz_1480883998374_0.7163176657631993"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"email": "david.dave.clark@gmail.com",
|
||
|
"name": "davidtheclark"
|
||
|
},
|
||
|
"_npmVersion": "4.0.2",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "cosmiconfig",
|
||
|
"raw": "cosmiconfig@^2.1.1",
|
||
|
"rawSpec": "^2.1.1",
|
||
|
"scope": null,
|
||
|
"spec": ">=2.1.1 <3.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/stylelint"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-2.1.1.tgz",
|
||
|
"_shasum": "817f2c2039347a1e9bf7d090c0923e53f749ca82",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "cosmiconfig@^2.1.1",
|
||
|
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint",
|
||
|
"author": {
|
||
|
"email": "david.dave.clark@gmail.com",
|
||
|
"name": "David Clark"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/davidtheclark/cosmiconfig/issues"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Bogdan Chadkin",
|
||
|
"email": "trysound@yandex.ru"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"js-yaml": "^3.4.3",
|
||
|
"minimist": "^1.2.0",
|
||
|
"object-assign": "^4.1.0",
|
||
|
"os-homedir": "^1.0.1",
|
||
|
"parse-json": "^2.2.0",
|
||
|
"require-from-string": "^1.1.0"
|
||
|
},
|
||
|
"description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
|
||
|
"devDependencies": {
|
||
|
"ava": "0.16.0",
|
||
|
"eslint": "3.5.0",
|
||
|
"eslint-config-davidtheclark-node": "^0.2.0",
|
||
|
"eslint-plugin-node": "^2.0.0",
|
||
|
"expect": "^1.20.2",
|
||
|
"lodash": "4.16.1",
|
||
|
"node-version-check": "^2.1.1",
|
||
|
"nyc": "^8.3.0",
|
||
|
"sinon": "1.17.6"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "817f2c2039347a1e9bf7d090c0923e53f749ca82",
|
||
|
"tarball": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-2.1.1.tgz"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.12"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"lib"
|
||
|
],
|
||
|
"gitHead": "833385b0897c7d698e346442cc260a40f0e8eb9d",
|
||
|
"homepage": "https://github.com/davidtheclark/cosmiconfig#readme",
|
||
|
"keywords": [
|
||
|
"config",
|
||
|
"configuration",
|
||
|
"load"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "davidtheclark",
|
||
|
"email": "david.dave.clark@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"name": "cosmiconfig",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "ERROR: No README data found!",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/davidtheclark/cosmiconfig.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"ava": "ava test/*.test.js",
|
||
|
"coverage": "nyc npm run ava && nyc report --reporter=html && open coverage/index.html",
|
||
|
"lint": "node-version-gte-4 && eslint . || echo \"ESLint not supported\"",
|
||
|
"test": "npm run ava && npm run lint"
|
||
|
},
|
||
|
"version": "2.1.1"
|
||
|
}
|