-
-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "caniuse-lite",
"version": "1.0.30001806",
"description": "A smaller version of caniuse-db, with only the essentials!",
"keywords": [
"support"
],
"license": "CC-BY-4.0",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"repository": "browserslist/caniuse-lite",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"files": [
"data",
"dist"
],
"main": "dist/unpacker/index.js",
"scripts": {
"pack": "node copy-mdn.js && rm -Rf data && node src/packer/index.js",
"test:integration": "node ./consumer.js > /dev/null",
"test:unit": "uvu . \\.test\\.js$",
"test:lint": "oxlint",
"test": "pnpm run pack && pnpm run /^test:/"
},
"devDependencies": {
"@babel/generator": "^7.29.7",
"@babel/types": "^7.29.7",
"@logux/oxc-configs": "^0.4.1",
"@mdn/browser-compat-data": "8.0.6",
"actions-up": "^1.16.0",
"caniuse-db": "1.0.30001806",
"eslint-plugin-prefer-let": "^4.2.2",
"oxlint": "^1.73.0",
"oxlint-tsgolint": "^0.24.0",
"typescript": "^7.0.2",
"uvu": "^0.5.6"
},
"clean-publish": {
"cleanDocs": true
}
}