UNPKG

7.03 kBJSONView Raw
1{
2 "name": "babel-standalone",
3 "version": "6.26.0",
4 "description": "Standalone build of Babel for use in non-Node.js environments. Similar to the (now deprecated) babel-browser",
5 "main": "babel.js",
6 "scripts": {
7 "build": "gulp build",
8 "test": "jest"
9 },
10 "files": [
11 "babel.js",
12 "babel.min.js",
13 "src"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/Daniel15/babel-standalone.git"
18 },
19 "devDependencies": {
20 "babel-core": "6.26.0",
21 "babel-helper-builder-react-jsx": "6.23.0",
22 "babel-loader": "6.4.1",
23 "babel-plugin-check-es2015-constants": "6.22.0",
24 "babel-plugin-external-helpers": "6.22.0",
25 "babel-plugin-inline-replace-variables": "1.3.1",
26 "babel-plugin-minify-constant-folding": "0.2.0",
27 "babel-plugin-minify-dead-code-elimination": "0.2.0",
28 "babel-plugin-minify-empty-function": "0.0.1",
29 "babel-plugin-minify-flip-comparisons": "0.2.0",
30 "babel-plugin-minify-guarded-expressions": "0.2.0",
31 "babel-plugin-minify-infinity": "0.2.0",
32 "babel-plugin-minify-mangle-names": "0.2.0",
33 "babel-plugin-minify-replace": "0.2.0",
34 "babel-plugin-minify-simplify": "0.2.0",
35 "babel-plugin-minify-type-constructors": "0.2.0",
36 "babel-plugin-syntax-async-functions": "6.13.0",
37 "babel-plugin-syntax-async-generators": "6.13.0",
38 "babel-plugin-syntax-class-constructor-call": "6.18.0",
39 "babel-plugin-syntax-class-properties": "6.13.0",
40 "babel-plugin-syntax-decorators": "6.13.0",
41 "babel-plugin-syntax-do-expressions": "6.13.0",
42 "babel-plugin-syntax-exponentiation-operator": "6.13.0",
43 "babel-plugin-syntax-export-extensions": "6.13.0",
44 "babel-plugin-syntax-flow": "6.18.0",
45 "babel-plugin-syntax-function-bind": "6.13.0",
46 "babel-plugin-syntax-function-sent": "6.13.0",
47 "babel-plugin-syntax-jsx": "6.18.0",
48 "babel-plugin-syntax-object-rest-spread": "6.13.0",
49 "babel-plugin-syntax-trailing-function-commas": "6.22.0",
50 "babel-plugin-transform-async-functions": "6.22.0",
51 "babel-plugin-transform-async-to-generator": "6.24.1",
52 "babel-plugin-transform-async-to-module-method": "6.24.1",
53 "babel-plugin-transform-class-constructor-call": "6.24.1",
54 "babel-plugin-transform-class-properties": "6.24.1",
55 "babel-plugin-transform-decorators": "6.24.1",
56 "babel-plugin-transform-decorators-legacy": "1.3.4",
57 "babel-plugin-transform-do-expressions": "6.22.0",
58 "babel-plugin-transform-es2015-arrow-functions": "6.22.0",
59 "babel-plugin-transform-es2015-block-scoped-functions": "6.22.0",
60 "babel-plugin-transform-es2015-block-scoping": "6.26.0",
61 "babel-plugin-transform-es2015-classes": "6.24.1",
62 "babel-plugin-transform-es2015-computed-properties": "6.24.1",
63 "babel-plugin-transform-es2015-destructuring": "6.23.0",
64 "babel-plugin-transform-es2015-duplicate-keys": "6.24.1",
65 "babel-plugin-transform-es2015-for-of": "6.23.0",
66 "babel-plugin-transform-es2015-function-name": "6.24.1",
67 "babel-plugin-transform-es2015-instanceof": "6.22.0",
68 "babel-plugin-transform-es2015-literals": "6.22.0",
69 "babel-plugin-transform-es2015-modules-amd": "6.24.1",
70 "babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
71 "babel-plugin-transform-es2015-modules-systemjs": "6.24.1",
72 "babel-plugin-transform-es2015-modules-umd": "6.24.1",
73 "babel-plugin-transform-es2015-object-super": "6.24.1",
74 "babel-plugin-transform-es2015-parameters": "6.24.1",
75 "babel-plugin-transform-es2015-shorthand-properties": "6.24.1",
76 "babel-plugin-transform-es2015-spread": "6.22.0",
77 "babel-plugin-transform-es2015-sticky-regex": "6.24.1",
78 "babel-plugin-transform-es2015-template-literals": "6.22.0",
79 "babel-plugin-transform-es2015-typeof-symbol": "6.23.0",
80 "babel-plugin-transform-es2015-unicode-regex": "6.24.1",
81 "babel-plugin-transform-es3-member-expression-literals": "6.22.0",
82 "babel-plugin-transform-es3-property-literals": "6.22.0",
83 "babel-plugin-transform-es5-property-mutators": "6.24.1",
84 "babel-plugin-transform-eval": "6.22.0",
85 "babel-plugin-transform-exponentiation-operator": "6.24.1",
86 "babel-plugin-transform-export-extensions": "6.22.0",
87 "babel-plugin-transform-flow-comments": "6.22.0",
88 "babel-plugin-transform-flow-strip-types": "6.22.0",
89 "babel-plugin-transform-function-bind": "6.22.0",
90 "babel-plugin-transform-inline-environment-variables": "6.8.0",
91 "babel-plugin-transform-jscript": "6.22.0",
92 "babel-plugin-transform-member-expression-literals": "6.8.5",
93 "babel-plugin-transform-merge-sibling-variables": "6.8.6",
94 "babel-plugin-transform-minify-booleans": "6.8.3",
95 "babel-plugin-transform-node-env-inline": "6.8.0",
96 "babel-plugin-transform-object-assign": "6.22.0",
97 "babel-plugin-transform-object-rest-spread": "6.26.0",
98 "babel-plugin-transform-object-set-prototype-of-to-assign": "6.22.0",
99 "babel-plugin-transform-property-literals": "6.8.5",
100 "babel-plugin-transform-proto-to-assign": "6.26.0",
101 "babel-plugin-transform-react-constant-elements": "6.23.0",
102 "babel-plugin-transform-react-display-name": "6.25.0",
103 "babel-plugin-transform-react-inline-elements": "6.22.0",
104 "babel-plugin-transform-react-jsx": "6.24.1",
105 "babel-plugin-transform-react-jsx-compat": "6.24.1",
106 "babel-plugin-transform-react-jsx-self": "6.22.0",
107 "babel-plugin-transform-react-jsx-source": "6.22.0",
108 "babel-plugin-transform-regenerator": "6.26.0",
109 "babel-plugin-transform-remove-console": "6.8.5",
110 "babel-plugin-transform-remove-debugger": "6.8.5",
111 "babel-plugin-transform-runtime": "6.23.0",
112 "babel-plugin-transform-simplify-comparison-operators": "6.8.5",
113 "babel-plugin-transform-strict-mode": "6.24.1",
114 "babel-plugin-transform-undefined-to-void": "6.8.3",
115 "babel-plugin-undeclared-variables-check": "6.22.0",
116 "babel-preset-babili": "0.1.4",
117 "babel-preset-es2015": "6.24.1",
118 "babel-preset-es2016": "6.24.1",
119 "babel-preset-es2017": "6.24.1",
120 "babel-preset-latest": "6.24.1",
121 "babel-preset-react": "6.24.1",
122 "babel-preset-stage-0": "6.24.1",
123 "babel-preset-stage-1": "6.24.1",
124 "babel-preset-stage-2": "6.24.1",
125 "babel-preset-stage-3": "6.24.1",
126 "gulp": "^3.9.1",
127 "gulp-rename": "^1.2.2",
128 "gulp-uglify": "^2.0.1",
129 "jest": "^18.1.0",
130 "json-loader": "^0.5.4",
131 "lazypipe": "^1.0.1",
132 "npm-check-updates": "^2.8.9",
133 "pump": "^1.0.2",
134 "react": "^15.4.2",
135 "webpack": "^1.14.0",
136 "webpack-stream": "^3.2.0"
137 },
138 "keywords": [
139 "babel",
140 "babeljs",
141 "6to5",
142 "transpile",
143 "transpiler"
144 ],
145 "author": "Daniel Lo Nigro \u003cdaniel@dan.cx\u003e (http://dan.cx/)",
146 "license": "MIT",
147 "bugs": {
148 "url": "https://github.com/Daniel15/babel-standalone/issues"
149 },
150 "homepage": "https://github.com/Daniel15/babel-standalone#readme"
151}