- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/postcss-minify-params/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-minify-params", 3 "version": "5.0.1", 2 "_args": [ 3 [ 4 "postcss-minify-params@5.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "postcss-minify-params@5.0.1", 10 "_id": "postcss-minify-params@5.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-4RUC4k2A/Q9mGco1Z8ODc7h+A0z7L7X2ypO1B6V8057eVK6mZ6xwz6QN64nHuHLbqbclkX1wyzRnIrdZehTEHw==", 13 "_location": "/postcss-minify-params", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "postcss-minify-params@5.0.1", 19 "name": "postcss-minify-params", 20 "escapedName": "postcss-minify-params", 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-params/-/postcss-minify-params-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 "alphanum-sort": "^1.0.2", 40 "browserslist": "^4.16.0", 41 "cssnano-utils": "^2.0.1", 42 "postcss-value-parser": "^4.1.0", 43 "uniqs": "^2.0.0" 44 }, 4 45 "description": "Minify at-rule params with PostCSS", 46 "devDependencies": { 47 "postcss": "^8.2.15" 48 }, 49 "engines": { 50 "node": "^10 || ^12 || >=14.0" 51 }, 52 "files": [ 53 "dist" 54 ], 55 "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc", 56 "homepage": "https://github.com/cssnano/cssnano", 5 57 "keywords": [ 6 58 "postcss", … … 11 63 "params" 12 64 ], 65 "license": "MIT", 13 66 "main": "dist/index.js", 14 "files": [ 15 "dist" 16 ], 17 "author": "Bogdan Chadkin <trysound@yandex.ru>", 18 "license": "MIT", 19 "repository": "cssnano/cssnano", 20 "bugs": { 21 "url": "https://github.com/cssnano/cssnano/issues" 22 }, 23 "homepage": "https://github.com/cssnano/cssnano", 24 "dependencies": { 25 "alphanum-sort": "^1.0.2", 26 "browserslist": "^4.16.0", 27 "cssnano-utils": "^2.0.1", 28 "postcss-value-parser": "^4.1.0", 29 "uniqs": "^2.0.0" 30 }, 31 "scripts": { 32 "prebuild": "del-cli dist", 33 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 34 "prepublish": "yarn build" 35 }, 36 "engines": { 37 "node": "^10 || ^12 || >=14.0" 38 }, 39 "devDependencies": { 40 "postcss": "^8.2.15" 41 }, 67 "name": "postcss-minify-params", 42 68 "peerDependencies": { 43 69 "postcss": "^8.2.15" 44 70 }, 45 "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc" 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/cssnano/cssnano.git" 74 }, 75 "scripts": { 76 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 77 "prebuild": "del-cli dist", 78 "prepublish": "yarn build" 79 }, 80 "version": "5.0.1" 46 81 }
Note:
See TracChangeset
for help on using the changeset viewer.