UNPKG

@emvu/react-scripts

Version:

Fork of configuration and scripts for Create React App.

134 lines (133 loc) 3.76 kB
{ "_args": [ [ { "raw": "postcss-minify-selectors@^2.0.4", "scope": null, "escapedName": "postcss-minify-selectors", "name": "postcss-minify-selectors", "rawSpec": "^2.0.4", "spec": ">=2.0.4 <3.0.0", "type": "range" }, "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/node_modules/cssnano" ] ], "_from": "postcss-minify-selectors@>=2.0.4 <3.0.0", "_id": "postcss-minify-selectors@2.0.7", "_inCache": true, "_installable": true, "_location": "/postcss-minify-selectors", "_nodeVersion": "6.9.1", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/postcss-minify-selectors-2.0.7.tgz_1479246967155_0.4251137529499829" }, "_npmUser": { "name": "beneb", "email": "beneb.info@gmail.com" }, "_npmVersion": "3.10.8", "_phantomChildren": {}, "_requested": { "raw": "postcss-minify-selectors@^2.0.4", "scope": null, "escapedName": "postcss-minify-selectors", "name": "postcss-minify-selectors", "rawSpec": "^2.0.4", "spec": ">=2.0.4 <3.0.0", "type": "range" }, "_requiredBy": [ "/cssnano" ], "_resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-2.0.7.tgz", "_shasum": "bfb9248fe14db33770f036572de6b4897c48d81c", "_shrinkwrap": null, "_spec": "postcss-minify-selectors@^2.0.4", "_where": "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/node_modules/cssnano", "author": { "name": "Ben Briggs", "email": "beneb.info@gmail.com", "url": "http://beneb.info" }, "ava": { "require": "babel-register" }, "bugs": { "url": "https://github.com/ben-eb/postcss-minify-selectors/issues" }, "dependencies": { "alphanum-sort": "^1.0.2", "has": "^1.0.1", "postcss": "^5.0.14", "postcss-selector-parser": "^2.0.0" }, "description": "Minify selectors with PostCSS.", "devDependencies": { "ava": "^0.16.0", "babel-cli": "^6.3.17", "babel-core": "^6.3.26", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.3.13", "babel-preset-es2015-loose": "^7.0.0", "babel-preset-stage-0": "^6.3.13", "babel-register": "^6.9.0", "del-cli": "^0.2.0", "eslint": "^3.0.0", "eslint-config-cssnano": "^3.0.0", "eslint-plugin-babel": "^3.3.0", "eslint-plugin-import": "^2.0.1", "nyc": "^8.4.0", "postcss-font-magician": "^1.4.0" }, "directories": {}, "dist": { "shasum": "bfb9248fe14db33770f036572de6b4897c48d81c", "tarball": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-2.0.7.tgz" }, "eslintConfig": { "extends": "cssnano" }, "files": [ "dist", "LICENSE-MIT" ], "gitHead": "88e6271b73a94095284790d77bb4017bc11ed20d", "homepage": "https://github.com/ben-eb/postcss-minify-selectors", "keywords": [ "css", "minify", "optimise", "postcss", "postcss-plugin", "selectors" ], "license": "MIT", "main": "dist/index.js", "maintainers": [ { "name": "beneb", "email": "beneb.info@gmail.com" }, { "name": "trysound", "email": "trysound@yandex.ru" } ], "name": "postcss-minify-selectors", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/ben-eb/postcss-minify-selectors.git" }, "scripts": { "prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/", "pretest": "eslint src", "report": "nyc report --reporter=html", "test": "nyc ava", "test-012": "nyc ava" }, "version": "2.0.7" }