This commit is contained in:
Nicolò Ribaudo 2019-04-26 23:00:07 +02:00
parent 4b8546c07d
commit 2c88694388
No known key found for this signature in database
GPG Key ID: 6F2E38DF3E4A6D0C
56 changed files with 200 additions and 200 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "7.4.3", "version": "7.4.4",
"changelog": { "changelog": {
"repo": "babel/babel", "repo": "babel/babel",
"cacheDir": ".changelog", "cacheDir": ".changelog",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/core", "name": "@babel/core",
"version": "7.4.3", "version": "7.4.4",
"description": "Babel compiler core.", "description": "Babel compiler core.",
"main": "lib/index.js", "main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
@ -34,12 +34,12 @@
}, },
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.4.0", "@babel/generator": "^7.4.4",
"@babel/helpers": "^7.4.3", "@babel/helpers": "^7.4.4",
"@babel/parser": "^7.4.3", "@babel/parser": "^7.4.4",
"@babel/template": "^7.4.0", "@babel/template": "^7.4.4",
"@babel/traverse": "^7.4.3", "@babel/traverse": "^7.4.4",
"@babel/types": "^7.4.0", "@babel/types": "^7.4.4",
"convert-source-map": "^1.1.0", "convert-source-map": "^1.1.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"json5": "^2.1.0", "json5": "^2.1.0",
@ -49,7 +49,7 @@
"source-map": "^0.5.0" "source-map": "^0.5.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.4.3", "@babel/helper-transform-fixture-test-runner": "^7.4.4",
"@babel/register": "^7.4.0" "@babel/register": "^7.4.4"
} }
} }

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-call-delegate", "name": "@babel/helper-call-delegate",
"version": "7.4.0", "version": "7.4.4",
"description": "Helper function to call delegate", "description": "Helper function to call delegate",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
"license": "MIT", "license": "MIT",
@ -9,8 +9,8 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-hoist-variables": "^7.4.0", "@babel/helper-hoist-variables": "^7.4.4",
"@babel/traverse": "^7.4.0", "@babel/traverse": "^7.4.4",
"@babel/types": "^7.4.0" "@babel/types": "^7.4.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-create-class-features-plugin", "name": "@babel/helper-create-class-features-plugin",
"version": "7.4.3", "version": "7.4.4",
"author": "The Babel Team (https://babeljs.io/team)", "author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT", "license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6", "description": "Compile class public and private fields, private methods and decorators to ES6",
@ -18,14 +18,14 @@
"@babel/helper-member-expression-to-functions": "^7.0.0", "@babel/helper-member-expression-to-functions": "^7.0.0",
"@babel/helper-optimise-call-expression": "^7.0.0", "@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-replace-supers": "^7.4.0", "@babel/helper-replace-supers": "^7.4.4",
"@babel/helper-split-export-declaration": "^7.4.0" "@babel/helper-split-export-declaration": "^7.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0" "@babel/core": "^7.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.3", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-define-map", "name": "@babel/helper-define-map",
"version": "7.4.0", "version": "7.4.4",
"description": "Helper function to define a map", "description": "Helper function to define a map",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
"license": "MIT", "license": "MIT",
@ -10,7 +10,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-function-name": "^7.1.0", "@babel/helper-function-name": "^7.1.0",
"@babel/types": "^7.4.0", "@babel/types": "^7.4.4",
"lodash": "^4.17.11" "lodash": "^4.17.11"
} }
} }

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-hoist-variables", "name": "@babel/helper-hoist-variables",
"version": "7.4.0", "version": "7.4.4",
"description": "Helper function to hoist variables", "description": "Helper function to hoist variables",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
"license": "MIT", "license": "MIT",
@ -9,6 +9,6 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "^7.4.0" "@babel/types": "^7.4.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-module-transforms", "name": "@babel/helper-module-transforms",
"version": "7.4.3", "version": "7.4.4",
"description": "Babel helper functions for implementing ES6 module transformations", "description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -13,9 +13,9 @@
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "^7.0.0", "@babel/helper-module-imports": "^7.0.0",
"@babel/helper-simple-access": "^7.1.0", "@babel/helper-simple-access": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.0.0", "@babel/helper-split-export-declaration": "^7.4.4",
"@babel/template": "^7.2.2", "@babel/template": "^7.4.4",
"@babel/types": "^7.2.2", "@babel/types": "^7.4.4",
"lodash": "^4.17.11" "lodash": "^4.17.11"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-regex", "name": "@babel/helper-regex",
"version": "7.4.3", "version": "7.4.4",
"description": "Helper function to check for literal RegEx", "description": "Helper function to check for literal RegEx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-replace-supers", "name": "@babel/helper-replace-supers",
"version": "7.4.0", "version": "7.4.4",
"description": "Helper function to replace supers", "description": "Helper function to replace supers",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"license": "MIT", "license": "MIT",
@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@babel/helper-member-expression-to-functions": "^7.0.0", "@babel/helper-member-expression-to-functions": "^7.0.0",
"@babel/helper-optimise-call-expression": "^7.0.0", "@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/traverse": "^7.4.0", "@babel/traverse": "^7.4.4",
"@babel/types": "^7.4.0" "@babel/types": "^7.4.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-split-export-declaration", "name": "@babel/helper-split-export-declaration",
"version": "7.4.0", "version": "7.4.4",
"description": "", "description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-split-export-declaration", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-split-export-declaration",
"license": "MIT", "license": "MIT",
@ -9,6 +9,6 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "^7.4.0" "@babel/types": "^7.4.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-transform-fixture-test-runner", "name": "@babel/helper-transform-fixture-test-runner",
"version": "7.4.3", "version": "7.4.4",
"description": "Transform test runner for @babel/helper-fixtures module", "description": "Transform test runner for @babel/helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -12,9 +12,9 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",
"@babel/core": "^7.4.3", "@babel/core": "^7.4.4",
"@babel/helper-fixtures": "^7.4.3", "@babel/helper-fixtures": "^7.4.4",
"@babel/polyfill": "^7.4.3", "@babel/polyfill": "^7.4.4",
"babel-check-duplicated-nodes": "^1.0.0", "babel-check-duplicated-nodes": "^1.0.0",
"jest": "^22.4.2", "jest": "^22.4.2",
"jest-diff": "^22.4.0", "jest-diff": "^22.4.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helpers", "name": "@babel/helpers",
"version": "7.4.3", "version": "7.4.4",
"description": "Collection of helper functions used by Babel transforms.", "description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -11,9 +11,9 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/template": "^7.4.0", "@babel/template": "^7.4.4",
"@babel/traverse": "^7.4.3", "@babel/traverse": "^7.4.4",
"@babel/types": "^7.4.0" "@babel/types": "^7.4.4"
}, },
"devDependencies": { "devDependencies": {
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/parser", "name": "@babel/parser",
"version": "7.4.3", "version": "7.4.4",
"description": "A JavaScript parser", "description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -29,7 +29,7 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",
"@babel/helper-fixtures": "^7.4.3", "@babel/helper-fixtures": "^7.4.4",
"charcodes": "^0.2.0", "charcodes": "^0.2.0",
"unicode-12.0.0": "^0.7.9" "unicode-12.0.0": "^0.7.9"
}, },

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-decorators", "name": "@babel/plugin-proposal-decorators",
"version": "7.4.0", "version": "7.4.4",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
@ -15,7 +15,7 @@
"decorators" "decorators"
], ],
"dependencies": { "dependencies": {
"@babel/helper-create-class-features-plugin": "^7.4.0", "@babel/helper-create-class-features-plugin": "^7.4.4",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-decorators": "^7.2.0" "@babel/plugin-syntax-decorators": "^7.2.0"
}, },
@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.0", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-nullish-coalescing-operator", "name": "@babel/plugin-proposal-nullish-coalescing-operator",
"version": "7.4.3", "version": "7.4.4",
"description": "Remove nullish coalescing operator", "description": "Remove nullish coalescing operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-nullish-coalescing-operator", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-nullish-coalescing-operator",
"license": "MIT", "license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.3", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-object-rest-spread", "name": "@babel/plugin-proposal-object-rest-spread",
"version": "7.4.3", "version": "7.4.4",
"description": "Compile object rest and spread to ES5", "description": "Compile object rest and spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
"license": "MIT", "license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.3", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-partial-application", "name": "@babel/plugin-proposal-partial-application",
"version": "7.4.0", "version": "7.4.4",
"description": "Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression", "description": "Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-partial-application", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-partial-application",
"license": "MIT", "license": "MIT",
@ -13,13 +13,13 @@
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-partial-application": "^7.4.0" "@babel/plugin-syntax-partial-application": "^7.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.0", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"
} }
} }

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-unicode-property-regex", "name": "@babel/plugin-proposal-unicode-property-regex",
"version": "7.4.0", "version": "7.4.4",
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.", "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
@ -23,14 +23,14 @@
"bugs": "https://github.com/babel/babel/issues", "bugs": "https://github.com/babel/babel/issues",
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-regex": "^7.0.0", "@babel/helper-regex": "^7.4.4",
"regexpu-core": "^4.5.4" "regexpu-core": "^4.5.4"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.0", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"
} }
} }

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-classes", "name": "@babel/plugin-transform-classes",
"version": "7.4.3", "version": "7.4.4",
"description": "Compile ES2015 classes to ES5", "description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes",
"license": "MIT", "license": "MIT",
@ -10,12 +10,12 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "^7.0.0", "@babel/helper-annotate-as-pure": "^7.0.0",
"@babel/helper-define-map": "^7.4.0", "@babel/helper-define-map": "^7.4.4",
"@babel/helper-function-name": "^7.1.0", "@babel/helper-function-name": "^7.1.0",
"@babel/helper-optimise-call-expression": "^7.0.0", "@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-replace-supers": "^7.4.0", "@babel/helper-replace-supers": "^7.4.4",
"@babel/helper-split-export-declaration": "^7.4.0", "@babel/helper-split-export-declaration": "^7.4.4",
"globals": "^11.1.0" "globals": "^11.1.0"
}, },
"keywords": [ "keywords": [
@ -25,7 +25,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.3", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"
} }
} }

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-dotall-regex", "name": "@babel/plugin-transform-dotall-regex",
"version": "7.4.3", "version": "7.4.4",
"description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.", "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
@ -22,14 +22,14 @@
"bugs": "https://github.com/babel/babel/issues", "bugs": "https://github.com/babel/babel/issues",
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-regex": "^7.4.3", "@babel/helper-regex": "^7.4.4",
"regexpu-core": "^4.5.4" "regexpu-core": "^4.5.4"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.3", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-flow-comments", "name": "@babel/plugin-transform-flow-comments",
"version": "7.4.0", "version": "7.4.4",
"description": "Turn flow type annotations into comments", "description": "Turn flow type annotations into comments",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments",
"license": "MIT", "license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.0", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-flow-strip-types", "name": "@babel/plugin-transform-flow-strip-types",
"version": "7.4.0", "version": "7.4.4",
"description": "Strip flow type annotations from your output code.", "description": "Strip flow type annotations from your output code.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
"license": "MIT", "license": "MIT",
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.0", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"
} }
} }

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-modules-commonjs", "name": "@babel/plugin-transform-modules-commonjs",
"version": "7.4.3", "version": "7.4.4",
"description": "This plugin transforms ES2015 modules to CommonJS", "description": "This plugin transforms ES2015 modules to CommonJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs",
"license": "MIT", "license": "MIT",
@ -9,7 +9,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-module-transforms": "^7.4.3", "@babel/helper-module-transforms": "^7.4.4",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-simple-access": "^7.1.0" "@babel/helper-simple-access": "^7.1.0"
}, },
@ -20,7 +20,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.3", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0", "@babel/helper-plugin-test-runner": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0" "@babel/plugin-syntax-object-rest-spread": "^7.2.0"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-modules-systemjs", "name": "@babel/plugin-transform-modules-systemjs",
"version": "7.4.0", "version": "7.4.4",
"description": "This plugin transforms ES2015 modules to SystemJS", "description": "This plugin transforms ES2015 modules to SystemJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-systemjs", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-systemjs",
"license": "MIT", "license": "MIT",
@ -9,7 +9,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-hoist-variables": "^7.4.0", "@babel/helper-hoist-variables": "^7.4.4",
"@babel/helper-plugin-utils": "^7.0.0" "@babel/helper-plugin-utils": "^7.0.0"
}, },
"keywords": [ "keywords": [
@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.0", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0", "@babel/helper-plugin-test-runner": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0" "@babel/plugin-syntax-dynamic-import": "^7.2.0"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-named-capturing-groups-regex", "name": "@babel/plugin-transform-named-capturing-groups-regex",
"version": "7.4.2", "version": "7.4.4",
"description": "Compile regular expressions using named groups to ES5.", "description": "Compile regular expressions using named groups to ES5.",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
@ -20,7 +20,7 @@
"@babel/core": "^7.0.0" "@babel/core": "^7.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.0.0", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-new-target", "name": "@babel/plugin-transform-new-target",
"version": "7.4.0", "version": "7.4.4",
"description": "Transforms new.target meta property", "description": "Transforms new.target meta property",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-new-target", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-new-target",
"license": "MIT", "license": "MIT",
@ -18,9 +18,9 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.0", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0", "@babel/helper-plugin-test-runner": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.4.0", "@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-arrow-functions": "^7.0.0" "@babel/plugin-transform-arrow-functions": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-parameters", "name": "@babel/plugin-transform-parameters",
"version": "7.4.3", "version": "7.4.4",
"description": "Compile ES2015 default and rest parameters to ES5", "description": "Compile ES2015 default and rest parameters to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-parameters", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-parameters",
"license": "MIT", "license": "MIT",
@ -9,7 +9,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-call-delegate": "^7.4.0", "@babel/helper-call-delegate": "^7.4.4",
"@babel/helper-get-function-arity": "^7.0.0", "@babel/helper-get-function-arity": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0" "@babel/helper-plugin-utils": "^7.0.0"
}, },
@ -20,7 +20,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.3", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"
} }
} }

View File

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

View File

@ -2,7 +2,7 @@
"name": "@babel/plugin-transform-regenerator", "name": "@babel/plugin-transform-regenerator",
"author": "Ben Newman <bn@cs.stanford.edu>", "author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Explode async and generator functions into a state machine.", "description": "Explode async and generator functions into a state machine.",
"version": "7.4.3", "version": "7.4.4",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator", "homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js", "main": "lib/index.js",
@ -17,7 +17,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.3", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"
} }
} }

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-typescript", "name": "@babel/plugin-transform-typescript",
"version": "7.4.0", "version": "7.4.4",
"description": "Transform TypeScript into ES.next", "description": "Transform TypeScript into ES.next",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-typescript", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-typescript",
"license": "MIT", "license": "MIT",
@ -20,7 +20,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.0", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-unicode-regex", "name": "@babel/plugin-transform-unicode-regex",
"version": "7.4.3", "version": "7.4.4",
"description": "Compile ES2015 Unicode regex to ES5", "description": "Compile ES2015 Unicode regex to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-unicode-regex", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-unicode-regex",
"license": "MIT", "license": "MIT",
@ -13,14 +13,14 @@
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-regex": "^7.4.3", "@babel/helper-regex": "^7.4.4",
"regexpu-core": "^4.5.4" "regexpu-core": "^4.5.4"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.3", "@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0" "@babel/helper-plugin-test-runner": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/polyfill", "name": "@babel/polyfill",
"version": "7.4.3", "version": "7.4.4",
"description": "Provides polyfills necessary for a full ES2015+ environment", "description": "Provides polyfills necessary for a full ES2015+ environment",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/preset-env-standalone", "name": "@babel/preset-env-standalone",
"version": "7.4.3", "version": "7.4.4",
"description": "Standalone build of babel-prest-env for use in non-Node.js environments.", "description": "Standalone build of babel-prest-env for use in non-Node.js environments.",
"main": "babel-preset-env.js", "main": "babel-preset-env.js",
"files": [ "files": [
@ -10,10 +10,10 @@
], ],
"devDependencies": { "devDependencies": {
"@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.4.2", "@babel/plugin-transform-named-capturing-groups-regex": "^7.4.4",
"@babel/plugin-transform-new-target": "^7.4.0", "@babel/plugin-transform-new-target": "^7.4.4",
"@babel/preset-env": "^7.4.3", "@babel/preset-env": "^7.4.4",
"@babel/standalone": "^7.4.3" "@babel/standalone": "^7.4.4"
}, },
"keywords": [ "keywords": [
"babel", "babel",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/preset-env", "name": "@babel/preset-env",
"version": "7.4.3", "version": "7.4.4",
"description": "A Babel preset for each environment.", "description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>", "author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -18,45 +18,45 @@
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-proposal-async-generator-functions": "^7.2.0", "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0", "@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3", "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0", "@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.4.0", "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
"@babel/plugin-syntax-async-generators": "^7.2.0", "@babel/plugin-syntax-async-generators": "^7.2.0",
"@babel/plugin-syntax-json-strings": "^7.2.0", "@babel/plugin-syntax-json-strings": "^7.2.0",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0", "@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/plugin-syntax-optional-catch-binding": "^7.2.0", "@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
"@babel/plugin-transform-arrow-functions": "^7.2.0", "@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.4.0", "@babel/plugin-transform-async-to-generator": "^7.4.4",
"@babel/plugin-transform-block-scoped-functions": "^7.2.0", "@babel/plugin-transform-block-scoped-functions": "^7.2.0",
"@babel/plugin-transform-block-scoping": "^7.4.0", "@babel/plugin-transform-block-scoping": "^7.4.4",
"@babel/plugin-transform-classes": "^7.4.3", "@babel/plugin-transform-classes": "^7.4.4",
"@babel/plugin-transform-computed-properties": "^7.2.0", "@babel/plugin-transform-computed-properties": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.4.3", "@babel/plugin-transform-destructuring": "^7.4.4",
"@babel/plugin-transform-dotall-regex": "^7.4.3", "@babel/plugin-transform-dotall-regex": "^7.4.4",
"@babel/plugin-transform-duplicate-keys": "^7.2.0", "@babel/plugin-transform-duplicate-keys": "^7.2.0",
"@babel/plugin-transform-exponentiation-operator": "^7.2.0", "@babel/plugin-transform-exponentiation-operator": "^7.2.0",
"@babel/plugin-transform-for-of": "^7.4.3", "@babel/plugin-transform-for-of": "^7.4.4",
"@babel/plugin-transform-function-name": "^7.4.3", "@babel/plugin-transform-function-name": "^7.4.4",
"@babel/plugin-transform-literals": "^7.2.0", "@babel/plugin-transform-literals": "^7.2.0",
"@babel/plugin-transform-member-expression-literals": "^7.2.0", "@babel/plugin-transform-member-expression-literals": "^7.2.0",
"@babel/plugin-transform-modules-amd": "^7.2.0", "@babel/plugin-transform-modules-amd": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.3", "@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-modules-systemjs": "^7.4.0", "@babel/plugin-transform-modules-systemjs": "^7.4.4",
"@babel/plugin-transform-modules-umd": "^7.2.0", "@babel/plugin-transform-modules-umd": "^7.2.0",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.4.2", "@babel/plugin-transform-named-capturing-groups-regex": "^7.4.4",
"@babel/plugin-transform-new-target": "^7.4.0", "@babel/plugin-transform-new-target": "^7.4.4",
"@babel/plugin-transform-object-super": "^7.2.0", "@babel/plugin-transform-object-super": "^7.2.0",
"@babel/plugin-transform-parameters": "^7.4.3", "@babel/plugin-transform-parameters": "^7.4.4",
"@babel/plugin-transform-property-literals": "^7.2.0", "@babel/plugin-transform-property-literals": "^7.2.0",
"@babel/plugin-transform-regenerator": "^7.4.3", "@babel/plugin-transform-regenerator": "^7.4.4",
"@babel/plugin-transform-reserved-words": "^7.2.0", "@babel/plugin-transform-reserved-words": "^7.2.0",
"@babel/plugin-transform-shorthand-properties": "^7.2.0", "@babel/plugin-transform-shorthand-properties": "^7.2.0",
"@babel/plugin-transform-spread": "^7.2.0", "@babel/plugin-transform-spread": "^7.2.0",
"@babel/plugin-transform-sticky-regex": "^7.2.0", "@babel/plugin-transform-sticky-regex": "^7.2.0",
"@babel/plugin-transform-template-literals": "^7.2.0", "@babel/plugin-transform-template-literals": "^7.4.4",
"@babel/plugin-transform-typeof-symbol": "^7.2.0", "@babel/plugin-transform-typeof-symbol": "^7.2.0",
"@babel/plugin-transform-unicode-regex": "^7.4.3", "@babel/plugin-transform-unicode-regex": "^7.4.4",
"@babel/types": "^7.4.0", "@babel/types": "^7.4.4",
"browserslist": "^4.5.2", "browserslist": "^4.5.2",
"core-js-compat": "^3.0.0", "core-js-compat": "^3.0.0",
"invariant": "^2.2.2", "invariant": "^2.2.2",
@ -67,9 +67,9 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.4.3", "@babel/cli": "^7.4.4",
"@babel/core": "^7.4.3", "@babel/core": "^7.4.4",
"@babel/helper-fixtures": "^7.4.3", "@babel/helper-fixtures": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0", "@babel/helper-plugin-test-runner": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0",
"caniuse-db": "1.0.30000951", "caniuse-db": "1.0.30000951",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/register", "name": "@babel/register",
"version": "7.4.0", "version": "7.4.4",
"description": "babel require hook", "description": "babel require hook",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
@ -24,7 +24,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.0", "@babel/core": "^7.4.4",
"default-require-extensions": "^2.0.0" "default-require-extensions": "^2.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime-corejs2", "name": "@babel/runtime-corejs2",
"version": "7.4.3", "version": "7.4.4",
"description": "babel's modular runtime helpers with core-js@2 polyfilling", "description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
@ -13,6 +13,6 @@
"regenerator-runtime": "^0.13.2" "regenerator-runtime": "^0.13.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/helpers": "^7.4.3" "@babel/helpers": "^7.4.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime-corejs3", "name": "@babel/runtime-corejs3",
"version": "7.4.3", "version": "7.4.4",
"description": "babel's modular runtime helpers with core-js@3 polyfilling", "description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime", "name": "@babel/runtime",
"version": "7.4.3", "version": "7.4.4",
"description": "babel's modular runtime helpers", "description": "babel's modular runtime helpers",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
@ -12,6 +12,6 @@
"regenerator-runtime": "^0.13.2" "regenerator-runtime": "^0.13.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/helpers": "^7.4.3" "@babel/helpers": "^7.4.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/standalone", "name": "@babel/standalone",
"version": "7.4.3", "version": "7.4.4",
"description": "Standalone build of Babel for use in non-Node.js environments.", "description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js", "main": "babel.js",
"files": [ "files": [
@ -9,12 +9,12 @@
"src" "src"
], ],
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.3", "@babel/core": "^7.4.4",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-external-helpers": "^7.2.0", "@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-async-generator-functions": "^7.2.0", "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.4.0", "@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.0", "@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-do-expressions": "^7.2.0", "@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0", "@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0", "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
@ -22,15 +22,15 @@
"@babel/plugin-proposal-function-sent": "^7.2.0", "@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0", "@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.2.0", "@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3", "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0", "@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0", "@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.3.2", "@babel/plugin-proposal-pipeline-operator": "^7.3.2",
"@babel/plugin-proposal-private-methods": "^7.4.3", "@babel/plugin-proposal-private-methods": "^7.4.4",
"@babel/plugin-proposal-throw-expressions": "^7.2.0", "@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.4.0", "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
"@babel/plugin-syntax-async-generators": "^7.2.0", "@babel/plugin-syntax-async-generators": "^7.2.0",
"@babel/plugin-syntax-class-properties": "^7.2.0", "@babel/plugin-syntax-class-properties": "^7.2.0",
"@babel/plugin-syntax-decorators": "^7.2.0", "@babel/plugin-syntax-decorators": "^7.2.0",
@ -48,35 +48,35 @@
"@babel/plugin-syntax-pipeline-operator": "^7.3.0", "@babel/plugin-syntax-pipeline-operator": "^7.3.0",
"@babel/plugin-syntax-typescript": "^7.3.3", "@babel/plugin-syntax-typescript": "^7.3.3",
"@babel/plugin-transform-arrow-functions": "^7.2.0", "@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.4.0", "@babel/plugin-transform-async-to-generator": "^7.4.4",
"@babel/plugin-transform-block-scoped-functions": "^7.2.0", "@babel/plugin-transform-block-scoped-functions": "^7.2.0",
"@babel/plugin-transform-block-scoping": "^7.4.0", "@babel/plugin-transform-block-scoping": "^7.4.4",
"@babel/plugin-transform-classes": "^7.4.3", "@babel/plugin-transform-classes": "^7.4.4",
"@babel/plugin-transform-computed-properties": "^7.2.0", "@babel/plugin-transform-computed-properties": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.4.3", "@babel/plugin-transform-destructuring": "^7.4.4",
"@babel/plugin-transform-dotall-regex": "^7.4.3", "@babel/plugin-transform-dotall-regex": "^7.4.4",
"@babel/plugin-transform-duplicate-keys": "^7.2.0", "@babel/plugin-transform-duplicate-keys": "^7.2.0",
"@babel/plugin-transform-exponentiation-operator": "^7.2.0", "@babel/plugin-transform-exponentiation-operator": "^7.2.0",
"@babel/plugin-transform-flow-comments": "^7.4.0", "@babel/plugin-transform-flow-comments": "^7.4.4",
"@babel/plugin-transform-flow-strip-types": "^7.4.0", "@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/plugin-transform-for-of": "^7.4.3", "@babel/plugin-transform-for-of": "^7.4.4",
"@babel/plugin-transform-function-name": "^7.4.3", "@babel/plugin-transform-function-name": "^7.4.4",
"@babel/plugin-transform-instanceof": "^7.2.0", "@babel/plugin-transform-instanceof": "^7.2.0",
"@babel/plugin-transform-jscript": "^7.2.0", "@babel/plugin-transform-jscript": "^7.2.0",
"@babel/plugin-transform-literals": "^7.2.0", "@babel/plugin-transform-literals": "^7.2.0",
"@babel/plugin-transform-member-expression-literals": "^7.2.0", "@babel/plugin-transform-member-expression-literals": "^7.2.0",
"@babel/plugin-transform-modules-amd": "^7.2.0", "@babel/plugin-transform-modules-amd": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.3", "@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-modules-systemjs": "^7.4.0", "@babel/plugin-transform-modules-systemjs": "^7.4.4",
"@babel/plugin-transform-modules-umd": "^7.2.0", "@babel/plugin-transform-modules-umd": "^7.2.0",
"@babel/plugin-transform-new-target": "^7.4.0", "@babel/plugin-transform-new-target": "^7.4.4",
"@babel/plugin-transform-object-assign": "^7.2.0", "@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.2.0", "@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.2.0",
"@babel/plugin-transform-object-super": "^7.2.0", "@babel/plugin-transform-object-super": "^7.2.0",
"@babel/plugin-transform-parameters": "^7.4.3", "@babel/plugin-transform-parameters": "^7.4.4",
"@babel/plugin-transform-property-literals": "^7.2.0", "@babel/plugin-transform-property-literals": "^7.2.0",
"@babel/plugin-transform-property-mutators": "^7.2.0", "@babel/plugin-transform-property-mutators": "^7.2.0",
"@babel/plugin-transform-proto-to-assign": "^7.4.3", "@babel/plugin-transform-proto-to-assign": "^7.4.4",
"@babel/plugin-transform-react-constant-elements": "^7.2.0", "@babel/plugin-transform-react-constant-elements": "^7.2.0",
"@babel/plugin-transform-react-display-name": "^7.2.0", "@babel/plugin-transform-react-display-name": "^7.2.0",
"@babel/plugin-transform-react-inline-elements": "^7.2.0", "@babel/plugin-transform-react-inline-elements": "^7.2.0",
@ -84,17 +84,17 @@
"@babel/plugin-transform-react-jsx-compat": "^7.2.0", "@babel/plugin-transform-react-jsx-compat": "^7.2.0",
"@babel/plugin-transform-react-jsx-self": "^7.2.0", "@babel/plugin-transform-react-jsx-self": "^7.2.0",
"@babel/plugin-transform-react-jsx-source": "^7.2.0", "@babel/plugin-transform-react-jsx-source": "^7.2.0",
"@babel/plugin-transform-regenerator": "^7.4.3", "@babel/plugin-transform-regenerator": "^7.4.4",
"@babel/plugin-transform-reserved-words": "^7.2.0", "@babel/plugin-transform-reserved-words": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3", "@babel/plugin-transform-runtime": "^7.4.4",
"@babel/plugin-transform-shorthand-properties": "^7.2.0", "@babel/plugin-transform-shorthand-properties": "^7.2.0",
"@babel/plugin-transform-spread": "^7.2.2", "@babel/plugin-transform-spread": "^7.2.2",
"@babel/plugin-transform-sticky-regex": "^7.2.0", "@babel/plugin-transform-sticky-regex": "^7.2.0",
"@babel/plugin-transform-strict-mode": "^7.2.0", "@babel/plugin-transform-strict-mode": "^7.2.0",
"@babel/plugin-transform-template-literals": "^7.2.0", "@babel/plugin-transform-template-literals": "^7.4.4",
"@babel/plugin-transform-typeof-symbol": "^7.2.0", "@babel/plugin-transform-typeof-symbol": "^7.2.0",
"@babel/plugin-transform-typescript": "^7.4.0", "@babel/plugin-transform-typescript": "^7.4.4",
"@babel/plugin-transform-unicode-regex": "^7.4.3", "@babel/plugin-transform-unicode-regex": "^7.4.4",
"@babel/preset-flow": "^7.0.0", "@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0", "@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3" "@babel/preset-typescript": "^7.3.3"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/template", "name": "@babel/template",
"version": "7.4.0", "version": "7.4.4",
"description": "Generate an AST from a string template.", "description": "Generate an AST from a string template.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -12,7 +12,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",
"@babel/parser": "^7.4.0", "@babel/parser": "^7.4.4",
"@babel/types": "^7.4.0" "@babel/types": "^7.4.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/traverse", "name": "@babel/traverse",
"version": "7.4.3", "version": "7.4.4",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -12,11 +12,11 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.4.0", "@babel/generator": "^7.4.4",
"@babel/helper-function-name": "^7.1.0", "@babel/helper-function-name": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.4.0", "@babel/helper-split-export-declaration": "^7.4.4",
"@babel/parser": "^7.4.3", "@babel/parser": "^7.4.4",
"@babel/types": "^7.4.0", "@babel/types": "^7.4.4",
"debug": "^4.1.0", "debug": "^4.1.0",
"globals": "^11.1.0", "globals": "^11.1.0",
"lodash": "^4.17.11" "lodash": "^4.17.11"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/types", "name": "@babel/types",
"version": "7.4.0", "version": "7.4.4",
"description": "Babel Types is a Lodash-esque utility library for AST nodes", "description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -14,7 +14,7 @@
"to-fast-properties": "^2.0.0" "to-fast-properties": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/generator": "^7.4.0", "@babel/generator": "^7.4.4",
"@babel/parser": "^7.4.0" "@babel/parser": "^7.4.4"
} }
} }