source: trip-planner-front/node_modules/postcss-convert-values/package.json

Last change on this file was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "postcss-convert-values@^5.0.2",
3 "_id": "postcss-convert-values@5.0.2",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-KQ04E2yadmfa1LqXm7UIDwW1ftxU/QWZmz6NKnHnUvJ3LEYbbcX6i329f/ig+WnEByHegulocXrECaZGLpL8Zg==",
[59329aa]6 "_location": "/postcss-convert-values",
7 "_phantomChildren": {},
8 "_requested": {
[e29cc2e]9 "type": "range",
[59329aa]10 "registry": true,
[e29cc2e]11 "raw": "postcss-convert-values@^5.0.2",
[59329aa]12 "name": "postcss-convert-values",
13 "escapedName": "postcss-convert-values",
[e29cc2e]14 "rawSpec": "^5.0.2",
[59329aa]15 "saveSpec": null,
[e29cc2e]16 "fetchSpec": "^5.0.2"
[6a3a178]17 },
[59329aa]18 "_requiredBy": [
19 "/cssnano-preset-default"
[6a3a178]20 ],
[e29cc2e]21 "_resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.0.2.tgz",
22 "_shasum": "879b849dc3677c7d6bc94b6a2c1a3f0808798059",
23 "_spec": "postcss-convert-values@^5.0.2",
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 },
30 "bugs": {
31 "url": "https://github.com/cssnano/cssnano/issues"
32 },
[e29cc2e]33 "bundleDependencies": false,
[59329aa]34 "dependencies": {
35 "postcss-value-parser": "^4.1.0"
[6a3a178]36 },
[e29cc2e]37 "deprecated": false,
[59329aa]38 "description": "Convert values with PostCSS (e.g. ms -> s)",
[6a3a178]39 "devDependencies": {
40 "postcss": "^8.2.15"
41 },
[59329aa]42 "engines": {
43 "node": "^10 || ^12 || >=14.0"
44 },
45 "files": [
46 "LICENSE-MIT",
47 "dist"
48 ],
[e29cc2e]49 "gitHead": "2d84646671c7075f8dae35de310351aac3436bc0",
[59329aa]50 "homepage": "https://github.com/cssnano/cssnano",
51 "keywords": [
52 "css",
53 "optimisation",
54 "postcss",
55 "postcss-plugin"
56 ],
57 "license": "MIT",
58 "main": "dist/index.js",
59 "name": "postcss-convert-values",
[6a3a178]60 "peerDependencies": {
61 "postcss": "^8.2.15"
62 },
[59329aa]63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/cssnano/cssnano.git"
66 },
67 "scripts": {
68 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
[e29cc2e]69 "prebuild": "rimraf dist",
70 "prepare": "yarn build"
[59329aa]71 },
[e29cc2e]72 "version": "5.0.2"
[6a3a178]73}
Note: See TracBrowser for help on using the repository browser.