babel-source 5.8.4 → 5.8.5
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
|
+
ZmFjMGJjMGYzMTk3N2VmMzQ3YjE1ZjgyNjIxMGU4MDQxMTgyMmI3NA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MzJiNzExZGY4N2MzZDhlMDNkM2MyOTYwNmM2NmI2ZmVkNDY2ZDBhOQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZTNiZjdlYTQ4NDFlNzc5NzBiN2UyNjA0ZDc4OTg1MjA1YzRlODE2MGQ5MGMy
|
|
10
|
+
NjJkMjZiMWVjZDI0NTE0OTMxZDA5YWVjN2JmMTQxMTJhMTRjYTgwM2NlMDIw
|
|
11
|
+
NWI5NjA3M2IyZmM2OWU3NzhmY2Y4OWFkZTY5ZDJmMDUzZDYxMDE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YjQ4OWY4ZWIyMWFhOGJmNGY2YjAwZDlhYjVjZTk2NDE3ZmE2NjRiNmE0ZDkx
|
|
14
|
+
MThjMjYzZWI1MmY1NGI3MDI5NmFkZjdkMmIxNGRlYWUxZmMyYTNhNWI2Yjhl
|
|
15
|
+
OTllMTNkZDYxZWU2OGQ2N2VkZjIwNGNlMzY5NzM0MzRmNzMxNzk=
|
data/lib/babel.js
CHANGED
|
@@ -68288,7 +68288,7 @@ module.exports = function (str) {
|
|
|
68288
68288
|
},{}],551:[function(require,module,exports){
|
|
68289
68289
|
module.exports={
|
|
68290
68290
|
"name": "babel-core",
|
|
68291
|
-
"version": "5.8.
|
|
68291
|
+
"version": "5.8.5",
|
|
68292
68292
|
"description": "A compiler for writing next generation JavaScript",
|
|
68293
68293
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
68294
68294
|
"homepage": "https://babeljs.io/",
|
|
@@ -68330,7 +68330,7 @@ module.exports={
|
|
|
68330
68330
|
"babel-plugin-runtime": "^1.0.7",
|
|
68331
68331
|
"babel-plugin-undeclared-variables-check": "^1.0.2",
|
|
68332
68332
|
"babel-plugin-undefined-to-void": "^1.1.6",
|
|
68333
|
-
"babylon": "^5.8.
|
|
68333
|
+
"babylon": "^5.8.5",
|
|
68334
68334
|
"bluebird": "^2.9.33",
|
|
68335
68335
|
"chalk": "^1.0.0",
|
|
68336
68336
|
"convert-source-map": "^1.1.0",
|
data/lib/babel/source.rb
CHANGED