mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"_from": "postcss-reduce-idents@^1.0.2",
|
|
"_id": "postcss-reduce-idents@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-p58bJIXiPZs8x6gfXsY6XCvewg0=",
|
|
"_location": "/postcss-reduce-idents",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "postcss-reduce-idents@^1.0.2",
|
|
"name": "postcss-reduce-idents",
|
|
"escapedName": "postcss-reduce-idents",
|
|
"rawSpec": "^1.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/cssnano"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-1.0.3.tgz",
|
|
"_shasum": "a79f1b2485e23d9b3cc7a81f5ec63a5c2bdec20d",
|
|
"_spec": "postcss-reduce-idents@^1.0.2",
|
|
"_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-reduce-idents/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"postcss": "^4.1.2",
|
|
"reduce-function-call": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Reduce custom identifiers with PostCSS.",
|
|
"devDependencies": {
|
|
"tap-spec": "^2.2.2",
|
|
"tape": "^3.5.0"
|
|
},
|
|
"homepage": "https://github.com/ben-eb/postcss-reduce-idents",
|
|
"keywords": [
|
|
"css",
|
|
"postcss",
|
|
"postcss-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "postcss-reduce-idents",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ben-eb/postcss-reduce-idents.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test.js | tap-spec"
|
|
},
|
|
"version": "1.0.3"
|
|
}
|