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

69 lines
2 KiB
JSON
Executable file

{
"_from": "postcss-normalize-charset@^5.0.1",
"_id": "postcss-normalize-charset@5.0.1",
"_inBundle": false,
"_integrity": "sha512-6J40l6LNYnBdPSk+BHZ8SF+HAkS4q2twe5jnocgd+xWpz/mx/5Sa32m3W1AA8uE8XaXN+eg8trIlfu8V9x61eg==",
"_location": "/postcss-normalize-charset",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-normalize-charset@^5.0.1",
"name": "postcss-normalize-charset",
"escapedName": "postcss-normalize-charset",
"rawSpec": "^5.0.1",
"saveSpec": null,
"fetchSpec": "^5.0.1"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.0.1.tgz",
"_shasum": "121559d1bebc55ac8d24af37f67bd4da9efd91d0",
"_spec": "postcss-normalize-charset@^5.0.1",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/cssnano-preset-default",
"author": {
"name": "Bogdan Chadkin",
"email": "trysound@yandex.ru"
},
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Add necessary or remove extra charset with PostCSS",
"devDependencies": {
"postcss": "^8.2.15"
},
"engines": {
"node": "^10 || ^12 || >=14.0"
},
"files": [
"dist"
],
"gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"charset"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-normalize-charset",
"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"
}