UNPKG

@jsenv/plugin-transpilation

Version:
69 lines (68 loc) 2.69 kB
{ "name": "@jsenv/plugin-transpilation", "version": "1.5.52", "description": "TODO", "repository": { "type": "git", "url": "https://github.com/jsenv/core", "directory": "packages/internal/plugin-transpilation" }, "license": "MIT", "sideEffects": [ "./src/babel/new_stylesheet/client/new_stylesheet.js", "./src/babel_helper_directory/babel_helpers/", "./src/regenerator_runtime/client/regenerator_runtime.js" ], "type": "module", "main": "./src/main.js", "files": [ "/src/" ], "dependencies": { "@babel/plugin-syntax-import-assertions": "7.27.1", "@babel/plugin-syntax-object-rest-spread": "7.8.3", "@babel/plugin-syntax-optional-catch-binding": "7.8.3", "@babel/plugin-transform-arrow-functions": "7.27.1", "@babel/plugin-transform-block-scoped-functions": "7.27.1", "@babel/plugin-transform-block-scoping": "7.27.1", "@babel/plugin-transform-classes": "7.27.1", "@babel/plugin-transform-computed-properties": "7.27.1", "@babel/plugin-transform-destructuring": "7.27.1", "@babel/plugin-transform-dotall-regex": "7.27.1", "@babel/plugin-transform-duplicate-keys": "7.27.1", "@babel/plugin-transform-exponentiation-operator": "7.27.1", "@babel/plugin-transform-for-of": "7.27.1", "@babel/plugin-transform-function-name": "7.27.1", "@babel/plugin-transform-json-strings": "7.27.1", "@babel/plugin-transform-literals": "7.27.1", "@babel/plugin-transform-new-target": "7.27.1", "@babel/plugin-transform-numeric-separator": "7.27.1", "@babel/plugin-transform-object-rest-spread": "7.27.1", "@babel/plugin-transform-object-super": "7.27.1", "@babel/plugin-transform-optional-catch-binding": "7.27.1", "@babel/plugin-transform-optional-chaining": "7.27.1", "@babel/plugin-transform-parameters": "7.27.1", "@babel/plugin-transform-regenerator": "7.27.1", "@babel/plugin-transform-shorthand-properties": "7.27.1", "@babel/plugin-transform-spread": "7.27.1", "@babel/plugin-transform-sticky-regex": "7.27.1", "@babel/plugin-transform-template-literals": "7.27.1", "@babel/plugin-transform-typeof-symbol": "7.27.1", "@babel/plugin-transform-unicode-property-regex": "7.27.1", "@babel/plugin-transform-unicode-regex": "7.27.1", "@jsenv/ast": "6.7.8", "@jsenv/js-module-fallback": "1.4.20", "@jsenv/sourcemap": "1.3.10", "@jsenv/urls": "2.9.1", "@jsenv/utils": "2.3.1", "babel-plugin-transform-async-to-promises": "0.8.18", "construct-style-sheets-polyfill": "3.1.0", "lightningcss": "1.29.3" }, "engines": { "node": ">=16.13.0" }, "publishConfig": { "access": "public" } }