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

75 lines
2.0 KiB
JSON

{
"_from": "postcss-discard-unused@^1.0.3",
"_id": "postcss-discard-unused@1.0.3",
"_inBundle": false,
"_integrity": "sha1-Xsy5v6xGXqa+VjQpepx3gczQmIY=",
"_location": "/postcss-discard-unused",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-discard-unused@^1.0.3",
"name": "postcss-discard-unused",
"escapedName": "postcss-discard-unused",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-1.0.3.tgz",
"_shasum": "5eccb9bfac465ea6be5634297a9c7781ccd09886",
"_spec": "postcss-discard-unused@^1.0.3",
"_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-discard-unused/issues"
},
"bundleDependencies": false,
"dependencies": {
"flatten": "0.0.1",
"postcss": "^4.1.16",
"uniqs": "^2.0.0"
},
"deprecated": false,
"description": "Discard unused counter styles, keyframes and fonts.",
"devDependencies": {
"babel": "^5.8.21",
"babel-tape-runner": "^1.2.0",
"faucet": "0.0.1",
"tape": "^4.1.0"
},
"files": [
"bin",
"LICENSE-MIT",
"dist"
],
"homepage": "https://github.com/ben-eb/postcss-discard-unused",
"keywords": [
"css",
"minify",
"optimise",
"postcss",
"postcss-plugin",
"unused"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-discard-unused",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-discard-unused.git"
},
"scripts": {
"prepublish": "babel src --out-dir dist --ignore /__tests__/",
"test": "npm run test-unformatted | faucet",
"test-unformatted": "babel-tape-runner \"src/**/__tests__/*.js\""
},
"version": "1.0.3"
}