UNPKG

karma-babel-preprocessor

Version:

Preprocessor to compile ES6 on the fly with babel.

53 lines (52 loc) 1.19 kB
{ "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": "shuhei.kagawa@gmail.com" }, "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" } }