You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.1 KiB
78 lines
2.1 KiB
{
|
|
"_args": [
|
|
[
|
|
"postcss-ordered-values@5.0.2",
|
|
"/Users/satish.ganga/Desktop/EKAM/ekamv3/skgangaEkam"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "postcss-ordered-values@5.0.2",
|
|
"_id": "postcss-ordered-values@5.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-8AFYDSOYWebJYLyJi3fyjl6CqMEG/UVworjiyK1r573I56kb3e879sCJLGvR3merj+fAdPpVplXKQZv+ey6CgQ==",
|
|
"_location": "/postcss-ordered-values",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "postcss-ordered-values@5.0.2",
|
|
"name": "postcss-ordered-values",
|
|
"escapedName": "postcss-ordered-values",
|
|
"rawSpec": "5.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/cssnano-preset-default"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.0.2.tgz",
|
|
"_spec": "5.0.2",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv3/skgangaEkam",
|
|
"author": {
|
|
"name": "Ben Briggs",
|
|
"email": "beneb.info@gmail.com",
|
|
"url": "http://beneb.info"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cssnano/cssnano/issues"
|
|
},
|
|
"dependencies": {
|
|
"cssnano-utils": "^2.0.1",
|
|
"postcss-value-parser": "^4.1.0"
|
|
},
|
|
"description": "Ensure values are ordered consistently in your CSS.",
|
|
"devDependencies": {
|
|
"node-fetch": "^2.6.0",
|
|
"postcss": "^8.2.15"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"LICENSE-MIT"
|
|
],
|
|
"gitHead": "39b4cc089e8825d308df1fa8a7313d38d8f1f2f7",
|
|
"homepage": "https://github.com/cssnano/cssnano",
|
|
"keywords": [
|
|
"css",
|
|
"postcss",
|
|
"postcss-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"name": "postcss-ordered-values",
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cssnano/cssnano.git"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\" && node script/buildListStyleType.js",
|
|
"prebuild": "rimraf dist",
|
|
"prepare": "yarn build"
|
|
},
|
|
"version": "5.0.2"
|
|
}
|