forked from ietf-wg-gnap/gnap-core-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
34 lines (34 loc) · 895 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
32
33
34
{
"name": "gnap-core-protocol",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gnap-core-protocol",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"aasvg": "^0.3.1"
}
},
"node_modules/aasvg": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/aasvg/-/aasvg-0.3.1.tgz",
"integrity": "sha512-eU4vF5xfI+ebek8LXNOFfTQHTYz1UngRQ2cpJFn/Th5Vjs5vJztXBwd5DnSIsk0DucmdV+cBvNx2eW0T/Y46qQ==",
"bin": {
"aasvg": "main.js"
},
"engines": {
"node": ">=10"
}
}
},
"dependencies": {
"aasvg": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/aasvg/-/aasvg-0.3.1.tgz",
"integrity": "sha512-eU4vF5xfI+ebek8LXNOFfTQHTYz1UngRQ2cpJFn/Th5Vjs5vJztXBwd5DnSIsk0DucmdV+cBvNx2eW0T/Y46qQ=="
}
}
}