UNPKG

babel-preset-evergreen

Version:
74 lines 1.75 kB
{ "name": "babel-preset-evergreen", "version": "0.11.5", "description": "A `babel` preset for modern javascript syntaxes", "license": "MIT", "author": { "name": "Eric Chen", "email": "airkro@qq.com" }, "keywords": [ "babel", "babel-preset", "best-shot", "browser", "core-js", "evergreen", "polyfill", "preset", "script", "shim", "transform" ], "homepage": "https://github.com/best-shot/babel-preset-evergreen", "repository": { "type": "git", "url": "git+https://github.com/best-shot/babel-preset-evergreen.git" }, "bugs": { "url": "https://github.com/best-shot/babel-preset-evergreen/issues" }, "main": "index.cjs", "files": [ "mini.cjs" ], "type": "commonjs", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/preset-env": "^7.27.2", "babel-plugin-polyfill-corejs3": "^0.12.0", "core-js": "^3.43.0", "core-js-compat": "^3.43.0", "miniprogram-compat": "^1.0.5" }, "devDependencies": { "@babel/core": "^7.27.4", "@bring-it/npm": "^0.6.0", "@nice-move/all-in-base": "^0.4.29", "ava": "^6.4.0", "eslint": "^9.28.0", "garou": "^0.9.8", "prettier": "^3.5.3", "typescript": "^5.8.3" }, "peerDependencies": { "@babel/core": "^7.27.4" }, "engines": { "node": ">=20.18.0", "pnpm": "^10.10.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "prettier": "@nice-move/prettier-config", "x-readme": { "logo": "https://cdn.jsdelivr.net/gh/babel/logo/babel.png" }, "scripts": { "lint:staged": "nice-move lint staged", "snapshot": "ava --fail-fast -u -w", "test": "ava --fail-fast" } }