[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "postcss-normalize-charset@5.0.1",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "postcss-normalize-charset@5.0.1",
|
---|
| 10 | "_id": "postcss-normalize-charset@5.0.1",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-6J40l6LNYnBdPSk+BHZ8SF+HAkS4q2twe5jnocgd+xWpz/mx/5Sa32m3W1AA8uE8XaXN+eg8trIlfu8V9x61eg==",
|
---|
| 13 | "_location": "/postcss-normalize-charset",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "postcss-normalize-charset@5.0.1",
|
---|
| 19 | "name": "postcss-normalize-charset",
|
---|
| 20 | "escapedName": "postcss-normalize-charset",
|
---|
| 21 | "rawSpec": "5.0.1",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "5.0.1"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/cssnano-preset-default"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.0.1.tgz",
|
---|
| 29 | "_spec": "5.0.1",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Bogdan Chadkin",
|
---|
| 33 | "email": "trysound@yandex.ru"
|
---|
| 34 | },
|
---|
| 35 | "bugs": {
|
---|
| 36 | "url": "https://github.com/cssnano/cssnano/issues"
|
---|
| 37 | },
|
---|
[6a3a178] | 38 | "description": "Add necessary or remove extra charset with PostCSS",
|
---|
[59329aa] | 39 | "devDependencies": {
|
---|
| 40 | "postcss": "^8.2.15"
|
---|
| 41 | },
|
---|
| 42 | "engines": {
|
---|
| 43 | "node": "^10 || ^12 || >=14.0"
|
---|
| 44 | },
|
---|
| 45 | "files": [
|
---|
| 46 | "dist"
|
---|
| 47 | ],
|
---|
| 48 | "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
|
---|
| 49 | "homepage": "https://github.com/cssnano/cssnano",
|
---|
[6a3a178] | 50 | "keywords": [
|
---|
| 51 | "postcss",
|
---|
| 52 | "css",
|
---|
| 53 | "postcss-plugin",
|
---|
| 54 | "charset"
|
---|
| 55 | ],
|
---|
| 56 | "license": "MIT",
|
---|
| 57 | "main": "dist/index.js",
|
---|
[59329aa] | 58 | "name": "postcss-normalize-charset",
|
---|
| 59 | "peerDependencies": {
|
---|
| 60 | "postcss": "^8.2.15"
|
---|
| 61 | },
|
---|
| 62 | "repository": {
|
---|
| 63 | "type": "git",
|
---|
| 64 | "url": "git+https://github.com/cssnano/cssnano.git"
|
---|
| 65 | },
|
---|
[6a3a178] | 66 | "scripts": {
|
---|
| 67 | "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
|
---|
[59329aa] | 68 | "prebuild": "del-cli dist",
|
---|
[6a3a178] | 69 | "prepublish": "yarn build"
|
---|
| 70 | },
|
---|
[59329aa] | 71 | "version": "5.0.1"
|
---|
[6a3a178] | 72 | }
|
---|