-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
37 lines (37 loc) · 1.01 KB
/
package-lock.json
File metadata and controls
37 lines (37 loc) · 1.01 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
37
{
"name": "Medplum.FSharp",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"ts2fable": "^0.7.1"
}
},
"node_modules/ts2fable": {
"version": "0.7.1",
"resolved": "https://registry.npmmirror.com/ts2fable/-/ts2fable-0.7.1.tgz",
"integrity": "sha512-4CiCzuWF9ueSLlr+OozcwaehhCno1frnPZbHM7Jd4EfKzSlHk3hyjrhFKttnXQ2Sx0tGe8C4xwjDhnZaOSqFkw==",
"license": "Apache-2.0",
"dependencies": {
"typescript": "3.7.4"
},
"bin": {
"ts2fable": "dist/ts2fable.js"
}
},
"node_modules/typescript": {
"version": "3.7.4",
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-3.7.4.tgz",
"integrity": "sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
}
}