[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "postcss-merge-longhand@^5.0.4",
|
---|
| 3 | "_id": "postcss-merge-longhand@5.0.4",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha512-2lZrOVD+d81aoYkZDpWu6+3dTAAGkCKbV5DoRhnIR7KOULVrI/R7bcMjhrH9KTRy6iiHKqmtG+n/MMj1WmqHFw==",
|
---|
[59329aa] | 6 | "_location": "/postcss-merge-longhand",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
[e29cc2e] | 9 | "type": "range",
|
---|
[59329aa] | 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "postcss-merge-longhand@^5.0.4",
|
---|
[59329aa] | 12 | "name": "postcss-merge-longhand",
|
---|
| 13 | "escapedName": "postcss-merge-longhand",
|
---|
[e29cc2e] | 14 | "rawSpec": "^5.0.4",
|
---|
[59329aa] | 15 | "saveSpec": null,
|
---|
[e29cc2e] | 16 | "fetchSpec": "^5.0.4"
|
---|
[6a3a178] | 17 | },
|
---|
[59329aa] | 18 | "_requiredBy": [
|
---|
| 19 | "/cssnano-preset-default"
|
---|
[6a3a178] | 20 | ],
|
---|
[e29cc2e] | 21 | "_resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.0.4.tgz",
|
---|
| 22 | "_shasum": "41f4f3270282ea1a145ece078b7679f0cef21c32",
|
---|
| 23 | "_spec": "postcss-merge-longhand@^5.0.4",
|
---|
| 24 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\cssnano-preset-default",
|
---|
[6a3a178] | 25 | "author": {
|
---|
| 26 | "name": "Ben Briggs",
|
---|
| 27 | "email": "beneb.info@gmail.com",
|
---|
| 28 | "url": "http://beneb.info"
|
---|
| 29 | },
|
---|
[59329aa] | 30 | "bugs": {
|
---|
| 31 | "url": "https://github.com/cssnano/cssnano/issues"
|
---|
| 32 | },
|
---|
[e29cc2e] | 33 | "bundleDependencies": false,
|
---|
[6a3a178] | 34 | "dependencies": {
|
---|
| 35 | "postcss-value-parser": "^4.1.0",
|
---|
| 36 | "stylehacks": "^5.0.1"
|
---|
| 37 | },
|
---|
[e29cc2e] | 38 | "deprecated": false,
|
---|
[59329aa] | 39 | "description": "Merge longhand properties into shorthand with PostCSS.",
|
---|
| 40 | "devDependencies": {
|
---|
| 41 | "postcss": "^8.2.15"
|
---|
[6a3a178] | 42 | },
|
---|
| 43 | "engines": {
|
---|
| 44 | "node": "^10 || ^12 || >=14.0"
|
---|
| 45 | },
|
---|
[59329aa] | 46 | "files": [
|
---|
| 47 | "LICENSE-MIT",
|
---|
| 48 | "dist"
|
---|
| 49 | ],
|
---|
| 50 | "homepage": "https://github.com/cssnano/cssnano",
|
---|
| 51 | "keywords": [
|
---|
| 52 | "css",
|
---|
| 53 | "minify",
|
---|
| 54 | "optimise",
|
---|
| 55 | "postcss",
|
---|
| 56 | "postcss-plugin"
|
---|
| 57 | ],
|
---|
| 58 | "license": "MIT",
|
---|
| 59 | "main": "dist/index.js",
|
---|
| 60 | "name": "postcss-merge-longhand",
|
---|
[6a3a178] | 61 | "peerDependencies": {
|
---|
| 62 | "postcss": "^8.2.15"
|
---|
| 63 | },
|
---|
[59329aa] | 64 | "repository": {
|
---|
| 65 | "type": "git",
|
---|
| 66 | "url": "git+https://github.com/cssnano/cssnano.git"
|
---|
| 67 | },
|
---|
| 68 | "scripts": {
|
---|
| 69 | "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
|
---|
[e29cc2e] | 70 | "prebuild": "rimraf dist",
|
---|
| 71 | "prepare": "yarn build"
|
---|
[59329aa] | 72 | },
|
---|
[e29cc2e] | 73 | "version": "5.0.4"
|
---|
[6a3a178] | 74 | }
|
---|