-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
36 lines (36 loc) · 1.22 KB
/
package-lock.json
File metadata and controls
36 lines (36 loc) · 1.22 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
{
"name": "@jnode/server-account",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@jnode/server-account",
"version": "1.0.0",
"license": "Apache-2.0",
"dependencies": {
"@jnode/auth": "^1.0.0",
"@jnode/db": "^1.1.0",
"@jnode/server": "^2.3.12"
}
},
"node_modules/@jnode/auth": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@jnode/auth/-/auth-1.0.0.tgz",
"integrity": "sha512-uOJn8zC4Gyia3l2lAaW5vHaHPJiUDuLZW5CpE8Foq9ELS6WJNHNXj2I1yJLHYMA7qmCIQ3R4VwJDg2Q599REeQ==",
"license": "Apache-2.0"
},
"node_modules/@jnode/db": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@jnode/db/-/db-1.1.0.tgz",
"integrity": "sha512-S1jpo3bxe23HxdBrOjyGNRN/5a2w4G5jt3RurPyspGwZgf2HJDO4kPKdIW/7NIowoG4FlSHA8PBmHSVrbwC1eQ==",
"license": "Apache-2.0"
},
"node_modules/@jnode/server": {
"version": "2.3.12",
"resolved": "https://registry.npmjs.org/@jnode/server/-/server-2.3.12.tgz",
"integrity": "sha512-utfCqi8KCLpO7f6H1ldGSMP9zVOZ5JKBXv396UklRg8aKPotei5Ftyq9XV9dDMEUPYKBjNXjygwYryrK/dCkwA==",
"license": "Apache-2.0"
}
}
}