mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
107 lines
2.7 KiB
JSON
107 lines
2.7 KiB
JSON
{
|
|
"_from": "postcss@^4.1.11",
|
|
"_id": "postcss@4.1.16",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
|
|
"_location": "/postcss",
|
|
"_phantomChildren": {
|
|
"amdefine": "1.0.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "postcss@^4.1.11",
|
|
"name": "postcss",
|
|
"escapedName": "postcss",
|
|
"rawSpec": "^4.1.11",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.1.11"
|
|
},
|
|
"_requiredBy": [
|
|
"/autoprefixer-core",
|
|
"/css-loader",
|
|
"/cssnano",
|
|
"/postcss-calc",
|
|
"/postcss-colormin",
|
|
"/postcss-convert-values",
|
|
"/postcss-discard-comments",
|
|
"/postcss-discard-duplicates",
|
|
"/postcss-discard-empty",
|
|
"/postcss-discard-unused",
|
|
"/postcss-filter-plugins",
|
|
"/postcss-font-family",
|
|
"/postcss-merge-idents",
|
|
"/postcss-merge-longhand",
|
|
"/postcss-merge-rules",
|
|
"/postcss-minify-font-weight",
|
|
"/postcss-minify-selectors",
|
|
"/postcss-modules-extract-imports",
|
|
"/postcss-modules-local-by-default",
|
|
"/postcss-modules-scope",
|
|
"/postcss-normalize-url",
|
|
"/postcss-ordered-values",
|
|
"/postcss-reduce-idents",
|
|
"/postcss-single-charset",
|
|
"/postcss-unique-selectors",
|
|
"/postcss-zindex"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
|
|
"_shasum": "4c449b4c8af9df3caf6d37f8e1e575d0361758dc",
|
|
"_spec": "postcss@^4.1.11",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/css-loader",
|
|
"author": {
|
|
"name": "Andrey Sitnik",
|
|
"email": "andrey@sitnik.ru"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/postcss/postcss/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"es6-promise": "~2.3.0",
|
|
"js-base64": "~2.1.8",
|
|
"source-map": "~0.4.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Tool for transforming CSS with JS plugins",
|
|
"devDependencies": {
|
|
"babel": "5.6.14",
|
|
"chai": "3.0.0",
|
|
"concat-with-sourcemaps": "1.0.2",
|
|
"fs-extra": "0.21.0",
|
|
"gulp": "3.9.0",
|
|
"gulp-babel": "5.1.0",
|
|
"gulp-eslint": "0.15.0",
|
|
"gulp-json-editor": "2.2.1",
|
|
"gulp-mocha": "2.1.2",
|
|
"gulp-run": "1.6.8",
|
|
"gulp-util": "3.0.6",
|
|
"load-resources": "0.1.0",
|
|
"mocha": "2.2.5",
|
|
"sinon": "1.15.4",
|
|
"yaspeller": "2.5.0"
|
|
},
|
|
"homepage": "https://github.com/postcss/postcss#readme",
|
|
"keywords": [
|
|
"css",
|
|
"postproccessor",
|
|
"parser",
|
|
"source map",
|
|
"transform",
|
|
"manipulation",
|
|
"preprocess",
|
|
"transpiler"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/postcss",
|
|
"name": "postcss",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/postcss/postcss.git"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp"
|
|
},
|
|
"version": "4.1.16"
|
|
}
|