projecte_ionic/node_modules/postcss-reduce-initial/package.json
2022-02-09 18:30:03 +01:00

76 lines
2.2 KiB
JSON
Executable file

{
"_from": "postcss-reduce-initial@^5.0.1",
"_id": "postcss-reduce-initial@5.0.1",
"_inBundle": false,
"_integrity": "sha512-zlCZPKLLTMAqA3ZWH57HlbCjkD55LX9dsRyxlls+wfuRfqCi5mSlZVan0heX5cHr154Dq9AfbH70LyhrSAezJw==",
"_location": "/postcss-reduce-initial",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-reduce-initial@^5.0.1",
"name": "postcss-reduce-initial",
"escapedName": "postcss-reduce-initial",
"rawSpec": "^5.0.1",
"saveSpec": null,
"fetchSpec": "^5.0.1"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.0.1.tgz",
"_shasum": "9d6369865b0f6f6f6b165a0ef5dc1a4856c7e946",
"_spec": "postcss-reduce-initial@^5.0.1",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/cssnano-preset-default",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"dependencies": {
"browserslist": "^4.16.0",
"caniuse-api": "^3.0.0"
},
"deprecated": false,
"description": "Reduce initial definitions to the actual initial value, where possible.",
"devDependencies": {
"postcss": "^8.2.15"
},
"engines": {
"node": "^10 || ^12 || >=14.0"
},
"files": [
"data",
"dist/index.js",
"LICENSE-MIT"
],
"gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"css",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-reduce-initial",
"peerDependencies": {
"postcss": "^8.2.15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"acquire": "node ./src/acquire.mjs",
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore '**/__tests__/,src/acquire.mjs'",
"prebuild": "del-cli dist",
"prepublish": "yarn build"
},
"version": "5.0.1"
}