-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
52 lines (52 loc) · 1.16 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "karma-babel-preprocessor",
"version": "8.0.2",
"description": "Preprocessor to compile ES6 on the fly with babel.",
"homepage": "https://github.com/babel/karma-babel-preprocessor",
"bugs": {
"url": "https://github.com/babel/karma-babel-preprocessor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/karma-babel-preprocessor.git"
},
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"karma-plugin",
"karma-preprocessor",
"babel",
"6to5",
"es6",
"es2015"
],
"engines": {
"node": ">=6"
},
"scripts": {
"test": "karma start"
},
"author": {
"name": "Shuhei Kagawa",
"email": "[email protected]"
},
"license": "ISC",
"peerDependencies": {
"@babel/core": "7"
},
"devDependencies": {
"@babel/core": "^7.16.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/jasmine": "^3.10.3",
"jasmine-core": "^4.0.0",
"jsdom": "^19.0.0",
"karma": "^6.3.11",
"karma-jasmine": "^4.0.1",
"karma-jsdom-launcher": "^12.0.0",
"request": "^2.88.2"
}
}