[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "postcss-minify-font-values@5.0.1",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "postcss-minify-font-values@5.0.1",
|
---|
| 10 | "_id": "postcss-minify-font-values@5.0.1",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-7JS4qIsnqaxk+FXY1E8dHBDmraYFWmuL6cgt0T1SWGRO5bzJf8sUoelwa4P88LEWJZweHevAiDKxHlofuvtIoA==",
|
---|
| 13 | "_location": "/postcss-minify-font-values",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "postcss-minify-font-values@5.0.1",
|
---|
| 19 | "name": "postcss-minify-font-values",
|
---|
| 20 | "escapedName": "postcss-minify-font-values",
|
---|
| 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-minify-font-values/-/postcss-minify-font-values-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 | },
|
---|
| 38 | "dependencies": {
|
---|
| 39 | "postcss-value-parser": "^4.1.0"
|
---|
| 40 | },
|
---|
[6a3a178] | 41 | "description": "Minify font declarations with PostCSS",
|
---|
[59329aa] | 42 | "devDependencies": {
|
---|
| 43 | "postcss": "^8.2.15"
|
---|
| 44 | },
|
---|
| 45 | "engines": {
|
---|
| 46 | "node": "^10 || ^12 || >=14.0"
|
---|
| 47 | },
|
---|
[6a3a178] | 48 | "files": [
|
---|
| 49 | "dist"
|
---|
| 50 | ],
|
---|
[59329aa] | 51 | "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
|
---|
| 52 | "homepage": "https://github.com/cssnano/cssnano",
|
---|
[6a3a178] | 53 | "keywords": [
|
---|
| 54 | "css",
|
---|
| 55 | "font",
|
---|
| 56 | "font-family",
|
---|
| 57 | "font-weight",
|
---|
| 58 | "optimise",
|
---|
| 59 | "postcss-plugin"
|
---|
| 60 | ],
|
---|
[59329aa] | 61 | "license": "MIT",
|
---|
| 62 | "main": "dist/index.js",
|
---|
| 63 | "name": "postcss-minify-font-values",
|
---|
| 64 | "peerDependencies": {
|
---|
| 65 | "postcss": "^8.2.15"
|
---|
[6a3a178] | 66 | },
|
---|
[59329aa] | 67 | "repository": {
|
---|
| 68 | "type": "git",
|
---|
| 69 | "url": "git+https://github.com/cssnano/cssnano.git"
|
---|
[6a3a178] | 70 | },
|
---|
| 71 | "scripts": {
|
---|
| 72 | "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
|
---|
[59329aa] | 73 | "prebuild": "del-cli dist",
|
---|
[6a3a178] | 74 | "prepublish": "yarn build"
|
---|
| 75 | },
|
---|
[59329aa] | 76 | "version": "5.0.1"
|
---|
[6a3a178] | 77 | }
|
---|