-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 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
38
39
40
{
"name": "@elide/runtime",
"private": true,
"version": "1.0.0-alpha1",
"description": "Runtime userland intrinsics for Elide",
"devDependencies": {
"@bazel/buildifier": "6.1.2",
"@bazel/buildozer": "6.1.2",
"@bazel/concatjs": "4.6.2",
"@bazel/esbuild": "4.6.2",
"@bazel/ibazel": "0.16.2",
"@bazel/labs": "4.6.1",
"@bazel/typescript": "4.6.2",
"@types/node": "20.14.2",
"@types/source-map-support": "0.5.10",
"esbuild": "0.25.1",
"google-closure-library-types": "0.1.17",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-firefox-launcher": "2.1.3",
"karma-jasmine": "5.1.0",
"karma-junit-reporter": "2.0.1",
"karma-requirejs": "1.1.0",
"karma-sourcemap-loader": "0.4.0",
"protobufjs": "7.3.0",
"source-map-support": "0.5.21",
"tsickle": "0.46.3",
"tslib": "2.6.2",
"tsutils": "3.21.0",
"typescript": "4.9.5"
},
"resolutions": {
"esbuild": "0.25.1"
},
"dependencies": {
"readable-stream": "4.5.2",
"readable-web-to-node-stream": "5.0.0",
"web-streams-polyfill": "3.3.3"
}
}