mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
update
This commit is contained in:
80
node_modules/postcss-values-parser/package.json
generated
vendored
Normal file
80
node_modules/postcss-values-parser/package.json
generated
vendored
Normal file
@ -0,0 +1,80 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"postcss-values-parser@1.5.0",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_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": "version",
|
||||
"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",
|
||||
"_spec": "1.5.0",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"author": {
|
||||
"name": "Andrew Powell",
|
||||
"email": "andrew@shellscape.org",
|
||||
"url": "shellscape"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lesshint/postcss-values-parser/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"flatten": "^1.0.2",
|
||||
"indexes-of": "^1.0.1",
|
||||
"uniq": "^1.0.1"
|
||||
},
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user