mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-06 06:14:53 +00:00
70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"_from": "postcss-convert-values@^1.2.4",
|
|
"_id": "postcss-convert-values@1.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-I/GHxhP6d7Y3p4BblIteCJlpDkY=",
|
|
"_location": "/postcss-convert-values",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "postcss-convert-values@^1.2.4",
|
|
"name": "postcss-convert-values",
|
|
"escapedName": "postcss-convert-values",
|
|
"rawSpec": "^1.2.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/cssnano"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-1.3.1.tgz",
|
|
"_shasum": "23f187c613fa77b637a7805b948b5e0899690e46",
|
|
"_spec": "postcss-convert-values@^1.2.4",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/cssnano",
|
|
"author": {
|
|
"name": "Ben Briggs",
|
|
"email": "beneb.info@gmail.com",
|
|
"url": "http://beneb.info"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ben-eb/postcss-convert-values/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"postcss": "^4.1.16",
|
|
"postcss-value-parser": "^1.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Convert values with PostCSS (e.g. ms -> s)",
|
|
"devDependencies": {
|
|
"babel": "^5.8.21",
|
|
"babel-tape-runner": "^1.2.0",
|
|
"tap-spec": "^4.1.0",
|
|
"tape": "^4.2.0"
|
|
},
|
|
"files": [
|
|
"LICENSE-MIT",
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/ben-eb/postcss-convert-values",
|
|
"keywords": [
|
|
"css",
|
|
"optimisation",
|
|
"postcss",
|
|
"postcss-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"name": "postcss-convert-values",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ben-eb/postcss-convert-values.git"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "babel src --out-dir dist --ignore /__tests__/",
|
|
"test": "babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"
|
|
},
|
|
"version": "1.3.1"
|
|
}
|