forked from Technigo/project-github-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.01 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.01 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"_from": "browserslist@^4.16.6",
"_id": "browserslist@4.17.1",
"_inBundle": false,
"_integrity": "sha512-aLD0ZMDSnF4lUt4ZDNgqi5BUn9BZ7YdQdI/cYlILrhdSSZJLU9aNZoD5/NBmM4SK34APB2e83MOsRt1EnkuyaQ==",
"_location": "/browserslist",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "browserslist@^4.16.6",
"name": "browserslist",
"escapedName": "browserslist",
"rawSpec": "^4.16.6",
"saveSpec": null,
"fetchSpec": "^4.16.6"
},
"_requiredBy": [
"/@babel/helper-compilation-targets"
],
"_resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.1.tgz",
"_shasum": "a98d104f54af441290b7d592626dd541fa642eb9",
"_spec": "browserslist@^4.16.6",
"_where": "C:\\Users\\Eddie\\OneDrive\\Skrivbord\\Projects\\project-github-tracker\\node_modules\\@babel\\helper-compilation-targets",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bin": {
"browserslist": "cli.js"
},
"browser": {
"./node.js": "./browser.js",
"path": false
},
"bugs": {
"url": "https://github.com/browserslist/browserslist/issues"
},
"bundleDependencies": false,
"dependencies": {
"caniuse-lite": "^1.0.30001259",
"electron-to-chromium": "^1.3.846",
"escalade": "^3.1.1",
"nanocolors": "^0.1.5",
"node-releases": "^1.1.76"
},
"deprecated": false,
"description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
"engines": {
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
"homepage": "https://github.com/browserslist/browserslist#readme",
"keywords": [
"caniuse",
"browsers",
"target"
],
"license": "MIT",
"name": "browserslist",
"repository": {
"type": "git",
"url": "git+https://github.com/browserslist/browserslist.git"
},
"types": "./index.d.ts",
"version": "4.17.1"
}