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

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

primeNG components

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_from": "postcss-convert-values@^5.0.2",
3 "_id": "postcss-convert-values@5.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-KQ04E2yadmfa1LqXm7UIDwW1ftxU/QWZmz6NKnHnUvJ3LEYbbcX6i329f/ig+WnEByHegulocXrECaZGLpL8Zg==",
6 "_location": "/postcss-convert-values",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "postcss-convert-values@^5.0.2",
12 "name": "postcss-convert-values",
13 "escapedName": "postcss-convert-values",
14 "rawSpec": "^5.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^5.0.2"
17 },
18 "_requiredBy": [
19 "/cssnano-preset-default"
20 ],
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",
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 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "postcss-value-parser": "^4.1.0"
36 },
37 "deprecated": false,
38 "description": "Convert values with PostCSS (e.g. ms -> s)",
39 "devDependencies": {
40 "postcss": "^8.2.15"
41 },
42 "engines": {
43 "node": "^10 || ^12 || >=14.0"
44 },
45 "files": [
46 "LICENSE-MIT",
47 "dist"
48 ],
49 "gitHead": "2d84646671c7075f8dae35de310351aac3436bc0",
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",
60 "peerDependencies": {
61 "postcss": "^8.2.15"
62 },
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__/\"",
69 "prebuild": "rimraf dist",
70 "prepare": "yarn build"
71 },
72 "version": "5.0.2"
73}
Note: See TracBrowser for help on using the repository browser.