Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "postcss-reduce-initial",
|
---|
| 3 | "version": "5.0.1",
|
---|
| 4 | "description": "Reduce initial definitions to the actual initial value, where possible.",
|
---|
| 5 | "main": "dist/index.js",
|
---|
| 6 | "files": [
|
---|
| 7 | "data",
|
---|
| 8 | "dist/index.js",
|
---|
| 9 | "LICENSE-MIT"
|
---|
| 10 | ],
|
---|
| 11 | "scripts": {
|
---|
| 12 | "acquire": "node ./src/acquire.mjs",
|
---|
| 13 | "prebuild": "del-cli dist",
|
---|
| 14 | "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore '**/__tests__/,src/acquire.mjs'",
|
---|
| 15 | "prepublish": "yarn build"
|
---|
| 16 | },
|
---|
| 17 | "keywords": [
|
---|
| 18 | "css",
|
---|
| 19 | "postcss",
|
---|
| 20 | "postcss-plugin"
|
---|
| 21 | ],
|
---|
| 22 | "license": "MIT",
|
---|
| 23 | "homepage": "https://github.com/cssnano/cssnano",
|
---|
| 24 | "author": {
|
---|
| 25 | "name": "Ben Briggs",
|
---|
| 26 | "email": "beneb.info@gmail.com",
|
---|
| 27 | "url": "http://beneb.info"
|
---|
| 28 | },
|
---|
| 29 | "repository": "cssnano/cssnano",
|
---|
| 30 | "dependencies": {
|
---|
| 31 | "browserslist": "^4.16.0",
|
---|
| 32 | "caniuse-api": "^3.0.0"
|
---|
| 33 | },
|
---|
| 34 | "bugs": {
|
---|
| 35 | "url": "https://github.com/cssnano/cssnano/issues"
|
---|
| 36 | },
|
---|
| 37 | "engines": {
|
---|
| 38 | "node": "^10 || ^12 || >=14.0"
|
---|
| 39 | },
|
---|
| 40 | "devDependencies": {
|
---|
| 41 | "postcss": "^8.2.15"
|
---|
| 42 | },
|
---|
| 43 | "peerDependencies": {
|
---|
| 44 | "postcss": "^8.2.15"
|
---|
| 45 | },
|
---|
| 46 | "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
|
---|
| 47 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.