forked from babel/babel-standalone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
134 lines (134 loc) · 5.88 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "babel-standalone",
"version": "6.10.3",
"description": "Standalone build of Babel for use in non-Node.js environments. Similar to the (now deprecacted) babel-browser",
"main": "babel.js",
"scripts": {
"build": "gulp build",
"test": "mocha"
},
"files": [
"babel.js",
"babel.min.js",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Daniel15/babel-standalone.git"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-check-es2015-constants": "^6.8.0",
"babel-plugin-external-helpers-2": "^6.3.13",
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-plugin-syntax-async-generators": "^6.8.0",
"babel-plugin-syntax-class-constructor-call": "^6.8.0",
"babel-plugin-syntax-class-properties": "^6.8.0",
"babel-plugin-syntax-decorators": "^6.8.0",
"babel-plugin-syntax-do-expressions": "^6.8.0",
"babel-plugin-syntax-exponentiation-operator": "^6.8.0",
"babel-plugin-syntax-export-extensions": "^6.8.0",
"babel-plugin-syntax-flow": "^6.8.0",
"babel-plugin-syntax-function-bind": "^6.8.0",
"babel-plugin-syntax-jsx": "^6.8.0",
"babel-plugin-syntax-object-rest-spread": "^6.8.0",
"babel-plugin-syntax-trailing-function-commas": "^6.8.0",
"babel-plugin-transform-async-functions": "^6.8.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-async-to-module-method": "^6.8.0",
"babel-plugin-transform-class-constructor-call": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-decorators": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-do-expressions": "^6.8.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoping": "^6.10.1",
"babel-plugin-transform-es2015-classes": "^6.9.0",
"babel-plugin-transform-es2015-computed-properties": "^6.8.0",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-es2015-for-of": "^6.8.0",
"babel-plugin-transform-es2015-function-name": "^6.9.0",
"babel-plugin-transform-es2015-instanceof": "^6.8.0",
"babel-plugin-transform-es2015-literals": "^6.8.0",
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
"babel-plugin-transform-es2015-modules-systemjs": "^6.9.0",
"babel-plugin-transform-es2015-modules-umd": "^6.8.0",
"babel-plugin-transform-es2015-object-super": "^6.8.0",
"babel-plugin-transform-es2015-parameters": "^6.9.0",
"babel-plugin-transform-es2015-shorthand-properties": "^6.8.0",
"babel-plugin-transform-es2015-spread": "^6.8.0",
"babel-plugin-transform-es2015-sticky-regex": "^6.8.0",
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
"babel-plugin-transform-es2015-typeof-symbol": "^6.8.0",
"babel-plugin-transform-es2015-unicode-regex": "^6.8.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-plugin-transform-es5-property-mutators": "^6.8.0",
"babel-plugin-transform-eval": "^6.8.0",
"babel-plugin-transform-exponentiation-operator": "^6.8.0",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
"babel-plugin-transform-jscript": "^6.8.0",
"babel-plugin-transform-member-expression-literals": "^6.8.0",
"babel-plugin-transform-merge-sibling-variables": "^6.8.0",
"babel-plugin-transform-minify-booleans": "^6.8.0",
"babel-plugin-transform-node-env-inline": "^6.8.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-object-set-prototype-of-to-assign": "^6.8.0",
"babel-plugin-transform-property-literals": "^6.8.0",
"babel-plugin-transform-proto-to-assign": "^6.9.0",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-react-display-name": "^6.8.0",
"babel-plugin-transform-react-inline-elements": "^6.8.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-plugin-transform-react-jsx-compat": "^6.8.0",
"babel-plugin-transform-react-jsx-source": "^6.9.0",
"babel-plugin-transform-regenerator": "^6.9.0",
"babel-plugin-transform-remove-console": "^6.8.0",
"babel-plugin-transform-remove-debugger": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-plugin-transform-simplify-comparison-operators": "^6.8.0",
"babel-plugin-transform-strict-mode": "^6.8.0",
"babel-plugin-transform-undefined-to-void": "^6.8.0",
"babel-plugin-undeclared-variables-check": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"bluebird": "^3.4.1",
"child-process-promise": "^2.0.3",
"expect.js": "^0.3.1",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"json-loader": "^0.5.4",
"mocha": "^2.5.3",
"npm-check-updates": "^2.7.0",
"react": "^15.1.0",
"semver-compare": "^1.0.0",
"simple-git": "^1.41.0",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0"
},
"keywords": [
"babel",
"babeljs",
"6to5",
"transpile",
"transpiler"
],
"author": "Daniel Lo Nigro <[email protected]> (http://dan.cx/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Daniel15/babel-standalone/issues"
},
"homepage": "https://github.com/Daniel15/babel-standalone#readme"
}