Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
772 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "postcss",
|
---|
3 | "version": "7.0.39",
|
---|
4 | "description": "Tool for transforming styles with JS plugins",
|
---|
5 | "engines": {
|
---|
6 | "node": ">=6.0.0"
|
---|
7 | },
|
---|
8 | "keywords": [
|
---|
9 | "css",
|
---|
10 | "postcss",
|
---|
11 | "rework",
|
---|
12 | "preprocessor",
|
---|
13 | "parser",
|
---|
14 | "source map",
|
---|
15 | "transform",
|
---|
16 | "manipulation",
|
---|
17 | "transpiler"
|
---|
18 | ],
|
---|
19 | "funding": {
|
---|
20 | "type": "opencollective",
|
---|
21 | "url": "https://opencollective.com/postcss/"
|
---|
22 | },
|
---|
23 | "author": "Andrey Sitnik <andrey@sitnik.ru>",
|
---|
24 | "license": "MIT",
|
---|
25 | "homepage": "https://postcss.org/",
|
---|
26 | "repository": "postcss/postcss",
|
---|
27 | "dependencies": {
|
---|
28 | "picocolors": "^0.2.1",
|
---|
29 | "source-map": "^0.6.1"
|
---|
30 | },
|
---|
31 | "main": "lib/postcss",
|
---|
32 | "types": "lib/postcss.d.ts",
|
---|
33 | "browser": {
|
---|
34 | "./lib/terminal-highlight": false,
|
---|
35 | "fs": false
|
---|
36 | }
|
---|
37 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.