UNPKG

5.95 kBJSONView Raw
1{
2 "name": "@babel/standalone",
3 "version": "7.9.0",
4 "description": "Standalone build of Babel for use in non-Node.js environments.",
5 "main": "babel.js",
6 "files": [
7 "babel.js",
8 "babel.min.js"
9 ],
10 "scripts": {
11 "prepublishOnly": "cd ../.. && make prepublish-build-standalone"
12 },
13 "devDependencies": {
14 "@babel/core": "^7.9.0",
15 "@babel/helper-plugin-utils": "^7.8.3",
16 "@babel/plugin-external-helpers": "^7.8.3",
17 "@babel/plugin-proposal-async-generator-functions": "^7.8.3",
18 "@babel/plugin-proposal-class-properties": "^7.8.3",
19 "@babel/plugin-proposal-decorators": "^7.8.3",
20 "@babel/plugin-proposal-do-expressions": "^7.8.3",
21 "@babel/plugin-proposal-dynamic-import": "^7.8.3",
22 "@babel/plugin-proposal-export-default-from": "^7.8.3",
23 "@babel/plugin-proposal-export-namespace-from": "^7.8.3",
24 "@babel/plugin-proposal-function-bind": "^7.8.3",
25 "@babel/plugin-proposal-function-sent": "^7.8.3",
26 "@babel/plugin-proposal-json-strings": "^7.8.3",
27 "@babel/plugin-proposal-logical-assignment-operators": "^7.8.3",
28 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
29 "@babel/plugin-proposal-numeric-separator": "^7.8.3",
30 "@babel/plugin-proposal-object-rest-spread": "^7.9.0",
31 "@babel/plugin-proposal-optional-catch-binding": "^7.8.3",
32 "@babel/plugin-proposal-optional-chaining": "^7.9.0",
33 "@babel/plugin-proposal-pipeline-operator": "^7.8.3",
34 "@babel/plugin-proposal-private-methods": "^7.8.3",
35 "@babel/plugin-proposal-throw-expressions": "^7.8.3",
36 "@babel/plugin-proposal-unicode-property-regex": "^7.8.8",
37 "@babel/plugin-syntax-async-generators": "^7.8.0",
38 "@babel/plugin-syntax-class-properties": "^7.8.3",
39 "@babel/plugin-syntax-decorators": "^7.8.3",
40 "@babel/plugin-syntax-do-expressions": "^7.8.3",
41 "@babel/plugin-syntax-dynamic-import": "^7.8.0",
42 "@babel/plugin-syntax-export-default-from": "^7.8.3",
43 "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
44 "@babel/plugin-syntax-flow": "^7.8.3",
45 "@babel/plugin-syntax-function-bind": "^7.8.3",
46 "@babel/plugin-syntax-function-sent": "^7.8.3",
47 "@babel/plugin-syntax-import-meta": "^7.8.3",
48 "@babel/plugin-syntax-jsx": "^7.8.3",
49 "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
50 "@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
51 "@babel/plugin-syntax-pipeline-operator": "^7.8.3",
52 "@babel/plugin-syntax-top-level-await": "^7.8.3",
53 "@babel/plugin-syntax-typescript": "^7.8.3",
54 "@babel/plugin-transform-arrow-functions": "^7.8.3",
55 "@babel/plugin-transform-async-to-generator": "^7.8.3",
56 "@babel/plugin-transform-block-scoped-functions": "^7.8.3",
57 "@babel/plugin-transform-block-scoping": "^7.8.3",
58 "@babel/plugin-transform-classes": "^7.9.0",
59 "@babel/plugin-transform-computed-properties": "^7.8.3",
60 "@babel/plugin-transform-destructuring": "^7.8.8",
61 "@babel/plugin-transform-dotall-regex": "^7.8.3",
62 "@babel/plugin-transform-duplicate-keys": "^7.8.3",
63 "@babel/plugin-transform-exponentiation-operator": "^7.8.3",
64 "@babel/plugin-transform-flow-comments": "^7.8.3",
65 "@babel/plugin-transform-flow-strip-types": "^7.9.0",
66 "@babel/plugin-transform-for-of": "^7.9.0",
67 "@babel/plugin-transform-function-name": "^7.8.3",
68 "@babel/plugin-transform-instanceof": "^7.8.3",
69 "@babel/plugin-transform-jscript": "^7.8.3",
70 "@babel/plugin-transform-literals": "^7.8.3",
71 "@babel/plugin-transform-member-expression-literals": "^7.8.3",
72 "@babel/plugin-transform-modules-amd": "^7.9.0",
73 "@babel/plugin-transform-modules-commonjs": "^7.9.0",
74 "@babel/plugin-transform-modules-systemjs": "^7.9.0",
75 "@babel/plugin-transform-modules-umd": "^7.9.0",
76 "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3",
77 "@babel/plugin-transform-new-target": "^7.8.3",
78 "@babel/plugin-transform-object-assign": "^7.8.3",
79 "@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.8.3",
80 "@babel/plugin-transform-object-super": "^7.8.3",
81 "@babel/plugin-transform-parameters": "^7.8.8",
82 "@babel/plugin-transform-property-literals": "^7.8.3",
83 "@babel/plugin-transform-property-mutators": "^7.8.3",
84 "@babel/plugin-transform-proto-to-assign": "^7.8.3",
85 "@babel/plugin-transform-react-constant-elements": "^7.9.0",
86 "@babel/plugin-transform-react-display-name": "^7.8.3",
87 "@babel/plugin-transform-react-inline-elements": "^7.9.0",
88 "@babel/plugin-transform-react-jsx": "^7.9.0",
89 "@babel/plugin-transform-react-jsx-compat": "^7.8.3",
90 "@babel/plugin-transform-react-jsx-development": "^7.9.0",
91 "@babel/plugin-transform-react-jsx-self": "^7.9.0",
92 "@babel/plugin-transform-react-jsx-source": "^7.9.0",
93 "@babel/plugin-transform-regenerator": "^7.8.7",
94 "@babel/plugin-transform-reserved-words": "^7.8.3",
95 "@babel/plugin-transform-runtime": "^7.9.0",
96 "@babel/plugin-transform-shorthand-properties": "^7.8.3",
97 "@babel/plugin-transform-spread": "^7.8.3",
98 "@babel/plugin-transform-sticky-regex": "^7.8.3",
99 "@babel/plugin-transform-strict-mode": "^7.8.3",
100 "@babel/plugin-transform-template-literals": "^7.8.3",
101 "@babel/plugin-transform-typeof-symbol": "^7.8.4",
102 "@babel/plugin-transform-typescript": "^7.9.0",
103 "@babel/plugin-transform-unicode-regex": "^7.8.3",
104 "@babel/preset-env": "^7.9.0",
105 "@babel/preset-flow": "^7.9.0",
106 "@babel/preset-react": "^7.9.0",
107 "@babel/preset-typescript": "^7.9.0"
108 },
109 "keywords": [
110 "babel",
111 "babeljs",
112 "6to5",
113 "transpile",
114 "transpiler"
115 ],
116 "author": "Daniel Lo Nigro <daniel@dan.cx> (http://dan.cx/)",
117 "license": "MIT",
118 "publishConfig": {
119 "access": "public"
120 },
121 "bugs": {
122 "url": "https://github.com/babel/babel/issues"
123 },
124 "homepage": "https://github.com/babel/babel/tree/master/packages/babel-standalone",
125 "gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02"
126}