source: imaps-frontend/node_modules/update-browserslist-db/package.json@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 916 bytes
Line 
1{
2 "name": "update-browserslist-db",
3 "version": "1.1.0",
4 "description": "CLI tool to update caniuse-lite to refresh target browsers from Browserslist config",
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/update-db",
27 "types": "./index.d.ts",
28 "exports": {
29 ".": "./index.js",
30 "./package.json": "./package.json"
31 },
32 "dependencies": {
33 "escalade": "^3.1.2",
34 "picocolors": "^1.0.1"
35 },
36 "peerDependencies": {
37 "browserslist": ">= 4.21.0"
38 },
39 "bin": "cli.js"
40}
Note: See TracBrowser for help on using the repository browser.