-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
38 lines (38 loc) · 1.01 KB
/
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
35
36
37
38
{
"name": "qjs_example_mod",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "qjs_example_mod",
"version": "1.0.0",
"license": "CC0-1.0",
"dependencies": {
"quantumjs": "^0.1.0"
},
"devDependencies": {
"typescript": "^5.5.3"
}
},
"node_modules/quantumjs": {
"version": "0.1.0",
"resolved": "https://gitlab.com/api/v4/projects/60046967/packages/npm/quantumjs/-/quantumjs-0.1.0.tgz",
"integrity": "sha1-EBTpqC/A0ItojskP+6/W18NShho="
},
"node_modules/typescript": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}