source: imaps-frontend/node_modules/postcss/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100755
File size: 3.3 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "postcss@^8.4.49",
3 "_id": "postcss@8.4.49",
4 "_inBundle": false,
5 "_integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
6 "_location": "/postcss",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "postcss@^8.4.49",
12 "name": "postcss",
13 "escapedName": "postcss",
14 "rawSpec": "^8.4.49",
15 "saveSpec": null,
16 "fetchSpec": "^8.4.49"
17 },
18 "_requiredBy": [
19 "/vite"
20 ],
21 "_resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz",
22 "_shasum": "4ea479048ab059ab3ae61d082190fabfd994fe19",
23 "_spec": "postcss@^8.4.49",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/vite",
25 "author": {
26 "name": "Andrey Sitnik",
27 "email": "andrey@sitnik.ru"
28 },
29 "browser": {
30 "./lib/terminal-highlight": false,
31 "source-map-js": false,
32 "path": false,
33 "url": false,
34 "fs": false
35 },
36 "bugs": {
37 "url": "https://github.com/postcss/postcss/issues"
38 },
39 "bundleDependencies": false,
40 "dependencies": {
41 "nanoid": "^3.3.7",
42 "picocolors": "^1.1.1",
43 "source-map-js": "^1.2.1"
44 },
45 "deprecated": false,
[d565449]46 "description": "Tool for transforming styles with JS plugins",
47 "engines": {
48 "node": "^10 || ^12 || >=14"
49 },
50 "exports": {
51 ".": {
52 "require": "./lib/postcss.js",
53 "import": "./lib/postcss.mjs"
54 },
55 "./lib/at-rule": "./lib/at-rule.js",
56 "./lib/comment": "./lib/comment.js",
57 "./lib/container": "./lib/container.js",
58 "./lib/css-syntax-error": "./lib/css-syntax-error.js",
59 "./lib/declaration": "./lib/declaration.js",
60 "./lib/fromJSON": "./lib/fromJSON.js",
61 "./lib/input": "./lib/input.js",
62 "./lib/lazy-result": "./lib/lazy-result.js",
63 "./lib/no-work-result": "./lib/no-work-result.js",
64 "./lib/list": "./lib/list.js",
65 "./lib/map-generator": "./lib/map-generator.js",
66 "./lib/node": "./lib/node.js",
67 "./lib/parse": "./lib/parse.js",
68 "./lib/parser": "./lib/parser.js",
69 "./lib/postcss": "./lib/postcss.js",
70 "./lib/previous-map": "./lib/previous-map.js",
71 "./lib/processor": "./lib/processor.js",
72 "./lib/result": "./lib/result.js",
73 "./lib/root": "./lib/root.js",
74 "./lib/rule": "./lib/rule.js",
75 "./lib/stringifier": "./lib/stringifier.js",
76 "./lib/stringify": "./lib/stringify.js",
77 "./lib/symbols": "./lib/symbols.js",
78 "./lib/terminal-highlight": "./lib/terminal-highlight.js",
79 "./lib/tokenize": "./lib/tokenize.js",
80 "./lib/warn-once": "./lib/warn-once.js",
81 "./lib/warning": "./lib/warning.js",
82 "./package.json": "./package.json"
83 },
84 "funding": [
85 {
86 "type": "opencollective",
87 "url": "https://opencollective.com/postcss/"
88 },
89 {
90 "type": "tidelift",
91 "url": "https://tidelift.com/funding/github/npm/postcss"
92 },
93 {
94 "type": "github",
95 "url": "https://github.com/sponsors/ai"
96 }
97 ],
98 "homepage": "https://postcss.org/",
[79a0317]99 "keywords": [
100 "css",
101 "postcss",
102 "rework",
103 "preprocessor",
104 "parser",
105 "source map",
106 "transform",
107 "manipulation",
108 "transpiler"
109 ],
110 "license": "MIT",
111 "main": "./lib/postcss.js",
112 "name": "postcss",
113 "repository": {
114 "type": "git",
115 "url": "git+https://github.com/postcss/postcss.git"
[d565449]116 },
[79a0317]117 "types": "./lib/postcss.d.ts",
118 "version": "8.4.49"
[d565449]119}
Note: See TracBrowser for help on using the repository browser.