-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage-lock.json
31 lines (31 loc) · 976 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
31
{
"name": "chrome100",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "chrome100",
"dependencies": {
"chrome-versions": "^1.1.5",
"github-markdown-css": "^5.6.1"
}
},
"node_modules/chrome-versions": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/chrome-versions/-/chrome-versions-1.1.5.tgz",
"integrity": "sha512-F4VZHLmYPqsGAgiMlOXsO/Wb7ckpCgxoV0cKC4J/5I1LLOYHX1KGkMMVussNU5SGih5CzTLJNJjTW8PTqPt76g==",
"license": "ISC"
},
"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"
}
}
}
}