babel-source 5.8.1 → 5.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/lib/babel.js +2 -2
- data/lib/babel/source.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NWRlMmEwNWVkMDZhMmIxMTlhMWNjNmU1ZTRiMWRhMjRhNzRmZDc5ZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YTNjNGVmYjQ4NTUzZjQ5YzBiZjNhNzNmYTg2MjZhYmI0MzM5N2Y5Ng==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OWEwZjdlNzg1NjcxOTg0ZTZhY2FmNWZhMmFkMjAxNTgyMzkzN2Q0MzBmNTdi
|
|
10
|
+
N2Y0YTg5OTA3MjhhN2M4NTBkNWY2OGFjYTc1NDk5MjVmNGMxOGNhNjZiNmE5
|
|
11
|
+
ZjgwNDViYTVhYmIxYWFmNjA3M2IzMDdiZGRkMTliZjNmOTE0ZjQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NjViYjAzY2UwYjAxOTM4ZjZiMWM3NzY3YzIyZTcyOTAzOGNjYzExNTcyNmZk
|
|
14
|
+
ZjI1NTU4M2NhODc1ZDcwYmVlZDJhNjExYmY2MTU4YmMxOTM0MzQyMGE5M2I1
|
|
15
|
+
OTYyNzI4MDEzMGFlNzljMTkxNjIzMjFlMzc5Y2QxMmU0NGY1ZDE=
|
data/lib/babel.js
CHANGED
|
@@ -68237,7 +68237,7 @@ module.exports = function (str) {
|
|
|
68237
68237
|
},{}],551:[function(require,module,exports){
|
|
68238
68238
|
module.exports={
|
|
68239
68239
|
"name": "babel-core",
|
|
68240
|
-
"version": "5.8.
|
|
68240
|
+
"version": "5.8.2",
|
|
68241
68241
|
"description": "A compiler for writing next generation JavaScript",
|
|
68242
68242
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
68243
68243
|
"homepage": "https://babeljs.io/",
|
|
@@ -68279,7 +68279,7 @@ module.exports={
|
|
|
68279
68279
|
"babel-plugin-runtime": "^1.0.7",
|
|
68280
68280
|
"babel-plugin-undeclared-variables-check": "^1.0.2",
|
|
68281
68281
|
"babel-plugin-undefined-to-void": "^1.1.6",
|
|
68282
|
-
"babylon": "^5.
|
|
68282
|
+
"babylon": "^5.8.2",
|
|
68283
68283
|
"bluebird": "^2.9.33",
|
|
68284
68284
|
"chalk": "^1.0.0",
|
|
68285
68285
|
"convert-source-map": "^1.1.0",
|
data/lib/babel/source.rb
CHANGED