78 lines
2.0 KiB
JSON
78 lines
2.0 KiB
JSON
|
{
|
||
|
"_from": "postcss-values-parser@^1.5.0",
|
||
|
"_id": "postcss-values-parser@1.5.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-3M3p+2gMp0AH3da530TlX8kiO1nxdTnc3C6vr8dMxRLIlh8UYkz0/wcwptSXjhtx2Fr0TySI7a+BHDQ8NL7LaQ==",
|
||
|
"_location": "/postcss-values-parser",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "postcss-values-parser@^1.5.0",
|
||
|
"name": "postcss-values-parser",
|
||
|
"escapedName": "postcss-values-parser",
|
||
|
"rawSpec": "^1.5.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.5.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/detective-postcss"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-1.5.0.tgz",
|
||
|
"_shasum": "5d9fa63e2bcb0179ce48f3235303765eb89f3047",
|
||
|
"_spec": "postcss-values-parser@^1.5.0",
|
||
|
"_where": "/home/suroh/Repos/11ty.work/node_modules/detective-postcss",
|
||
|
"author": {
|
||
|
"name": "Andrew Powell",
|
||
|
"email": "andrew@shellscape.org",
|
||
|
"url": "shellscape"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/lesshint/postcss-values-parser/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"flatten": "^1.0.2",
|
||
|
"indexes-of": "^1.0.1",
|
||
|
"uniq": "^1.0.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "A CSS property value parser for use with PostCSS",
|
||
|
"devDependencies": {
|
||
|
"chai": "^4.1.2",
|
||
|
"chai-shallow-deep-equal": "^1.4.0",
|
||
|
"eslint": "^4.17.0",
|
||
|
"gulp": "^3.9.1",
|
||
|
"gulp-eslint": "^4.0.2",
|
||
|
"gulp-mocha": "^5.0.0",
|
||
|
"markdown-toc": "^1.2.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
},
|
||
|
"homepage": "https://github.com/lesshint/postcss-values-parser#readme",
|
||
|
"keywords": [
|
||
|
"css",
|
||
|
"less",
|
||
|
"ast",
|
||
|
"postcss",
|
||
|
"value",
|
||
|
"values",
|
||
|
"parser",
|
||
|
"parsing",
|
||
|
"properties"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "lib/index.js",
|
||
|
"name": "postcss-values-parser",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/lesshint/postcss-values-parser.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "gulp",
|
||
|
"toc": "markdown-toc -i API.md"
|
||
|
},
|
||
|
"version": "1.5.0"
|
||
|
}
|