-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
129 lines (129 loc) · 4.34 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "esbuild-plugin-flow",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"esbuild": "^0.8.7",
"flow-remove-types": "^2.137.0"
},
"devDependencies": {
"flow-pkg": "file:/./test-flow-pkg"
}
},
"node_modules/esbuild": {
"version": "0.8.7",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.8.7.tgz",
"integrity": "sha512-3PRWDk6Jb6uGEljeEPaR3RHdMTCMkzTpHbM+L0EhG/ohpIgFQvLXcB+nLRwy6N3/kt6kfIoxYQpq2mgd57dj6Q==",
"hasInstallScript": true,
"bin": {
"esbuild": "bin/esbuild"
}
},
"node_modules/flow-parser": {
"version": "0.138.0",
"resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.138.0.tgz",
"integrity": "sha512-LFnTyjrv39UvCWl8NOcpByr/amj8a5k5z7isO2wv4T43nNrUnHQwX3rarTz9zcpHXkDAQv6X4MfQ4ZzJUptpbw==",
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/flow-pkg": {
"version": "0.1.0"
},
"node_modules/flow-remove-types": {
"version": "2.138.0",
"resolved": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.138.0.tgz",
"integrity": "sha512-gWZYpCAcpX5SD7j1S5DrWLWm+ir5LXkkRTrCokTdO5aW6M1cqQmHN5lxwoQTqkP8PfgXI8ILD810TL9CvexpgA==",
"dependencies": {
"flow-parser": "^0.138.0",
"pirates": "^3.0.2",
"vlq": "^0.2.1"
},
"bin": {
"flow-node": "flow-node",
"flow-remove-types": "flow-remove-types"
},
"engines": {
"node": ">=4"
}
},
"node_modules/node-modules-regexp": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz",
"integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/pirates": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/pirates/-/pirates-3.0.2.tgz",
"integrity": "sha512-c5CgUJq6H2k6MJz72Ak1F5sN9n9wlSlJyEnwvpm9/y3WB4E3pHBDT2c6PEiS1vyJvq2bUxUAIu0EGf8Cx4Ic7Q==",
"dependencies": {
"node-modules-regexp": "^1.0.0"
},
"engines": {
"node": ">= 4"
}
},
"node_modules/vlq": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/vlq/-/vlq-0.2.3.tgz",
"integrity": "sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow=="
},
"test-flow-pkg": {
"name": "test-flow-pkg",
"version": "0.1.0",
"dev": true,
"license": "MIT"
}
},
"dependencies": {
"esbuild": {
"version": "0.8.7",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.8.7.tgz",
"integrity": "sha512-3PRWDk6Jb6uGEljeEPaR3RHdMTCMkzTpHbM+L0EhG/ohpIgFQvLXcB+nLRwy6N3/kt6kfIoxYQpq2mgd57dj6Q=="
},
"flow-parser": {
"version": "0.138.0",
"resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.138.0.tgz",
"integrity": "sha512-LFnTyjrv39UvCWl8NOcpByr/amj8a5k5z7isO2wv4T43nNrUnHQwX3rarTz9zcpHXkDAQv6X4MfQ4ZzJUptpbw=="
},
"flow-pkg": {
"version": "0.1.0"
},
"flow-remove-types": {
"version": "2.138.0",
"resolved": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.138.0.tgz",
"integrity": "sha512-gWZYpCAcpX5SD7j1S5DrWLWm+ir5LXkkRTrCokTdO5aW6M1cqQmHN5lxwoQTqkP8PfgXI8ILD810TL9CvexpgA==",
"requires": {
"flow-parser": "^0.138.0",
"pirates": "^3.0.2",
"vlq": "^0.2.1"
}
},
"node-modules-regexp": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz",
"integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA="
},
"pirates": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/pirates/-/pirates-3.0.2.tgz",
"integrity": "sha512-c5CgUJq6H2k6MJz72Ak1F5sN9n9wlSlJyEnwvpm9/y3WB4E3pHBDT2c6PEiS1vyJvq2bUxUAIu0EGf8Cx4Ic7Q==",
"requires": {
"node-modules-regexp": "^1.0.0"
}
},
"vlq": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/vlq/-/vlq-0.2.3.tgz",
"integrity": "sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow=="
}
}
}