UNPKG

@babel/plugin-transform-for-of

Version:
42 lines 1.06 kB
{ "name": "@babel/plugin-transform-for-of", "version": "8.0.1", "description": "Compile ES2015 for...of to ES5", "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-for-of" }, "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-for-of", "license": "MIT", "publishConfig": { "access": "public" }, "main": "./lib/index.js", "keywords": [ "babel-plugin" ], "dependencies": { "@babel/helper-plugin-utils": "^8.0.1", "@babel/helper-skip-transparent-expression-wrappers": "^8.0.0" }, "peerDependencies": { "@babel/core": "^8.0.0" }, "devDependencies": { "@babel/core": "^8.0.1", "@babel/helper-plugin-test-runner": "^8.0.0" }, "engines": { "node": "^22.18.0 || >=24.11.0" }, "author": "The Babel Team (https://babel.dev/team)", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "type": "module" }