UNPKG

700 BJSONView Raw
1{
2 "name": "@babel/plugin-transform-jscript",
3 "version": "7.8.0",
4 "description": "Babel plugin to fix buggy JScript named function expressions",
5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jscript",
6 "license": "MIT",
7 "type": "commonjs",
8 "publishConfig": {
9 "access": "public"
10 },
11 "main": "lib/index.js",
12 "keywords": [
13 "babel-plugin"
14 ],
15 "dependencies": {
16 "@babel/helper-plugin-utils": "^7.8.0"
17 },
18 "peerDependencies": {
19 "@babel/core": "^7.0.0-0"
20 },
21 "devDependencies": {
22 "@babel/core": "^7.8.0",
23 "@babel/helper-plugin-test-runner": "^7.8.0"
24 },
25 "gitHead": "2486615a74580283c49475d66067bd7fcab3330e"
26}