-
Notifications
You must be signed in to change notification settings - Fork 30
/
package-lock.json
30 lines (30 loc) · 952 Bytes
/
package-lock.json
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
{
"name": "chrome100",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "chrome100",
"dependencies": {
"chrome-versions": "^1.1.4",
"github-markdown-css": "^5.6.1"
}
},
"node_modules/chrome-versions": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/chrome-versions/-/chrome-versions-1.1.4.tgz",
"integrity": "sha512-skBwAfbTZin4v6IzSvDB0AiWe93au8Yqv/ggT4/Dvnh/pupEH55V70/UBYLE7TKLhU6R5q9DmsOaGc0JND0Ztw=="
},
"node_modules/github-markdown-css": {
"version": "5.6.1",
"resolved": "https://registry.npmjs.org/github-markdown-css/-/github-markdown-css-5.6.1.tgz",
"integrity": "sha512-DItLFgHd+s7HQmk63YN4/TdvLeRqk1QP7pPKTTPrDTYoI5x7f/luJWSOZxesmuxBI2srHp8RDyoZd+9WF+WK8Q==",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
}
}
}