-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
40 lines (40 loc) · 935 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
40 lines (40 loc) · 935 Bytes
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
{
"name": "@sourcemeta/std",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@sourcemeta/std",
"version": "0.0.0",
"devDependencies": {
"@sourcemeta/jsonschema": "^16.6.0"
}
},
"node_modules/@sourcemeta/jsonschema": {
"version": "16.6.0",
"resolved": "https://registry.npmjs.org/@sourcemeta/jsonschema/-/jsonschema-16.6.0.tgz",
"integrity": "sha512-gEJSsYYQkebdqtUos7ilITihCo4RmTWGIPg1kbMWaMfYFytjcUONIRklPXAhBmNX8crsEf1fQZpQuPXMo9HSkQ==",
"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"
}
}
}
}