main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "browserslist",
|
---|
3 | "version": "4.23.3",
|
---|
4 | "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
|
---|
5 | "keywords": [
|
---|
6 | "caniuse",
|
---|
7 | "browsers",
|
---|
8 | "target"
|
---|
9 | ],
|
---|
10 | "funding": [
|
---|
11 | {
|
---|
12 | "type": "opencollective",
|
---|
13 | "url": "https://opencollective.com/browserslist"
|
---|
14 | },
|
---|
15 | {
|
---|
16 | "type": "tidelift",
|
---|
17 | "url": "https://tidelift.com/funding/github/npm/browserslist"
|
---|
18 | },
|
---|
19 | {
|
---|
20 | "type": "github",
|
---|
21 | "url": "https://github.com/sponsors/ai"
|
---|
22 | }
|
---|
23 | ],
|
---|
24 | "author": "Andrey Sitnik <andrey@sitnik.ru>",
|
---|
25 | "license": "MIT",
|
---|
26 | "repository": "browserslist/browserslist",
|
---|
27 | "dependencies": {
|
---|
28 | "caniuse-lite": "^1.0.30001646",
|
---|
29 | "electron-to-chromium": "^1.5.4",
|
---|
30 | "node-releases": "^2.0.18",
|
---|
31 | "update-browserslist-db": "^1.1.0"
|
---|
32 | },
|
---|
33 | "engines": {
|
---|
34 | "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
---|
35 | },
|
---|
36 | "bin": {
|
---|
37 | "browserslist": "cli.js"
|
---|
38 | },
|
---|
39 | "types": "./index.d.ts",
|
---|
40 | "browser": {
|
---|
41 | "./node.js": "./browser.js",
|
---|
42 | "path": false
|
---|
43 | }
|
---|
44 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.