-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
44 lines (44 loc) · 1.03 KB
/
package-lock.json
File metadata and controls
44 lines (44 loc) · 1.03 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
{
"name": "@sourcemeta/std",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@sourcemeta/std",
"version": "0.0.0",
"license": "UNLICENSED",
"devDependencies": {
"@sourcemeta/jsonschema": "^13.2.0"
},
"funding": {
"url": "https://github.com/sponsors/sourcemeta"
}
},
"node_modules/@sourcemeta/jsonschema": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/@sourcemeta/jsonschema/-/jsonschema-13.2.0.tgz",
"integrity": "sha512-jUKD6q1Wjys70wyXzd6goXV0HRM/rN2QR8rYHtkp6PzZkSdSgddtsnBNDu5j23JZdaE3VrjRUGJKaPLpdhuTDg==",
"cpu": [
"x64",
"arm64"
],
"dev": true,
"license": "AGPL-3.0",
"os": [
"darwin",
"linux",
"win32"
],
"bin": {
"jsonschema": "npm/cli.js"
},
"engines": {
"node": ">=16"
},
"funding": {
"url": "https://github.com/sponsors/sourcemeta"
}
}
}
}