1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_args": [
- [
- "postcss-minify-selectors@4.0.2",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "postcss-minify-selectors@4.0.2",
- "_id": "postcss-minify-selectors@4.0.2",
- "_inBundle": false,
- "_integrity": "sha1-4uXrQL/uUA0M2SQ1APX46kJi+9g=",
- "_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.npm.taobao.org/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz",
- "_spec": "4.0.2",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "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"
- }
|