-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
29 lines (29 loc) · 959 Bytes
/
package-lock.json
File metadata and controls
29 lines (29 loc) · 959 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
{
"name": "new-typescript-package",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "new-typescript-package",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@prestonarnold/log": "^1.0.2",
"@prestonarnold/validate": "^2.0.2"
}
},
"node_modules/@prestonarnold/log": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@prestonarnold/log/-/log-1.0.2.tgz",
"integrity": "sha512-TrueQh9aerNlp/LzGlfnUYUGgREPtKZscRDbLVBx1f4m/Xr1mOIQb5cYO5U+K0+ywJOJQIcQsxkYyi/OggZGYg==",
"license": "MIT"
},
"node_modules/@prestonarnold/validate": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@prestonarnold/validate/-/validate-2.0.2.tgz",
"integrity": "sha512-MOBzJbDC0gOtxbvR0gsA8vB/oLIGI4LG/H3Ymg5d8suEOeuAowwRAezxC9l6XuzBVcdkuNAmxIulgBpYwwbuKA==",
"license": "MIT"
}
}
}