notes/node_modules/postcss-value-parser/package.json

106 lines
2.7 KiB
JSON

{
"_args": [
[
"postcss-value-parser@^3.1.1",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
]
],
"_from": "postcss-value-parser@>=3.1.1 <4.0.0",
"_id": "postcss-value-parser@3.3.0",
"_inCache": true,
"_installable": true,
"_location": "/postcss-value-parser",
"_nodeVersion": "0.12.7",
"_npmOperationalInternal": {
"host": "packages-6-west.internal.npmjs.com",
"tmp": "tmp/postcss-value-parser-3.3.0.tgz_1455817254522_0.1339812579099089"
},
"_npmUser": {
"email": "trysound@yandex.ru",
"name": "trysound"
},
"_npmVersion": "3.7.2",
"_phantomChildren": {},
"_requested": {
"name": "postcss-value-parser",
"raw": "postcss-value-parser@^3.1.1",
"rawSpec": "^3.1.1",
"scope": null,
"spec": ">=3.1.1 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/autoprefixer",
"/stylelint"
],
"_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
"_shasum": "87f38f9f18f774a4ab4c8a232f5c5ce8872a9d15",
"_shrinkwrap": null,
"_spec": "postcss-value-parser@^3.1.1",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint",
"author": {
"email": "trysound@yandex.ru",
"name": "Bogdan Chadkin"
},
"bugs": {
"url": "https://github.com/TrySound/postcss-value-parser/issues"
},
"dependencies": {},
"description": "Transforms css values and at-rule params into the tree",
"devDependencies": {
"eslint": "^2.1.0",
"eslint-config-postcss": "^2.0.0",
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
},
"directories": {},
"dist": {
"shasum": "87f38f9f18f774a4ab4c8a232f5c5ce8872a9d15",
"tarball": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz"
},
"eslintConfig": {
"extends": "postcss/es5",
"rules": {
"complexity": 0,
"consistent-return": 0,
"max-len": 0,
"no-bitwise": 0,
"no-use-before-define": 0
}
},
"files": [
"lib"
],
"gitHead": "c2738fbc73bf1162481862ddce7d011cc0a57b15",
"homepage": "https://github.com/TrySound/postcss-value-parser",
"keywords": [
"parser",
"postcss",
"value"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "trysound",
"email": "trysound@yandex.ru"
},
{
"name": "beneb",
"email": "beneb.info@gmail.com"
}
],
"name": "postcss-value-parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/TrySound/postcss-value-parser.git"
},
"scripts": {
"posttest": "eslint .",
"test": "tape test/*.js | tap-spec"
},
"version": "3.3.0"
}