Files
2019-01-25 17:01:52 +08:00

68 lines
1.7 KiB
JSON

{
"_from": "postcss-zindex@^1.1.3",
"_id": "postcss-zindex@1.1.3",
"_inBundle": false,
"_integrity": "sha1-SVZKtJ092hcGf42sHIM11/LQDOE=",
"_location": "/postcss-zindex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-zindex@^1.1.3",
"name": "postcss-zindex",
"escapedName": "postcss-zindex",
"rawSpec": "^1.1.3",
"saveSpec": null,
"fetchSpec": "^1.1.3"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-1.1.3.tgz",
"_shasum": "49564ab49d3dda17067f8dac1c8335d7f2d00ce1",
"_spec": "postcss-zindex@^1.1.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-zindex/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss": "^4.1.2"
},
"deprecated": false,
"description": "Reduce z-index values with PostCSS.",
"devDependencies": {
"jshint": "^2.6.3",
"jshint-stylish": "^2.0.1",
"tap-spec": "^4.0.2",
"tape": "^4.1.0"
},
"homepage": "https://github.com/ben-eb/postcss-zindex",
"keywords": [
"css",
"normalize",
"optimise",
"optimisation",
"postcss",
"postcss-plugin",
"z-index"
],
"license": "MIT",
"main": "index.js",
"name": "postcss-zindex",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-zindex.git"
},
"scripts": {
"lint": "jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js",
"test": "tape test.js | tap-spec"
},
"version": "1.1.3"
}