-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 974 Bytes
/
package.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
{
"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.25.2",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-proposal-explicit-resource-management": "^7.24.7",
"@babel/plugin-syntax-import-attributes": "^7.24.7",
"@babel/preset-env": "^7.25.4",
"@octokit/core": "^4.0.5",
"@tap-format/parser": "^0.2.1",
"core-js-bundle": "^3.31.0",
"eshost": "^9.0.0",
"got": "^11.8.3",
"highland": "^2.13.5",
"jest-worker": "^29.1.2",
"make-tap-output": "^2.0.0",
"progress": "^2.0.3",
"rimraf": "^3.0.0",
"tap-merge": "^0.3.1",
"tap-mocha-reporter": "^5.0.0",
"targz": "^1.0.1",
"tempy": "^0.3.0",
"test262-stream": "^1.4.0",
"unzipit": "^1.4.0"
}
}