119 lines
5.4 KiB
JSON
119 lines
5.4 KiB
JSON
{
|
|
"name": "@babel/standalone",
|
|
"version": "7.6.3",
|
|
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
|
"main": "babel.js",
|
|
"files": [
|
|
"babel.js",
|
|
"babel.min.js",
|
|
"src"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.3",
|
|
"@babel/helper-plugin-utils": "^7.0.0",
|
|
"@babel/plugin-external-helpers": "^7.2.0",
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
"@babel/plugin-proposal-decorators": "^7.6.0",
|
|
"@babel/plugin-proposal-do-expressions": "^7.6.0",
|
|
"@babel/plugin-proposal-export-default-from": "^7.5.2",
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
|
|
"@babel/plugin-proposal-function-bind": "^7.2.0",
|
|
"@babel/plugin-proposal-function-sent": "^7.5.0",
|
|
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
|
|
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
|
|
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
|
|
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
|
|
"@babel/plugin-proposal-private-methods": "^7.6.0",
|
|
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
|
|
"@babel/plugin-proposal-unicode-property-regex": "^7.6.2",
|
|
"@babel/plugin-syntax-async-generators": "^7.2.0",
|
|
"@babel/plugin-syntax-class-properties": "^7.2.0",
|
|
"@babel/plugin-syntax-decorators": "^7.2.0",
|
|
"@babel/plugin-syntax-do-expressions": "^7.2.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/plugin-syntax-export-default-from": "^7.2.0",
|
|
"@babel/plugin-syntax-export-namespace-from": "^7.2.0",
|
|
"@babel/plugin-syntax-flow": "^7.2.0",
|
|
"@babel/plugin-syntax-function-bind": "^7.2.0",
|
|
"@babel/plugin-syntax-function-sent": "^7.2.0",
|
|
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
|
"@babel/plugin-syntax-jsx": "^7.2.0",
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
|
|
"@babel/plugin-syntax-pipeline-operator": "^7.5.0",
|
|
"@babel/plugin-syntax-typescript": "^7.3.3",
|
|
"@babel/plugin-transform-arrow-functions": "^7.2.0",
|
|
"@babel/plugin-transform-async-to-generator": "^7.5.0",
|
|
"@babel/plugin-transform-block-scoped-functions": "^7.2.0",
|
|
"@babel/plugin-transform-block-scoping": "^7.6.3",
|
|
"@babel/plugin-transform-classes": "^7.5.5",
|
|
"@babel/plugin-transform-computed-properties": "^7.2.0",
|
|
"@babel/plugin-transform-destructuring": "^7.6.0",
|
|
"@babel/plugin-transform-dotall-regex": "^7.6.2",
|
|
"@babel/plugin-transform-duplicate-keys": "^7.5.0",
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.2.0",
|
|
"@babel/plugin-transform-flow-comments": "^7.6.3",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
|
|
"@babel/plugin-transform-for-of": "^7.4.4",
|
|
"@babel/plugin-transform-function-name": "^7.4.4",
|
|
"@babel/plugin-transform-instanceof": "^7.5.5",
|
|
"@babel/plugin-transform-jscript": "^7.2.0",
|
|
"@babel/plugin-transform-literals": "^7.2.0",
|
|
"@babel/plugin-transform-member-expression-literals": "^7.2.0",
|
|
"@babel/plugin-transform-modules-amd": "^7.5.0",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
|
|
"@babel/plugin-transform-modules-systemjs": "^7.5.0",
|
|
"@babel/plugin-transform-modules-umd": "^7.2.0",
|
|
"@babel/plugin-transform-new-target": "^7.4.4",
|
|
"@babel/plugin-transform-object-assign": "^7.2.0",
|
|
"@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.2.0",
|
|
"@babel/plugin-transform-object-super": "^7.5.5",
|
|
"@babel/plugin-transform-parameters": "^7.4.4",
|
|
"@babel/plugin-transform-property-literals": "^7.2.0",
|
|
"@babel/plugin-transform-property-mutators": "^7.2.0",
|
|
"@babel/plugin-transform-proto-to-assign": "^7.5.5",
|
|
"@babel/plugin-transform-react-constant-elements": "^7.6.3",
|
|
"@babel/plugin-transform-react-display-name": "^7.2.0",
|
|
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
|
|
"@babel/plugin-transform-react-jsx": "^7.3.0",
|
|
"@babel/plugin-transform-react-jsx-compat": "^7.2.0",
|
|
"@babel/plugin-transform-react-jsx-self": "^7.2.0",
|
|
"@babel/plugin-transform-react-jsx-source": "^7.5.0",
|
|
"@babel/plugin-transform-regenerator": "^7.4.5",
|
|
"@babel/plugin-transform-reserved-words": "^7.2.0",
|
|
"@babel/plugin-transform-runtime": "^7.6.2",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.2.0",
|
|
"@babel/plugin-transform-spread": "^7.6.2",
|
|
"@babel/plugin-transform-sticky-regex": "^7.2.0",
|
|
"@babel/plugin-transform-strict-mode": "^7.2.0",
|
|
"@babel/plugin-transform-template-literals": "^7.4.4",
|
|
"@babel/plugin-transform-typeof-symbol": "^7.2.0",
|
|
"@babel/plugin-transform-typescript": "^7.6.3",
|
|
"@babel/plugin-transform-unicode-regex": "^7.6.2",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"@babel/preset-react": "^7.6.3",
|
|
"@babel/preset-typescript": "^7.6.0"
|
|
},
|
|
"keywords": [
|
|
"babel",
|
|
"babeljs",
|
|
"6to5",
|
|
"transpile",
|
|
"transpiler"
|
|
],
|
|
"author": "Daniel Lo Nigro <daniel@dan.cx> (http://dan.cx/)",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel/issues"
|
|
},
|
|
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-standalone"
|
|
}
|