source: trip-planner-front/node_modules/postcss-ordered-values/package.json@ e29cc2e

Last change on this file since e29cc2e 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-ordered-values@5.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-ordered-values@5.0.2",
10 "_id": "postcss-ordered-values@5.0.2",
11 "_inBundle": false,
12 "_integrity": "sha512-8AFYDSOYWebJYLyJi3fyjl6CqMEG/UVworjiyK1r573I56kb3e879sCJLGvR3merj+fAdPpVplXKQZv+ey6CgQ==",
13 "_location": "/postcss-ordered-values",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "postcss-ordered-values@5.0.2",
19 "name": "postcss-ordered-values",
20 "escapedName": "postcss-ordered-values",
21 "rawSpec": "5.0.2",
22 "saveSpec": null,
23 "fetchSpec": "5.0.2"
24 },
25 "_requiredBy": [
26 "/cssnano-preset-default"
27 ],
28 "_resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.0.2.tgz",
29 "_spec": "5.0.2",
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 "cssnano-utils": "^2.0.1",
41 "postcss-value-parser": "^4.1.0"
42 },
43 "description": "Ensure values are ordered consistently in your CSS.",
44 "devDependencies": {
45 "node-fetch": "^2.6.0",
46 "postcss": "^8.2.15"
47 },
48 "engines": {
49 "node": "^10 || ^12 || >=14.0"
50 },
51 "files": [
52 "dist",
53 "LICENSE-MIT"
54 ],
55 "gitHead": "39b4cc089e8825d308df1fa8a7313d38d8f1f2f7",
56 "homepage": "https://github.com/cssnano/cssnano",
57 "keywords": [
58 "css",
59 "postcss",
60 "postcss-plugin"
61 ],
62 "license": "MIT",
63 "main": "dist/index.js",
64 "name": "postcss-ordered-values",
65 "peerDependencies": {
66 "postcss": "^8.2.15"
67 },
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/cssnano/cssnano.git"
71 },
72 "scripts": {
73 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\" && node script/buildListStyleType.js",
74 "prebuild": "rimraf dist",
75 "prepare": "yarn build"
76 },
77 "version": "5.0.2"
78}
Note: See TracBrowser for help on using the repository browser.