-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
51 lines (51 loc) · 1.24 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "nbmxbsf",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nbmxbsf",
"version": "0.0.1",
"license": "ISC",
"dependencies": {
"@types/node": "^16.11.10",
"fdir": "^5.2.0",
"typescript": "^4.5.2"
}
},
"node_modules/@types/node": {
"version": "16.11.10",
"license": "MIT"
},
"node_modules/fdir": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/fdir/-/fdir-5.2.0.tgz",
"integrity": "sha512-skyI2Laxtj9GYzmktPgY6DT8uswXq+VoxH26SskykvEhTSbi7tRM/787uZt/p8maxrQCJdzC90zX1btbxiJ6lw=="
},
"node_modules/typescript": {
"version": "4.5.2",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
},
"dependencies": {
"@types/node": {
"version": "16.11.10"
},
"fdir": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/fdir/-/fdir-5.2.0.tgz",
"integrity": "sha512-skyI2Laxtj9GYzmktPgY6DT8uswXq+VoxH26SskykvEhTSbi7tRM/787uZt/p8maxrQCJdzC90zX1btbxiJ6lw=="
},
"typescript": {
"version": "4.5.2"
}
}
}