-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 789 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 789 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
30
{
"name": "babel-test262-runner",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-proposal-decorators": "^7.29.0",
"@babel/plugin-proposal-explicit-resource-management": "^7.27.4",
"@babel/preset-env": "^7.29.0",
"@octokit/core": "^6.1.4",
"@tap-format/parser": "^0.2.1",
"compressing": "^1.10.4",
"core-js-bundle": "^3.42.0",
"eshost": "^9.0.0",
"highland": "^2.13.5",
"jest-worker": "^29.1.2",
"lmdb": "^3.4.0",
"make-tap-output": "^2.0.0",
"tap-merge": "^0.3.1",
"test262-stream": "^1.4.0"
}
}