UNPKG

648 BJSONView Raw
1{
2 "name": "@babel/plugin-transform-for-of",
3 "version": "7.10.0",
4 "description": "Compile ES2015 for...of to ES5",
5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of",
6 "license": "MIT",
7 "publishConfig": {
8 "access": "public"
9 },
10 "main": "lib/index.js",
11 "keywords": [
12 "babel-plugin"
13 ],
14 "dependencies": {
15 "@babel/helper-plugin-utils": "^7.8.3"
16 },
17 "peerDependencies": {
18 "@babel/core": "^7.0.0-0"
19 },
20 "devDependencies": {
21 "@babel/core": "^7.10.0",
22 "@babel/helper-plugin-test-runner": "^7.8.3"
23 },
24 "gitHead": "5da2440adff6f25579fb6e9a018062291c89416f"
25}