projecte_ionic/node_modules/postcss-normalize-repeat-style/package.json
2022-02-09 18:30:03 +01:00

69 lines
2.1 KiB
JSON
Executable file

{
"_from": "postcss-normalize-repeat-style@^5.0.1",
"_id": "postcss-normalize-repeat-style@5.0.1",
"_inBundle": false,
"_integrity": "sha512-syZ2itq0HTQjj4QtXZOeefomckiV5TaUO6ReIEabCh3wgDs4Mr01pkif0MeVwKyU/LHEkPJnpwFKRxqWA/7O3w==",
"_location": "/postcss-normalize-repeat-style",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-normalize-repeat-style@^5.0.1",
"name": "postcss-normalize-repeat-style",
"escapedName": "postcss-normalize-repeat-style",
"rawSpec": "^5.0.1",
"saveSpec": null,
"fetchSpec": "^5.0.1"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.0.1.tgz",
"_shasum": "cbc0de1383b57f5bb61ddd6a84653b5e8665b2b5",
"_spec": "postcss-normalize-repeat-style@^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": {
"cssnano-utils": "^2.0.1",
"postcss-value-parser": "^4.1.0"
},
"deprecated": false,
"description": "Convert two value syntax for repeat-style into one value.",
"devDependencies": {
"postcss": "^8.2.15"
},
"engines": {
"node": "^10 || ^12 || >=14.0"
},
"files": [
"LICENSE-MIT",
"dist"
],
"gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
"homepage": "https://github.com/cssnano/cssnano",
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-normalize-repeat-style",
"peerDependencies": {
"postcss": "^8.2.15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
"prebuild": "del-cli dist",
"prepublish": "yarn build"
},
"version": "5.0.1"
}