mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"_from": "postcss-discard-duplicates@^1.1.5",
|
|
"_id": "postcss-discard-duplicates@1.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-SbsztNNHcQWwDQSDlfc6KQK8miU=",
|
|
"_location": "/postcss-discard-duplicates",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "postcss-discard-duplicates@^1.1.5",
|
|
"name": "postcss-discard-duplicates",
|
|
"escapedName": "postcss-discard-duplicates",
|
|
"rawSpec": "^1.1.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/cssnano"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-1.2.1.tgz",
|
|
"_shasum": "49bb33b4d3477105b00d048395f73a2902bc9a25",
|
|
"_spec": "postcss-discard-duplicates@^1.1.5",
|
|
"_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-duplicates/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"postcss": "^4.1.16"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Discard duplicate rules in your CSS files with PostCSS.",
|
|
"devDependencies": {
|
|
"tap-spec": "^4.0.2",
|
|
"tape": "^4.1.0"
|
|
},
|
|
"homepage": "https://github.com/ben-eb/postcss-discard-duplicates",
|
|
"keywords": [
|
|
"css",
|
|
"dedupe",
|
|
"optimise",
|
|
"postcss",
|
|
"postcss-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "postcss-discard-duplicates",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ben-eb/postcss-discard-duplicates.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test.js | tap-spec"
|
|
},
|
|
"version": "1.2.1"
|
|
}
|