Files
Monkey-Test/WebDriverAgent/Inspector/node_modules/postcss-minify-selectors/package.json
T
2019-01-25 17:01:52 +08:00

72 lines
2.0 KiB
JSON

{
"_from": "postcss-minify-selectors@^1.5.0",
"_id": "postcss-minify-selectors@1.5.0",
"_inBundle": false,
"_integrity": "sha1-5ZxWxtSVXaFXz30iv4Bptur1Jic=",
"_location": "/postcss-minify-selectors",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-minify-selectors@^1.5.0",
"name": "postcss-minify-selectors",
"escapedName": "postcss-minify-selectors",
"rawSpec": "^1.5.0",
"saveSpec": null,
"fetchSpec": "^1.5.0"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-1.5.0.tgz",
"_shasum": "e59c56c6d4955da157cf7d22bf8069b6eaf52627",
"_spec": "postcss-minify-selectors@^1.5.0",
"_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-minify-selectors/issues"
},
"bundleDependencies": false,
"dependencies": {
"javascript-natural-sort": "^0.7.1",
"normalize-selector": "^0.2.0",
"postcss": "^4.1.16",
"postcss-selector-parser": "^1.1.2",
"uniqs": "^2.0.0"
},
"deprecated": false,
"description": "Minify selectors with PostCSS.",
"devDependencies": {
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"postcss-font-magician": "^1.3.0",
"tap-spec": "^4.0.2",
"tape": "^4.1.0"
},
"homepage": "https://github.com/ben-eb/postcss-minify-selectors",
"keywords": [
"css",
"minify",
"optimise",
"postcss",
"postcss-plugin",
"selectors"
],
"license": "MIT",
"main": "index.js",
"name": "postcss-minify-selectors",
"repository": {
"type": "git",
"url": "git://github.com/ben-eb/postcss-minify-selectors.git"
},
"scripts": {
"lint": "jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js",
"test": "tape test.js | tap-spec"
},
"version": "1.5.0"
}