mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"_from": "postcss-value-parser@^1.1.0",
|
|
"_id": "postcss-value-parser@1.4.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-GGVjPhNwH4pyHng02tGFyxRKrQw=",
|
|
"_location": "/postcss-value-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "postcss-value-parser@^1.1.0",
|
|
"name": "postcss-value-parser",
|
|
"escapedName": "postcss-value-parser",
|
|
"rawSpec": "^1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/postcss-convert-values",
|
|
"/postcss-normalize-url",
|
|
"/postcss-ordered-values"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-1.4.2.tgz",
|
|
"_shasum": "1865633e13701f8a721e7834dad185cb144aad0c",
|
|
"_spec": "postcss-value-parser@^1.1.0",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/postcss-convert-values",
|
|
"author": {
|
|
"name": "Bogdan Chadkin",
|
|
"email": "trysound@yandex.ru"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/TrySound/postcss-value-parser/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Transforms css values and at-rule params into the tree",
|
|
"devDependencies": {
|
|
"eslint": "^1.1.0",
|
|
"tape": "^4.2.0"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/TrySound/postcss-value-parser",
|
|
"keywords": [
|
|
"postcss",
|
|
"value",
|
|
"parser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/parser.js",
|
|
"name": "postcss-value-parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TrySound/postcss-value-parser.git"
|
|
},
|
|
"scripts": {
|
|
"test": "eslint lib test && tape test/*.js"
|
|
},
|
|
"version": "1.4.2"
|
|
}
|