blob: 0e31ec4d4bfca775c024ee6cab6de70301eccb47 [file] [log] [blame]
{
"_args": [
[
"postcss-minify-selectors@4.0.2",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "postcss-minify-selectors@4.0.2",
"_id": "postcss-minify-selectors@4.0.2",
"_inBundle": false,
"_integrity": "sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==",
"_location": "/postcss-minify-selectors",
"_phantomChildren": {
"dot-prop": "4.2.0",
"indexes-of": "1.0.1",
"uniq": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-minify-selectors@4.0.2",
"name": "postcss-minify-selectors",
"escapedName": "postcss-minify-selectors",
"rawSpec": "4.0.2",
"saveSpec": null,
"fetchSpec": "4.0.2"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz",
"_spec": "4.0.2",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"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.0",
"has": "^1.0.0",
"postcss": "^7.0.0",
"postcss-selector-parser": "^3.0.0"
},
"description": "Minify selectors with PostCSS.",
"devDependencies": {
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0",
"postcss-font-magician": "^2.0.0"
},
"engines": {
"node": ">=6.9.0"
},
"files": [
"dist",
"LICENSE-MIT"
],
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"css",
"minify",
"optimise",
"postcss",
"postcss-plugin",
"selectors"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-minify-selectors",
"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"
}