lepu-test-platform-web/node_modules/postcss-normalize-display-v.../package.json

73 lines
2.0 KiB
JSON

{
"_args": [
[
"postcss-normalize-display-values@4.0.2",
"/Applications/work/GitLab/lepu-test-platform-web"
]
],
"_development": true,
"_from": "postcss-normalize-display-values@4.0.2",
"_id": "postcss-normalize-display-values@4.0.2",
"_inBundle": false,
"_integrity": "sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==",
"_location": "/postcss-normalize-display-values",
"_phantomChildren": {
"chalk": "2.4.2",
"has-flag": "3.0.0",
"source-map": "0.6.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-normalize-display-values@4.0.2",
"name": "postcss-normalize-display-values",
"escapedName": "postcss-normalize-display-values",
"rawSpec": "4.0.2",
"saveSpec": null,
"fetchSpec": "4.0.2"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz",
"_spec": "4.0.2",
"_where": "/Applications/work/GitLab/lepu-test-platform-web",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"dependencies": {
"cssnano-util-get-match": "^4.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
},
"description": "Normalize multiple value display syntaxes into single values.",
"devDependencies": {
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0"
},
"engines": {
"node": ">=6.9.0"
},
"files": [
"LICENSE-MIT",
"dist"
],
"homepage": "https://github.com/cssnano/cssnano",
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-normalize-display-values",
"repository": {
"type": "git",
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
},
"version": "4.0.2"
}