notes/node_modules/doiuse/package.json

117 lines
2.9 KiB
JSON

{
"_args": [
[
"doiuse@^2.4.1",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
]
],
"_from": "doiuse@>=2.4.1 <3.0.0",
"_id": "doiuse@2.5.0",
"_inCache": true,
"_installable": true,
"_location": "/doiuse",
"_nodeVersion": "6.2.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/doiuse-2.5.0.tgz_1474634923334_0.9426157961133868"
},
"_npmUser": {
"email": "vestibule@anandthakker.net",
"name": "anandthakker"
},
"_npmVersion": "3.9.5",
"_phantomChildren": {
"amdefine": "1.0.1",
"camelcase": "2.1.1",
"cliui": "3.2.0",
"code-point-at": "1.1.0",
"decamelize": "1.2.0",
"is-fullwidth-code-point": "1.0.0",
"os-locale": "1.4.0",
"strip-ansi": "3.0.1",
"window-size": "0.1.4",
"y18n": "3.2.1"
},
"_requested": {
"name": "doiuse",
"raw": "doiuse@^2.4.1",
"rawSpec": "^2.4.1",
"scope": null,
"spec": ">=2.4.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/stylelint"
],
"_resolved": "https://registry.npmjs.org/doiuse/-/doiuse-2.5.0.tgz",
"_shasum": "c7f156965d054bf4d699a4067af1cadbc7350b7c",
"_shrinkwrap": null,
"_spec": "doiuse@^2.4.1",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint",
"author": {
"name": "Anand Thakker"
},
"bin": {
"doiuse": "./cli.js"
},
"bugs": {
"url": "https://github.com/anandthakker/doiuse/issues"
},
"dependencies": {
"browserslist": "^1.1.1",
"caniuse-db": "^1.0.30000187",
"css-rule-stream": "^1.1.0",
"duplexer2": "0.0.2",
"jsonfilter": "^1.1.2",
"ldjson-stream": "^1.2.1",
"lodash": "^4.0.0",
"multimatch": "^2.0.0",
"postcss": "^5.0.8",
"source-map": "^0.4.2",
"through2": "^0.6.3",
"yargs": "^3.5.4"
},
"description": "Lint CSS for browser support against caniuse database.",
"devDependencies": {
"babel": "^5.2.13",
"postcss-import": "^7.1.3",
"standard": "^8.1.0",
"tape": "^4.0.0"
},
"directories": {},
"dist": {
"shasum": "c7f156965d054bf4d699a4067af1cadbc7350b7c",
"tarball": "https://registry.npmjs.org/doiuse/-/doiuse-2.5.0.tgz"
},
"gitHead": "f571fe11c493e7d3060d860cd3051160e67c3b27",
"homepage": "https://github.com/anandthakker/doiuse",
"keywords": [
"browser",
"css",
"lint",
"support"
],
"license": "MIT",
"main": "lib/doiuse.js",
"maintainers": [
{
"name": "anandthakker",
"email": "vestibule@anandthakker.net"
}
],
"name": "doiuse",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/anandthakker/doiuse.git"
},
"scripts": {
"babel": "babel -d lib/ src/",
"prepublish": "npm run babel",
"pretest": "npm run babel",
"test": "standard && tape test/*.js"
},
"version": "2.5.0"
}