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.
 
 
 
 

80 lines
2.1 KiB

{
"_args": [
[
"postcss-minify-selectors@5.1.0",
"/Users/satish.ganga/Desktop/EKAM/ekamv3/skgangaEkam"
]
],
"_development": true,
"_from": "postcss-minify-selectors@5.1.0",
"_id": "postcss-minify-selectors@5.1.0",
"_inBundle": false,
"_integrity": "sha512-NzGBXDa7aPsAcijXZeagnJBKBPMYLaJJzB8CQh6ncvyl2sIndLVWfbcDi0SBjRWk5VqEjXvf8tYwzoKf4Z07og==",
"_location": "/postcss-minify-selectors",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-minify-selectors@5.1.0",
"name": "postcss-minify-selectors",
"escapedName": "postcss-minify-selectors",
"rawSpec": "5.1.0",
"saveSpec": null,
"fetchSpec": "5.1.0"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.1.0.tgz",
"_spec": "5.1.0",
"_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": {
"alphanum-sort": "^1.0.2",
"postcss-selector-parser": "^6.0.5"
},
"description": "Minify selectors with PostCSS.",
"devDependencies": {
"postcss": "^8.2.15"
},
"engines": {
"node": "^10 || ^12 || >=14.0"
},
"files": [
"dist",
"LICENSE-MIT"
],
"gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"css",
"minify",
"optimise",
"postcss",
"postcss-plugin",
"selectors"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-minify-selectors",
"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__/\"",
"prebuild": "del-cli dist",
"prepublish": "yarn build"
},
"version": "5.1.0"
}