source: frontend/node_modules/caniuse-lite/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: 742 bytes
Line 
1{
2 "name": "caniuse-lite",
3 "version": "1.0.30001793",
4 "description": "A smaller version of caniuse-db, with only the essentials!",
5 "keywords": [
6 "support"
7 ],
8 "license": "CC-BY-4.0",
9 "author": {
10 "name": "Ben Briggs",
11 "email": "beneb.info@gmail.com",
12 "url": "http://beneb.info"
13 },
14 "repository": "browserslist/caniuse-lite",
15 "funding": [
16 {
17 "type": "opencollective",
18 "url": "https://opencollective.com/browserslist"
19 },
20 {
21 "type": "tidelift",
22 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
23 },
24 {
25 "type": "github",
26 "url": "https://github.com/sponsors/ai"
27 }
28 ],
29 "files": [
30 "data",
31 "dist"
32 ],
33 "main": "dist/unpacker/index.js"
34}
Note: See TracBrowser for help on using the repository browser.