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

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

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-convert-values@5.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-convert-values@5.0.1",
10 "_id": "postcss-convert-values@5.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-C3zR1Do2BkKkCgC0g3sF8TS0koF2G+mN8xxayZx3f10cIRmTaAnpgpRQZjNekTZxM2ciSPoh2IWJm0VZx8NoQg==",
13 "_location": "/postcss-convert-values",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "postcss-convert-values@5.0.1",
19 "name": "postcss-convert-values",
20 "escapedName": "postcss-convert-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-convert-values/-/postcss-convert-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": "Ben Briggs",
33 "email": "beneb.info@gmail.com",
34 "url": "http://beneb.info"
35 },
36 "bugs": {
37 "url": "https://github.com/cssnano/cssnano/issues"
38 },
39 "dependencies": {
40 "postcss-value-parser": "^4.1.0"
41 },
42 "description": "Convert values with PostCSS (e.g. ms -> s)",
43 "devDependencies": {
44 "postcss": "^8.2.15"
45 },
46 "engines": {
47 "node": "^10 || ^12 || >=14.0"
48 },
49 "files": [
50 "LICENSE-MIT",
51 "dist"
52 ],
53 "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
54 "homepage": "https://github.com/cssnano/cssnano",
55 "keywords": [
56 "css",
57 "optimisation",
58 "postcss",
59 "postcss-plugin"
60 ],
61 "license": "MIT",
62 "main": "dist/index.js",
63 "name": "postcss-convert-values",
64 "peerDependencies": {
65 "postcss": "^8.2.15"
66 },
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/cssnano/cssnano.git"
70 },
71 "scripts": {
72 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
73 "prebuild": "del-cli dist",
74 "prepublish": "yarn build"
75 },
76 "version": "5.0.1"
77}
Note: See TracBrowser for help on using the repository browser.