This commit is contained in:
Nicolò Ribaudo 2018-12-03 20:00:35 +01:00
parent fc5d49b6f6
commit 282129ea66
104 changed files with 363 additions and 363 deletions

View File

@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "7.1.6",
"version": "7.2.0",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.1.5",
"version": "7.2.0",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -36,8 +36,8 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/helper-fixtures": "^7.0.0"
"@babel/core": "^7.2.0",
"@babel/helper-fixtures": "^7.2.0"
},
"bin": {
"babel": "./bin/babel.js",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.1.6",
"version": "7.2.0",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@ -34,12 +34,12 @@
},
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.1.6",
"@babel/helpers": "^7.1.5",
"@babel/parser": "^7.1.6",
"@babel/generator": "^7.2.0",
"@babel/helpers": "^7.2.0",
"@babel/parser": "^7.2.0",
"@babel/template": "^7.1.2",
"@babel/traverse": "^7.1.6",
"@babel/types": "^7.1.6",
"@babel/types": "^7.2.0",
"convert-source-map": "^1.1.0",
"debug": "^4.1.0",
"json5": "^2.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.1.6",
"version": "7.2.0",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -14,14 +14,14 @@
"lib"
],
"dependencies": {
"@babel/types": "^7.1.6",
"@babel/types": "^7.2.0",
"jsesc": "^2.5.1",
"lodash": "^4.17.10",
"source-map": "^0.5.0",
"trim-right": "^1.0.1"
},
"devDependencies": {
"@babel/helper-fixtures": "^7.0.0",
"@babel/parser": "^7.1.6"
"@babel/helper-fixtures": "^7.2.0",
"@babel/parser": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.1.4",
"version": "7.2.0",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
@ -24,7 +24,7 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helper-fixtures",
"version": "7.0.0",
"version": "7.2.0",
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helper-wrap-function",
"version": "7.1.0",
"version": "7.2.0",
"description": "Helper to wrap functions inside a function call.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function",
"license": "MIT",
@ -12,6 +12,6 @@
"@babel/helper-function-name": "^7.1.0",
"@babel/template": "^7.1.0",
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.1.5",
"version": "7.2.0",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -13,7 +13,7 @@
"dependencies": {
"@babel/template": "^7.1.2",
"@babel/traverse": "^7.1.5",
"@babel/types": "^7.1.5"
"@babel/types": "^7.2.0"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.0.0"

View File

@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.0.0",
"version": "7.2.0",
"description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -29,8 +29,8 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/helper-fixtures": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-fixtures": "^7.2.0",
"fs-readdir-recursive": "^1.0.0",
"output-file-sync": "^2.0.0"
},

View File

@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.1.6",
"version": "7.2.0",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -28,7 +28,7 @@
"node": ">=6.0.0"
},
"devDependencies": {
"@babel/helper-fixtures": "^7.0.0",
"@babel/helper-fixtures": "^7.2.0",
"charcodes": "0.1.0",
"unicode-11.0.0": "^0.7.7"
},

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-external-helpers",
"version": "7.0.0",
"version": "7.2.0",
"description": "This plugin contains helper functions thatll be placed at the top of the generated code",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.1.0",
"version": "7.2.0",
"description": "Turn async generator functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-async-generator-functions",
"license": "MIT",
@ -14,13 +14,13 @@
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-remap-async-to-generator": "^7.1.0",
"@babel/plugin-syntax-async-generators": "^7.0.0"
"@babel/plugin-syntax-async-generators": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-class-properties",
"version": "7.1.0",
"version": "7.2.0",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-class-properties",
"license": "MIT",
@ -12,14 +12,14 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-create-class-features-plugin": "^7.1.4"
"@babel/helper-create-class-features-plugin": "^7.2.0",
"@babel/helper-plugin-utils": "^7.0.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-decorators",
"version": "7.1.6",
"version": "7.2.0",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT",
"publishConfig": {
@ -18,13 +18,13 @@
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-replace-supers": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.0.0",
"@babel/plugin-syntax-decorators": "^7.1.0"
"@babel/plugin-syntax-decorators": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-do-expressions",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile do expressions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-do-expressions",
"license": "MIT",
@ -13,13 +13,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-do-expressions": "^7.0.0"
"@babel/plugin-syntax-do-expressions": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-export-default-from",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile export default to ES2015",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-default-from",
"license": "MIT",
@ -13,13 +13,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-export-default-from": "^7.0.0"
"@babel/plugin-syntax-export-default-from": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-export-namespace-from",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile export namespace to ES2015",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-namespace-from",
"license": "MIT",
@ -13,13 +13,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-export-namespace-from": "^7.0.0"
"@babel/plugin-syntax-export-namespace-from": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-function-bind",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile function bind operator to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-bind",
"license": "MIT",
@ -13,13 +13,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-function-bind": "^7.0.0"
"@babel/plugin-syntax-function-bind": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-function-sent",
"version": "7.1.0",
"version": "7.2.0",
"description": "Compile the function.sent meta propety to valid ES2015 code",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-sent",
"license": "MIT",
@ -13,14 +13,14 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-wrap-function": "^7.1.0",
"@babel/plugin-syntax-function-sent": "^7.0.0"
"@babel/helper-wrap-function": "^7.2.0",
"@babel/plugin-syntax-function-sent": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-json-strings",
"version": "7.0.0",
"version": "7.2.0",
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-json-strings",
"license": "MIT",
@ -13,13 +13,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-json-strings": "^7.0.0"
"@babel/plugin-syntax-json-strings": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-logical-assignment-operators",
"version": "7.0.0",
"version": "7.2.0",
"description": "Transforms logical assignment operators into short-circuited assignments",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-logical-assignment-operators",
"license": "MIT",
@ -13,15 +13,15 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-logical-assignment-operators": "^7.0.0"
"@babel/plugin-syntax-logical-assignment-operators": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0"
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
"version": "7.0.0",
"version": "7.2.0",
"description": "Remove nullish coalescing operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-nullish-coalescing-opearator",
"license": "MIT",
@ -13,13 +13,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0"
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-numeric-separator",
"version": "7.0.0",
"version": "7.2.0",
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-numeric-separator",
"license": "MIT",
@ -13,13 +13,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-numeric-separator": "^7.0.0"
"@babel/plugin-syntax-numeric-separator": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-object-rest-spread",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile object rest and spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
"license": "MIT",
@ -13,13 +13,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0"
"@babel/plugin-syntax-object-rest-spread": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-optional-catch-binding",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile optional catch bindings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-catch-binding",
"license": "MIT",
@ -13,13 +13,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-optional-catch-binding": "^7.0.0"
"@babel/plugin-syntax-optional-catch-binding": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-optional-chaining",
"version": "7.0.0",
"version": "7.2.0",
"description": "Transform optional chaining operators into a series of nil checks",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-chaining",
"license": "MIT",
@ -13,14 +13,14 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-optional-chaining": "^7.0.0"
"@babel/plugin-syntax-optional-chaining": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"@babel/plugin-transform-block-scoping": "^7.0.0"
"@babel/plugin-transform-block-scoping": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-pipeline-operator",
"version": "7.0.0",
"version": "7.2.0",
"description": "Transform pipeline operator into call expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-pipeline-operator",
"license": "MIT",
@ -13,13 +13,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-pipeline-operator": "^7.0.0"
"@babel/plugin-syntax-pipeline-operator": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-private-methods",
"version": "7.1.0",
"version": "7.2.0",
"description": "This plugin transforms private class methods",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-private-methods",
"license": "MIT",
@ -12,14 +12,14 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-create-class-features-plugin": "^7.1.4"
"@babel/helper-create-class-features-plugin": "^7.2.0",
"@babel/helper-plugin-utils": "^7.0.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-throw-expressions",
"version": "7.0.0",
"version": "7.2.0",
"description": "Wraps Throw Expressions in an IIFE",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-throw-expressions",
"license": "MIT",
@ -13,13 +13,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-throw-expressions": "^7.0.0"
"@babel/plugin-syntax-throw-expressions": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-unicode-property-regex",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
"homepage": "https://babeljs.io/",
"license": "MIT",
@ -30,7 +30,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-async-generators",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of async generator functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-bigint",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of BigInt literals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-bigint",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-class-properties",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of class properties",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-decorators",
"version": "7.1.0",
"version": "7.2.0",
"description": "Allow parsing of decorators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-do-expressions",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of do expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-do-expressions",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-dynamic-import",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of import()",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-export-default-from",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of export default from",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-default-from",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-export-namespace-from",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of export namespace from",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-flow",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of the flow syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-flow",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-function-bind",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of function bind",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-bind",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-function-sent",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of the function.sent meta property",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-sent",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-import-meta",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of import.meta",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-import-meta",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-json-strings",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-jsx",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-logical-assignment-operators",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of the logical assignment operators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-logical-assignment-operators",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-nullish-coalescing-operator",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of the nullish-coalescing operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-numeric-separator",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-numeric-separator",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-object-rest-spread",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of object rest/spread",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-optional-catch-binding",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of optional catch bindings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-optional-chaining",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of optional properties",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-pipeline-operator",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of the pipeline operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-pipeline-operator",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-throw-expressions",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of Throw Expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-throw-expressions",
"license": "MIT",
@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-typescript",
"version": "7.1.5",
"version": "7.2.0",
"description": "Allow parsing of TypeScript syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-typescript",
"license": "MIT",
@ -19,6 +19,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.1.5"
"@babel/core": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-arrow-functions",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile ES2015 arrow functions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-arrow-functions",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"@babel/traverse": "^7.0.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-async-to-generator",
"version": "7.1.0",
"version": "7.2.0",
"description": "Turn async functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
"license": "MIT",
@ -20,7 +20,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-block-scoped-functions",
"version": "7.0.0",
"version": "7.2.0",
"description": "Babel plugin to ensure function declarations at the block level are block scoped",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoped-functions",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-block-scoping",
"version": "7.1.5",
"version": "7.2.0",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoping",
"license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-classes",
"version": "7.1.0",
"version": "7.2.0",
"description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes",
"license": "MIT",
@ -25,7 +25,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-computed-properties",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile ES2015 computed properties to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-computed-properties",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-destructuring",
"version": "7.1.3",
"version": "7.2.0",
"description": "Compile ES2015 destructuring to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-dotall-regex",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
"homepage": "https://babeljs.io/",
"license": "MIT",
@ -32,7 +32,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-duplicate-keys",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile objects with duplicate keys to valid strict ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-duplicate-keys",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-exponentiation-operator",
"version": "7.1.0",
"version": "7.2.0",
"description": "Compile exponentiation operator to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator",
"license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-flow-comments",
"version": "7.0.0",
"version": "7.2.0",
"description": "Turn flow type annotations into comments",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments",
"license": "MIT",
@ -13,13 +13,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-flow": "^7.0.0"
"@babel/plugin-syntax-flow": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-flow-strip-types",
"version": "7.1.6",
"version": "7.2.0",
"description": "Strip flow type annotations from your output code.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
"license": "MIT",
@ -13,13 +13,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-flow": "^7.0.0"
"@babel/plugin-syntax-flow": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-for-of",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile ES2015 for...of to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-function-name",
"version": "7.1.0",
"version": "7.2.0",
"description": "Apply ES2015 function.name semantics to all functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-name",
"license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-instanceof",
"version": "7.0.0",
"version": "7.2.0",
"description": "This plugin transforms all the ES2015 'instanceof' methods",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-instanceof",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-jscript",
"version": "7.0.0",
"version": "7.2.0",
"description": "Babel plugin to fix buggy JScript named function expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jscript",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-literals",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile ES2015 unicode string and number literals to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-literals",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-member-expression-literals",
"version": "7.0.0",
"version": "7.2.0",
"description": "Ensure that reserved words are quoted in property accesses",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-member-expression-literals",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-amd",
"version": "7.1.0",
"version": "7.2.0",
"description": "This plugin transforms ES2015 modules to AMD",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-amd",
"license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-commonjs",
"version": "7.1.0",
"version": "7.2.0",
"description": "This plugin transforms ES2015 modules to CommonJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs",
"license": "MIT",
@ -20,8 +20,8 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0"
"@babel/plugin-syntax-object-rest-spread": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-systemjs",
"version": "7.1.3",
"version": "7.2.0",
"description": "This plugin transforms ES2015 modules to SystemJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-systemjs",
"license": "MIT",
@ -19,8 +19,8 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0"
"@babel/plugin-syntax-dynamic-import": "^7.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-umd",
"version": "7.1.0",
"version": "7.2.0",
"description": "This plugin transforms ES2015 modules to UMD",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-umd",
"license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-object-assign",
"version": "7.0.0",
"version": "7.2.0",
"description": "Replace Object.assign with an inline helper",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-assign",
"author": "Jed Watson",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-object-set-prototype-of-to-assign",
"version": "7.0.0",
"version": "7.2.0",
"description": "Turn Object.setPrototypeOf to assignments",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-set-prototype-of-to-assign",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-object-super",
"version": "7.1.0",
"version": "7.2.0",
"description": "Compile ES2015 object super to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-super",
"license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-parameters",
"version": "7.1.0",
"version": "7.2.0",
"description": "Compile ES2015 default and rest parameters to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-parameters",
"license": "MIT",
@ -20,7 +20,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-property-literals",
"version": "7.0.0",
"version": "7.2.0",
"description": "Ensure that reserved words are quoted in object property keys",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-property-literals",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-property-mutators",
"version": "7.1.0",
"version": "7.2.0",
"description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-property-mutators",
"license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-proto-to-assign",
"version": "7.0.0",
"version": "7.2.0",
"description": "Babel plugin for turning __proto__ into a shallow property clone",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-proto-to-assign",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-constant-elements",
"version": "7.0.0",
"version": "7.2.0",
"description": "Treat React JSX elements as value types and hoist them to the highest scope",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements",
"license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-display-name",
"version": "7.0.0",
"version": "7.2.0",
"description": "Add displayName to React.createClass calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-display-name",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-inline-elements",
"version": "7.0.0",
"version": "7.2.0",
"description": "Turn JSX elements into exploded React objects",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-inline-elements",
"license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx-compat",
"version": "7.0.0",
"version": "7.2.0",
"description": "Turn JSX into React Pre-0.12 function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-compat",
"license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx-self",
"version": "7.0.0",
"version": "7.2.0",
"description": "Add a __self prop to all JSX Elements",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self",
"license": "MIT",
@ -13,13 +13,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.0.0"
"@babel/plugin-syntax-jsx": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx-source",
"version": "7.0.0",
"version": "7.2.0",
"description": "Add a __source prop to all JSX Elements",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-source",
"license": "MIT",
@ -13,13 +13,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.0.0"
"@babel/plugin-syntax-jsx": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx",
"version": "7.1.6",
"version": "7.2.0",
"description": "Turn JSX into React function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx",
"license": "MIT",
@ -14,13 +14,13 @@
"dependencies": {
"@babel/helper-builder-react-jsx": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.0.0"
"@babel/plugin-syntax-jsx": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-reserved-words",
"version": "7.0.0",
"version": "7.2.0",
"description": "Ensure that no reserved words are used.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-reserved-words",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.1.0",
"version": "7.2.0",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
"license": "MIT",
@ -21,12 +21,12 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"@babel/helpers": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@babel/helpers": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/runtime": "^7.2.0",
"@babel/template": "^7.0.0",
"@babel/types": "7.0.0-beta.53"
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-shorthand-properties",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile ES2015 shorthand properties to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-shorthand-properties",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-spread",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile ES2015 spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-spread",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-sticky-regex",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-sticky-regex",
"license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-strict-mode",
"version": "7.0.0",
"version": "7.2.0",
"description": "This plugin places a 'use strict'; directive at the top of all files to enable strict mode",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-template-literals",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile ES2015 template literals to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-template-literals",
"license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-typeof-symbol",
"version": "7.0.0",
"version": "7.2.0",
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-typeof-symbol",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-typescript",
"version": "7.1.0",
"version": "7.2.0",
"description": "Transform TypeScript into ES.next",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-typescript",
"license": "MIT",
@ -14,13 +14,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-typescript": "^7.0.0"
"@babel/plugin-syntax-typescript": "^7.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-unicode-regex",
"version": "7.0.0",
"version": "7.2.0",
"description": "Compile ES2015 Unicode regex to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-unicode-regex",
"license": "MIT",
@ -20,7 +20,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.1.6",
"version": "7.2.0",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/",
@ -16,41 +16,41 @@
"dependencies": {
"@babel/helper-module-imports": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-proposal-async-generator-functions": "^7.1.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.0.0",
"@babel/plugin-syntax-async-generators": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-optional-catch-binding": "^7.0.0",
"@babel/plugin-transform-arrow-functions": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.1.0",
"@babel/plugin-transform-block-scoped-functions": "^7.0.0",
"@babel/plugin-transform-block-scoping": "^7.1.5",
"@babel/plugin-transform-classes": "^7.1.0",
"@babel/plugin-transform-computed-properties": "^7.0.0",
"@babel/plugin-transform-destructuring": "^7.0.0",
"@babel/plugin-transform-dotall-regex": "^7.0.0",
"@babel/plugin-transform-duplicate-keys": "^7.0.0",
"@babel/plugin-transform-exponentiation-operator": "^7.1.0",
"@babel/plugin-transform-for-of": "^7.0.0",
"@babel/plugin-transform-function-name": "^7.1.0",
"@babel/plugin-transform-literals": "^7.0.0",
"@babel/plugin-transform-modules-amd": "^7.1.0",
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@babel/plugin-transform-modules-systemjs": "^7.0.0",
"@babel/plugin-transform-modules-umd": "^7.1.0",
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
"@babel/plugin-syntax-async-generators": "^7.2.0",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.2.0",
"@babel/plugin-transform-block-scoped-functions": "^7.2.0",
"@babel/plugin-transform-block-scoping": "^7.2.0",
"@babel/plugin-transform-classes": "^7.2.0",
"@babel/plugin-transform-computed-properties": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.2.0",
"@babel/plugin-transform-dotall-regex": "^7.2.0",
"@babel/plugin-transform-duplicate-keys": "^7.2.0",
"@babel/plugin-transform-exponentiation-operator": "^7.2.0",
"@babel/plugin-transform-for-of": "^7.2.0",
"@babel/plugin-transform-function-name": "^7.2.0",
"@babel/plugin-transform-literals": "^7.2.0",
"@babel/plugin-transform-modules-amd": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-modules-systemjs": "^7.2.0",
"@babel/plugin-transform-modules-umd": "^7.2.0",
"@babel/plugin-transform-new-target": "^7.0.0",
"@babel/plugin-transform-object-super": "^7.1.0",
"@babel/plugin-transform-parameters": "^7.1.0",
"@babel/plugin-transform-object-super": "^7.2.0",
"@babel/plugin-transform-parameters": "^7.2.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/plugin-transform-shorthand-properties": "^7.0.0",
"@babel/plugin-transform-spread": "^7.0.0",
"@babel/plugin-transform-sticky-regex": "^7.0.0",
"@babel/plugin-transform-template-literals": "^7.0.0",
"@babel/plugin-transform-typeof-symbol": "^7.0.0",
"@babel/plugin-transform-unicode-regex": "^7.0.0",
"@babel/plugin-transform-shorthand-properties": "^7.2.0",
"@babel/plugin-transform-spread": "^7.2.0",
"@babel/plugin-transform-sticky-regex": "^7.2.0",
"@babel/plugin-transform-template-literals": "^7.2.0",
"@babel/plugin-transform-typeof-symbol": "^7.2.0",
"@babel/plugin-transform-unicode-regex": "^7.2.0",
"browserslist": "^4.3.4",
"invariant": "^2.2.2",
"js-levenshtein": "^1.1.3",
@ -60,9 +60,9 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/helper-fixtures": "^7.0.0",
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/helper-fixtures": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"caniuse-db": "1.0.30000851",
"compat-table": "kangax/compat-table#29ec2bed5a475b42388866cfc7d24f3f44b12eba",

Some files were not shown because too many files have changed in this diff Show More