source: frontend/node_modules/browserslist/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "browserslist",
3 "version": "4.28.2",
4 "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
5 "keywords": [
6 "browsers",
7 "caniuse",
8 "target"
9 ],
10 "license": "MIT",
11 "author": "Andrey Sitnik <andrey@sitnik.es>",
12 "repository": "browserslist/browserslist",
13 "funding": [
14 {
15 "type": "opencollective",
16 "url": "https://opencollective.com/browserslist"
17 },
18 {
19 "type": "tidelift",
20 "url": "https://tidelift.com/funding/github/npm/browserslist"
21 },
22 {
23 "type": "github",
24 "url": "https://github.com/sponsors/ai"
25 }
26 ],
27 "bin": {
28 "browserslist": "cli.js"
29 },
30 "browser": {
31 "./node.js": "./browser.js",
32 "path": false
33 },
34 "types": "./index.d.ts",
35 "dependencies": {
36 "baseline-browser-mapping": "^2.10.12",
37 "caniuse-lite": "^1.0.30001782",
38 "electron-to-chromium": "^1.5.328",
39 "node-releases": "^2.0.36",
40 "update-browserslist-db": "^1.2.3"
41 },
42 "engines": {
43 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
44 }
45}
Note: See TracBrowser for help on using the repository browser.