mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
107 lines
3.0 KiB
JSON
107 lines
3.0 KiB
JSON
{
|
|
"_from": "cssnano@^2.1.0",
|
|
"_id": "cssnano@2.6.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-f7NyEsz/RNPpNuAmxvZ14xR9gCQ=",
|
|
"_location": "/cssnano",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cssnano@^2.1.0",
|
|
"name": "cssnano",
|
|
"escapedName": "cssnano",
|
|
"rawSpec": "^2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/css-loader"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cssnano/-/cssnano-2.6.1.tgz",
|
|
"_shasum": "7fb37212ccff44d3e936e026c6f675e3147d8024",
|
|
"_spec": "cssnano@^2.1.0",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/css-loader",
|
|
"author": {
|
|
"name": "Ben Briggs",
|
|
"email": "beneb.info@gmail.com",
|
|
"url": "http://beneb.info"
|
|
},
|
|
"bin": {
|
|
"cssnano": "bin/cmd.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ben-eb/cssnano/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"autoprefixer-core": "^5.2.1",
|
|
"balanced-match": "^0.2.0",
|
|
"css-list": "^0.1.2",
|
|
"decamelize": "^1.0.0",
|
|
"defined": "^1.0.0",
|
|
"indexes-of": "^1.0.1",
|
|
"minimist": "^1.1.3",
|
|
"postcss": "^4.1.16",
|
|
"postcss-calc": "^4.1.0",
|
|
"postcss-colormin": "^1.2.5",
|
|
"postcss-convert-values": "^1.2.4",
|
|
"postcss-discard-comments": "^1.2.1",
|
|
"postcss-discard-duplicates": "^1.1.5",
|
|
"postcss-discard-empty": "^1.1.2",
|
|
"postcss-discard-unused": "^1.0.3",
|
|
"postcss-filter-plugins": "^1.0.0",
|
|
"postcss-font-family": "^1.2.1",
|
|
"postcss-merge-idents": "^1.0.1",
|
|
"postcss-merge-longhand": "^1.0.1",
|
|
"postcss-merge-rules": "^1.3.5",
|
|
"postcss-minify-font-weight": "^1.0.1",
|
|
"postcss-minify-selectors": "^1.5.0",
|
|
"postcss-normalize-url": "^2.1.1",
|
|
"postcss-ordered-values": "^1.0.1",
|
|
"postcss-reduce-idents": "^1.0.2",
|
|
"postcss-single-charset": "^0.3.0",
|
|
"postcss-unique-selectors": "^1.0.0",
|
|
"postcss-zindex": "^1.1.3",
|
|
"read-file-stdin": "^0.2.0",
|
|
"write-file-stdout": "0.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
|
|
"devDependencies": {
|
|
"decamelize": "^1.0.0",
|
|
"json-loader": "^0.5.2",
|
|
"node-libs-browser": "^0.5.2",
|
|
"tap-spec": "^4.0.2",
|
|
"tape": "^4.2.0",
|
|
"webpack": "^1.11.0"
|
|
},
|
|
"homepage": "https://github.com/ben-eb/cssnano",
|
|
"keywords": [
|
|
"css",
|
|
"compress",
|
|
"minify",
|
|
"optimise",
|
|
"optimisation",
|
|
"postcss",
|
|
"postcss-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "cssnano",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ben-eb/cssnano.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "tape benchmark/index.js",
|
|
"test": "tape tests/*.js | tap-spec",
|
|
"test-cli": "tape tests/cli.js",
|
|
"test-fixtures": "tape tests/fixtures.js | tap-spec",
|
|
"test-integrations": "tape tests/integrations.js",
|
|
"test-modules": "tape tests/modules.js | tap-spec",
|
|
"test-webpack": "tape tests/webpack.js | tap-spec"
|
|
},
|
|
"version": "2.6.1"
|
|
}
|