| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "postcss-minify-gradients",
- "version": "4.0.2",
- "description": "Minify gradient parameters with PostCSS.",
- "main": "dist/index.js",
- "scripts": {
- "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
- },
- "files": [
- "LICENSE-MIT",
- "dist"
- ],
- "keywords": [
- "css",
- "postcss",
- "postcss-plugin"
- ],
- "license": "MIT",
- "devDependencies": {
- "babel-cli": "^6.0.0",
- "cross-env": "^5.0.0"
- },
- "homepage": "https://github.com/cssnano/cssnano",
- "author": {
- "name": "Ben Briggs",
- "email": "beneb.info@gmail.com",
- "url": "http://beneb.info"
- },
- "repository": "cssnano/cssnano",
- "dependencies": {
- "cssnano-util-get-arguments": "^4.0.0",
- "is-color-stop": "^1.0.0",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "bugs": {
- "url": "https://github.com/cssnano/cssnano/issues"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:49 GMT+0800 (CST)",
- "_from": "postcss-minify-gradients@4.0.2",
- "_resolved": "https://registry.npm.taobao.org/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz?cache=0&sync_timestamp=1603212711565&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-gradients%2Fdownload%2Fpostcss-minify-gradients-4.0.2.tgz"
- }
|