1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "postcss@8.3.6",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "postcss@8.3.6",
|
---|
10 | "_id": "postcss@8.3.6",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==",
|
---|
13 | "_location": "/postcss",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "postcss@8.3.6",
|
---|
19 | "name": "postcss",
|
---|
20 | "escapedName": "postcss",
|
---|
21 | "rawSpec": "8.3.6",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "8.3.6"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/@angular-devkit/build-angular",
|
---|
27 | "/css-loader",
|
---|
28 | "/css-minimizer-webpack-plugin"
|
---|
29 | ],
|
---|
30 | "_resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.6.tgz",
|
---|
31 | "_spec": "8.3.6",
|
---|
32 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
33 | "author": {
|
---|
34 | "name": "Andrey Sitnik",
|
---|
35 | "email": "andrey@sitnik.ru"
|
---|
36 | },
|
---|
37 | "browser": {
|
---|
38 | "./lib/terminal-highlight": false,
|
---|
39 | "source-map-js": false,
|
---|
40 | "colorette": false,
|
---|
41 | "path": false,
|
---|
42 | "url": false,
|
---|
43 | "fs": false
|
---|
44 | },
|
---|
45 | "bugs": {
|
---|
46 | "url": "https://github.com/postcss/postcss/issues"
|
---|
47 | },
|
---|
48 | "dependencies": {
|
---|
49 | "colorette": "^1.2.2",
|
---|
50 | "nanoid": "^3.1.23",
|
---|
51 | "source-map-js": "^0.6.2"
|
---|
52 | },
|
---|
53 | "description": "Tool for transforming styles with JS plugins",
|
---|
54 | "engines": {
|
---|
55 | "node": "^10 || ^12 || >=14"
|
---|
56 | },
|
---|
57 | "exports": {
|
---|
58 | ".": {
|
---|
59 | "require": "./lib/postcss.js",
|
---|
60 | "import": "./lib/postcss.mjs",
|
---|
61 | "types": "./lib/postcss.d.ts"
|
---|
62 | },
|
---|
63 | "./lib/at-rule": "./lib/at-rule.js",
|
---|
64 | "./lib/comment": "./lib/comment.js",
|
---|
65 | "./lib/container": "./lib/container.js",
|
---|
66 | "./lib/css-syntax-error": "./lib/css-syntax-error.js",
|
---|
67 | "./lib/declaration": "./lib/declaration.js",
|
---|
68 | "./lib/fromJSON": "./lib/fromJSON.js",
|
---|
69 | "./lib/input": "./lib/input.js",
|
---|
70 | "./lib/lazy-result": "./lib/lazy-result.js",
|
---|
71 | "./lib/list": "./lib/list.js",
|
---|
72 | "./lib/map-generator": "./lib/map-generator.js",
|
---|
73 | "./lib/node": "./lib/node.js",
|
---|
74 | "./lib/parse": "./lib/parse.js",
|
---|
75 | "./lib/parser": "./lib/parser.js",
|
---|
76 | "./lib/postcss": "./lib/postcss.js",
|
---|
77 | "./lib/previous-map": "./lib/previous-map.js",
|
---|
78 | "./lib/processor": "./lib/processor.js",
|
---|
79 | "./lib/result": "./lib/result.js",
|
---|
80 | "./lib/root": "./lib/root.js",
|
---|
81 | "./lib/rule": "./lib/rule.js",
|
---|
82 | "./lib/stringifier": "./lib/stringifier.js",
|
---|
83 | "./lib/stringify": "./lib/stringify.js",
|
---|
84 | "./lib/symbols": "./lib/symbols.js",
|
---|
85 | "./lib/terminal-highlight": "./lib/terminal-highlight.js",
|
---|
86 | "./lib/tokenize": "./lib/tokenize.js",
|
---|
87 | "./lib/warn-once": "./lib/warn-once.js",
|
---|
88 | "./lib/warning": "./lib/warning.js",
|
---|
89 | "./package.json": "./package.json"
|
---|
90 | },
|
---|
91 | "funding": {
|
---|
92 | "type": "opencollective",
|
---|
93 | "url": "https://opencollective.com/postcss/"
|
---|
94 | },
|
---|
95 | "homepage": "https://postcss.org/",
|
---|
96 | "keywords": [
|
---|
97 | "css",
|
---|
98 | "postcss",
|
---|
99 | "rework",
|
---|
100 | "preprocessor",
|
---|
101 | "parser",
|
---|
102 | "source map",
|
---|
103 | "transform",
|
---|
104 | "manipulation",
|
---|
105 | "transpiler"
|
---|
106 | ],
|
---|
107 | "license": "MIT",
|
---|
108 | "main": "./lib/postcss.js",
|
---|
109 | "name": "postcss",
|
---|
110 | "repository": {
|
---|
111 | "type": "git",
|
---|
112 | "url": "git+https://github.com/postcss/postcss.git"
|
---|
113 | },
|
---|
114 | "types": "./lib/postcss.d.ts",
|
---|
115 | "version": "8.3.6"
|
---|
116 | }
|
---|