UNPKG

5.89 kBJSONView Raw
1{
2 "name": "@babel/standalone",
3 "version": "7.8.6",
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.8.6",
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.8.3",
31 "@babel/plugin-proposal-optional-catch-binding": "^7.8.3",
32 "@babel/plugin-proposal-optional-chaining": "^7.8.3",
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.3",
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.8.6",
59 "@babel/plugin-transform-computed-properties": "^7.8.3",
60 "@babel/plugin-transform-destructuring": "^7.8.3",
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.8.3",
66 "@babel/plugin-transform-for-of": "^7.8.6",
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.8.3",
73 "@babel/plugin-transform-modules-commonjs": "^7.8.3",
74 "@babel/plugin-transform-modules-systemjs": "^7.8.3",
75 "@babel/plugin-transform-modules-umd": "^7.8.3",
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.4",
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.8.3",
86 "@babel/plugin-transform-react-display-name": "^7.8.3",
87 "@babel/plugin-transform-react-inline-elements": "^7.8.3",
88 "@babel/plugin-transform-react-jsx": "^7.8.3",
89 "@babel/plugin-transform-react-jsx-compat": "^7.8.3",
90 "@babel/plugin-transform-react-jsx-self": "^7.8.3",
91 "@babel/plugin-transform-react-jsx-source": "^7.8.3",
92 "@babel/plugin-transform-regenerator": "^7.8.3",
93 "@babel/plugin-transform-reserved-words": "^7.8.3",
94 "@babel/plugin-transform-runtime": "^7.8.3",
95 "@babel/plugin-transform-shorthand-properties": "^7.8.3",
96 "@babel/plugin-transform-spread": "^7.8.3",
97 "@babel/plugin-transform-sticky-regex": "^7.8.3",
98 "@babel/plugin-transform-strict-mode": "^7.8.3",
99 "@babel/plugin-transform-template-literals": "^7.8.3",
100 "@babel/plugin-transform-typeof-symbol": "^7.8.4",
101 "@babel/plugin-transform-typescript": "^7.8.3",
102 "@babel/plugin-transform-unicode-regex": "^7.8.3",
103 "@babel/preset-env": "^7.8.6",
104 "@babel/preset-flow": "^7.8.3",
105 "@babel/preset-react": "^7.8.3",
106 "@babel/preset-typescript": "^7.8.3"
107 },
108 "keywords": [
109 "babel",
110 "babeljs",
111 "6to5",
112 "transpile",
113 "transpiler"
114 ],
115 "author": "Daniel Lo Nigro <daniel@dan.cx> (http://dan.cx/)",
116 "license": "MIT",
117 "publishConfig": {
118 "access": "public"
119 },
120 "bugs": {
121 "url": "https://github.com/babel/babel/issues"
122 },
123 "homepage": "https://github.com/babel/babel/tree/master/packages/babel-standalone",
124 "gitHead": "750d3dde3bd2d390819820fd22c05441da78751b"
125}