This commit is contained in:
Huáng Jùnliàng 2020-07-14 14:10:36 -04:00
parent 5dd64ecc4a
commit f7964a9ac5
36 changed files with 100 additions and 100 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "7.10.4", "version": "7.10.5",
"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.10.4", "version": "7.10.5",
"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/",
@ -39,8 +39,8 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-fixtures": "^7.10.4", "@babel/helper-fixtures": "^7.10.5",
"rimraf": "^3.0.0" "rimraf": "^3.0.0"
}, },
"bin": { "bin": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/compat-data", "name": "@babel/compat-data",
"version": "7.10.4", "version": "7.10.5",
"author": "The Babel Team (https://babeljs.io/team)", "author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT", "license": "MIT",
"description": "", "description": "",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/core", "name": "@babel/core",
"version": "7.10.4", "version": "7.10.5",
"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>",
@ -44,13 +44,13 @@
}, },
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.10.4", "@babel/code-frame": "^7.10.4",
"@babel/generator": "^7.10.4", "@babel/generator": "^7.10.5",
"@babel/helper-module-transforms": "^7.10.4", "@babel/helper-module-transforms": "^7.10.5",
"@babel/helpers": "^7.10.4", "@babel/helpers": "^7.10.4",
"@babel/parser": "^7.10.4", "@babel/parser": "^7.10.5",
"@babel/template": "^7.10.4", "@babel/template": "^7.10.4",
"@babel/traverse": "^7.10.4", "@babel/traverse": "^7.10.5",
"@babel/types": "^7.10.4", "@babel/types": "^7.10.5",
"convert-source-map": "^1.7.0", "convert-source-map": "^1.7.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"gensync": "^1.0.0-beta.1", "gensync": "^1.0.0-beta.1",
@ -61,6 +61,6 @@
"source-map": "^0.5.0" "source-map": "^0.5.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.10.4" "@babel/helper-transform-fixture-test-runner": "^7.10.5"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/generator", "name": "@babel/generator",
"version": "7.10.4", "version": "7.10.5",
"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/",
@ -18,12 +18,12 @@
"lib" "lib"
], ],
"dependencies": { "dependencies": {
"@babel/types": "^7.10.4", "@babel/types": "^7.10.5",
"jsesc": "^2.5.1", "jsesc": "^2.5.1",
"source-map": "^0.5.0" "source-map": "^0.5.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/helper-fixtures": "^7.10.4", "@babel/helper-fixtures": "^7.10.5",
"@babel/parser": "^7.10.4" "@babel/parser": "^7.10.5"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-builder-react-jsx-experimental", "name": "@babel/helper-builder-react-jsx-experimental",
"version": "7.10.4", "version": "7.10.5",
"description": "Helper function to build react jsx", "description": "Helper function to build react jsx",
"repository": { "repository": {
"type": "git", "type": "git",
@ -15,6 +15,6 @@
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "^7.10.4", "@babel/helper-annotate-as-pure": "^7.10.4",
"@babel/helper-module-imports": "^7.10.4", "@babel/helper-module-imports": "^7.10.4",
"@babel/types": "^7.10.4" "@babel/types": "^7.10.5"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-create-class-features-plugin", "name": "@babel/helper-create-class-features-plugin",
"version": "7.10.4", "version": "7.10.5",
"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",
@ -19,7 +19,7 @@
], ],
"dependencies": { "dependencies": {
"@babel/helper-function-name": "^7.10.4", "@babel/helper-function-name": "^7.10.4",
"@babel/helper-member-expression-to-functions": "^7.10.4", "@babel/helper-member-expression-to-functions": "^7.10.5",
"@babel/helper-optimise-call-expression": "^7.10.4", "@babel/helper-optimise-call-expression": "^7.10.4",
"@babel/helper-plugin-utils": "^7.10.4", "@babel/helper-plugin-utils": "^7.10.4",
"@babel/helper-replace-supers": "^7.10.4", "@babel/helper-replace-supers": "^7.10.4",
@ -29,7 +29,7 @@
"@babel/core": "^7.0.0" "@babel/core": "^7.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4" "@babel/helper-plugin-test-runner": "^7.10.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-define-map", "name": "@babel/helper-define-map",
"version": "7.10.4", "version": "7.10.5",
"description": "Helper function to define a map", "description": "Helper function to define a map",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,7 +14,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-function-name": "^7.10.4", "@babel/helper-function-name": "^7.10.4",
"@babel/types": "^7.10.4", "@babel/types": "^7.10.5",
"lodash": "^4.17.19" "lodash": "^4.17.19"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-fixtures", "name": "@babel/helper-fixtures",
"version": "7.10.4", "version": "7.10.5",
"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-member-expression-to-functions", "name": "@babel/helper-member-expression-to-functions",
"version": "7.10.4", "version": "7.10.5",
"description": "Helper function to replace certain member expressions with function calls", "description": "Helper function to replace certain member expressions with function calls",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,6 +14,6 @@
"main": "lib/index.js", "main": "lib/index.js",
"author": "Justin Ridgewell <justin@ridgewell.name>", "author": "Justin Ridgewell <justin@ridgewell.name>",
"dependencies": { "dependencies": {
"@babel/types": "^7.10.4" "@babel/types": "^7.10.5"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-module-transforms", "name": "@babel/helper-module-transforms",
"version": "7.10.4", "version": "7.10.5",
"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/",
@ -20,7 +20,7 @@
"@babel/helper-simple-access": "^7.10.4", "@babel/helper-simple-access": "^7.10.4",
"@babel/helper-split-export-declaration": "^7.10.4", "@babel/helper-split-export-declaration": "^7.10.4",
"@babel/template": "^7.10.4", "@babel/template": "^7.10.4",
"@babel/types": "^7.10.4", "@babel/types": "^7.10.5",
"lodash": "^4.17.19" "lodash": "^4.17.19"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-regex", "name": "@babel/helper-regex",
"version": "7.10.4", "version": "7.10.5",
"description": "Helper function to check for literal RegEx", "description": "Helper function to check for literal RegEx",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-transform-fixture-test-runner", "name": "@babel/helper-transform-fixture-test-runner",
"version": "7.10.4", "version": "7.10.5",
"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/",
@ -16,8 +16,8 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.10.4", "@babel/code-frame": "^7.10.4",
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-fixtures": "^7.10.4", "@babel/helper-fixtures": "^7.10.5",
"@babel/polyfill": "^7.10.4", "@babel/polyfill": "^7.10.4",
"babel-check-duplicated-nodes": "^1.0.0", "babel-check-duplicated-nodes": "^1.0.0",
"jest": "^24.8.0", "jest": "^24.8.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/node", "name": "@babel/node",
"version": "7.10.4", "version": "7.10.5",
"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/",
@ -23,7 +23,7 @@
"compiler" "compiler"
], ],
"dependencies": { "dependencies": {
"@babel/register": "^7.10.4", "@babel/register": "^7.10.5",
"commander": "^4.0.1", "commander": "^4.0.1",
"core-js": "^3.2.1", "core-js": "^3.2.1",
"lodash": "^4.17.19", "lodash": "^4.17.19",
@ -36,9 +36,9 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-fixtures": "^7.10.4", "@babel/helper-fixtures": "^7.10.5",
"@babel/runtime": "^7.10.4", "@babel/runtime": "^7.10.5",
"fs-readdir-recursive": "^1.0.0", "fs-readdir-recursive": "^1.0.0",
"make-dir": "^2.1.0", "make-dir": "^2.1.0",
"rimraf": "^3.0.0" "rimraf": "^3.0.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/parser", "name": "@babel/parser",
"version": "7.10.4", "version": "7.10.5",
"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/",
@ -33,7 +33,7 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/code-frame": "^7.10.4", "@babel/code-frame": "^7.10.4",
"@babel/helper-fixtures": "^7.10.4", "@babel/helper-fixtures": "^7.10.5",
"@babel/helper-validator-identifier": "^7.10.4", "@babel/helper-validator-identifier": "^7.10.4",
"charcodes": "^0.2.0" "charcodes": "^0.2.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-async-generator-functions", "name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.10.4", "version": "7.10.5",
"description": "Turn async generator functions into ES2015 generators", "description": "Turn async generator functions into ES2015 generators",
"repository": { "repository": {
"type": "git", "type": "git",
@ -24,7 +24,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4" "@babel/helper-plugin-test-runner": "^7.10.4"
} }
} }

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-function-bind", "name": "@babel/plugin-proposal-function-bind",
"version": "7.10.4", "version": "7.10.5",
"description": "Compile function bind operator to ES5", "description": "Compile function bind operator to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4" "@babel/helper-plugin-test-runner": "^7.10.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-partial-application", "name": "@babel/plugin-proposal-partial-application",
"version": "7.10.4", "version": "7.10.5",
"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": { "repository": {
"type": "git", "type": "git",
@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4" "@babel/helper-plugin-test-runner": "^7.10.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-pipeline-operator", "name": "@babel/plugin-proposal-pipeline-operator",
"version": "7.10.4", "version": "7.10.5",
"description": "Transform pipeline operator into call expressions", "description": "Transform pipeline operator into call expressions",
"repository": { "repository": {
"type": "git", "type": "git",
@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4" "@babel/helper-plugin-test-runner": "^7.10.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-block-scoping", "name": "@babel/plugin-transform-block-scoping",
"version": "7.10.4", "version": "7.10.5",
"description": "Compile ES2015 block scoping (const and let) to ES5", "description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -22,7 +22,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4" "@babel/helper-plugin-test-runner": "^7.10.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-modules-amd", "name": "@babel/plugin-transform-modules-amd",
"version": "7.10.4", "version": "7.10.5",
"description": "This plugin transforms ES2015 modules to AMD", "description": "This plugin transforms ES2015 modules to AMD",
"repository": { "repository": {
"type": "git", "type": "git",
@ -13,7 +13,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-module-transforms": "^7.10.4", "@babel/helper-module-transforms": "^7.10.5",
"@babel/helper-plugin-utils": "^7.10.4", "@babel/helper-plugin-utils": "^7.10.4",
"babel-plugin-dynamic-import-node": "^2.3.3" "babel-plugin-dynamic-import-node": "^2.3.3"
}, },
@ -24,7 +24,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4" "@babel/helper-plugin-test-runner": "^7.10.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-modules-systemjs", "name": "@babel/plugin-transform-modules-systemjs",
"version": "7.10.4", "version": "7.10.5",
"description": "This plugin transforms ES2015 modules to SystemJS", "description": "This plugin transforms ES2015 modules to SystemJS",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,7 +14,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-hoist-variables": "^7.10.4", "@babel/helper-hoist-variables": "^7.10.4",
"@babel/helper-module-transforms": "^7.10.4", "@babel/helper-module-transforms": "^7.10.5",
"@babel/helper-plugin-utils": "^7.10.4", "@babel/helper-plugin-utils": "^7.10.4",
"babel-plugin-dynamic-import-node": "^2.3.3" "babel-plugin-dynamic-import-node": "^2.3.3"
}, },
@ -25,7 +25,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4", "@babel/helper-plugin-test-runner": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.0" "@babel/plugin-syntax-dynamic-import": "^7.8.0"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-parameters", "name": "@babel/plugin-transform-parameters",
"version": "7.10.4", "version": "7.10.5",
"description": "Compile ES2015 default and rest parameters to ES5", "description": "Compile ES2015 default and rest parameters to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4" "@babel/helper-plugin-test-runner": "^7.10.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-proto-to-assign", "name": "@babel/plugin-transform-proto-to-assign",
"version": "7.10.4", "version": "7.10.5",
"description": "Babel plugin for turning __proto__ into a shallow property clone", "description": "Babel plugin for turning __proto__ into a shallow property clone",
"repository": { "repository": {
"type": "git", "type": "git",
@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4" "@babel/helper-plugin-test-runner": "^7.10.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-react-jsx-source", "name": "@babel/plugin-transform-react-jsx-source",
"version": "7.10.4", "version": "7.10.5",
"description": "Add a __source prop to all JSX Elements", "description": "Add a __source prop to all JSX Elements",
"repository": { "repository": {
"type": "git", "type": "git",
@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4" "@babel/helper-plugin-test-runner": "^7.10.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-runtime", "name": "@babel/plugin-transform-runtime",
"version": "7.10.4", "version": "7.10.5",
"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": { "repository": {
"type": "git", "type": "git",
@ -29,13 +29,13 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4", "@babel/helper-plugin-test-runner": "^7.10.4",
"@babel/helpers": "^7.10.4", "@babel/helpers": "^7.10.4",
"@babel/plugin-transform-typeof-symbol": "^7.10.4", "@babel/plugin-transform-typeof-symbol": "^7.10.4",
"@babel/preset-env": "^7.10.4", "@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.4", "@babel/runtime": "^7.10.5",
"@babel/template": "^7.10.4", "@babel/template": "^7.10.4",
"@babel/types": "^7.10.4" "@babel/types": "^7.10.5"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-template-literals", "name": "@babel/plugin-transform-template-literals",
"version": "7.10.4", "version": "7.10.5",
"description": "Compile ES2015 template literals to ES5", "description": "Compile ES2015 template literals to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4" "@babel/helper-plugin-test-runner": "^7.10.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-typescript", "name": "@babel/plugin-transform-typescript",
"version": "7.10.4", "version": "7.10.5",
"description": "Transform TypeScript into ES.next", "description": "Transform TypeScript into ES.next",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"typescript" "typescript"
], ],
"dependencies": { "dependencies": {
"@babel/helper-create-class-features-plugin": "^7.10.4", "@babel/helper-create-class-features-plugin": "^7.10.5",
"@babel/helper-plugin-utils": "^7.10.4", "@babel/helper-plugin-utils": "^7.10.4",
"@babel/plugin-syntax-typescript": "^7.10.4" "@babel/plugin-syntax-typescript": "^7.10.4"
}, },
@ -25,7 +25,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4" "@babel/helper-plugin-test-runner": "^7.10.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/register", "name": "@babel/register",
"version": "7.10.4", "version": "7.10.5",
"description": "babel require hook", "description": "babel require hook",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
@ -27,7 +27,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/plugin-transform-modules-commonjs": "^7.10.4", "@babel/plugin-transform-modules-commonjs": "^7.10.4",
"browserify": "16.5.0", "browserify": "16.5.0",
"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.10.4", "version": "7.10.5",
"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": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime-corejs3", "name": "@babel/runtime-corejs3",
"version": "7.10.4", "version": "7.10.5",
"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.10.4", "version": "7.10.5",
"description": "babel's modular runtime helpers", "description": "babel's modular runtime helpers",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/standalone", "name": "@babel/standalone",
"version": "7.10.4", "version": "7.10.5",
"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": [
@ -11,17 +11,17 @@
"prepublishOnly": "cd ../.. && make prepublish-build-standalone" "prepublishOnly": "cd ../.. && make prepublish-build-standalone"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.5",
"@babel/helper-plugin-utils": "^7.10.4", "@babel/helper-plugin-utils": "^7.10.4",
"@babel/plugin-external-helpers": "^7.10.4", "@babel/plugin-external-helpers": "^7.10.4",
"@babel/plugin-proposal-async-generator-functions": "^7.10.4", "@babel/plugin-proposal-async-generator-functions": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.4", "@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-do-expressions": "^7.10.4", "@babel/plugin-proposal-do-expressions": "^7.10.4",
"@babel/plugin-proposal-dynamic-import": "^7.10.4", "@babel/plugin-proposal-dynamic-import": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4", "@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4", "@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-function-bind": "^7.10.4", "@babel/plugin-proposal-function-bind": "^7.10.5",
"@babel/plugin-proposal-function-sent": "^7.10.4", "@babel/plugin-proposal-function-sent": "^7.10.4",
"@babel/plugin-proposal-json-strings": "^7.10.4", "@babel/plugin-proposal-json-strings": "^7.10.4",
"@babel/plugin-proposal-logical-assignment-operators": "^7.10.4", "@babel/plugin-proposal-logical-assignment-operators": "^7.10.4",
@ -30,7 +30,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.10.4", "@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/plugin-proposal-optional-catch-binding": "^7.10.4", "@babel/plugin-proposal-optional-catch-binding": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.4", "@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/plugin-proposal-pipeline-operator": "^7.10.4", "@babel/plugin-proposal-pipeline-operator": "^7.10.5",
"@babel/plugin-proposal-private-methods": "^7.10.4", "@babel/plugin-proposal-private-methods": "^7.10.4",
"@babel/plugin-proposal-private-property-in-object": "^7.10.4", "@babel/plugin-proposal-private-property-in-object": "^7.10.4",
"@babel/plugin-proposal-throw-expressions": "^7.10.4", "@babel/plugin-proposal-throw-expressions": "^7.10.4",
@ -55,7 +55,7 @@
"@babel/plugin-transform-arrow-functions": "^7.10.4", "@babel/plugin-transform-arrow-functions": "^7.10.4",
"@babel/plugin-transform-async-to-generator": "^7.10.4", "@babel/plugin-transform-async-to-generator": "^7.10.4",
"@babel/plugin-transform-block-scoped-functions": "^7.10.4", "@babel/plugin-transform-block-scoped-functions": "^7.10.4",
"@babel/plugin-transform-block-scoping": "^7.10.4", "@babel/plugin-transform-block-scoping": "^7.10.5",
"@babel/plugin-transform-classes": "^7.10.4", "@babel/plugin-transform-classes": "^7.10.4",
"@babel/plugin-transform-computed-properties": "^7.10.4", "@babel/plugin-transform-computed-properties": "^7.10.4",
"@babel/plugin-transform-destructuring": "^7.10.4", "@babel/plugin-transform-destructuring": "^7.10.4",
@ -70,19 +70,19 @@
"@babel/plugin-transform-jscript": "^7.10.4", "@babel/plugin-transform-jscript": "^7.10.4",
"@babel/plugin-transform-literals": "^7.10.4", "@babel/plugin-transform-literals": "^7.10.4",
"@babel/plugin-transform-member-expression-literals": "^7.10.4", "@babel/plugin-transform-member-expression-literals": "^7.10.4",
"@babel/plugin-transform-modules-amd": "^7.10.4", "@babel/plugin-transform-modules-amd": "^7.10.5",
"@babel/plugin-transform-modules-commonjs": "^7.10.4", "@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-modules-systemjs": "^7.10.4", "@babel/plugin-transform-modules-systemjs": "^7.10.5",
"@babel/plugin-transform-modules-umd": "^7.10.4", "@babel/plugin-transform-modules-umd": "^7.10.4",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.10.4", "@babel/plugin-transform-named-capturing-groups-regex": "^7.10.4",
"@babel/plugin-transform-new-target": "^7.10.4", "@babel/plugin-transform-new-target": "^7.10.4",
"@babel/plugin-transform-object-assign": "^7.10.4", "@babel/plugin-transform-object-assign": "^7.10.4",
"@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.10.4", "@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.10.4",
"@babel/plugin-transform-object-super": "^7.10.4", "@babel/plugin-transform-object-super": "^7.10.4",
"@babel/plugin-transform-parameters": "^7.10.4", "@babel/plugin-transform-parameters": "^7.10.5",
"@babel/plugin-transform-property-literals": "^7.10.4", "@babel/plugin-transform-property-literals": "^7.10.4",
"@babel/plugin-transform-property-mutators": "^7.10.4", "@babel/plugin-transform-property-mutators": "^7.10.4",
"@babel/plugin-transform-proto-to-assign": "^7.10.4", "@babel/plugin-transform-proto-to-assign": "^7.10.5",
"@babel/plugin-transform-react-constant-elements": "^7.10.4", "@babel/plugin-transform-react-constant-elements": "^7.10.4",
"@babel/plugin-transform-react-display-name": "^7.10.4", "@babel/plugin-transform-react-display-name": "^7.10.4",
"@babel/plugin-transform-react-inline-elements": "^7.10.4", "@babel/plugin-transform-react-inline-elements": "^7.10.4",
@ -90,17 +90,17 @@
"@babel/plugin-transform-react-jsx-compat": "^7.10.4", "@babel/plugin-transform-react-jsx-compat": "^7.10.4",
"@babel/plugin-transform-react-jsx-development": "^7.10.4", "@babel/plugin-transform-react-jsx-development": "^7.10.4",
"@babel/plugin-transform-react-jsx-self": "^7.10.4", "@babel/plugin-transform-react-jsx-self": "^7.10.4",
"@babel/plugin-transform-react-jsx-source": "^7.10.4", "@babel/plugin-transform-react-jsx-source": "^7.10.5",
"@babel/plugin-transform-regenerator": "^7.10.4", "@babel/plugin-transform-regenerator": "^7.10.4",
"@babel/plugin-transform-reserved-words": "^7.10.4", "@babel/plugin-transform-reserved-words": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4", "@babel/plugin-transform-runtime": "^7.10.5",
"@babel/plugin-transform-shorthand-properties": "^7.10.4", "@babel/plugin-transform-shorthand-properties": "^7.10.4",
"@babel/plugin-transform-spread": "^7.10.4", "@babel/plugin-transform-spread": "^7.10.4",
"@babel/plugin-transform-sticky-regex": "^7.10.4", "@babel/plugin-transform-sticky-regex": "^7.10.4",
"@babel/plugin-transform-strict-mode": "^7.10.4", "@babel/plugin-transform-strict-mode": "^7.10.4",
"@babel/plugin-transform-template-literals": "^7.10.4", "@babel/plugin-transform-template-literals": "^7.10.5",
"@babel/plugin-transform-typeof-symbol": "^7.10.4", "@babel/plugin-transform-typeof-symbol": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.10.4", "@babel/plugin-transform-typescript": "^7.10.5",
"@babel/plugin-transform-unicode-escapes": "^7.10.4", "@babel/plugin-transform-unicode-escapes": "^7.10.4",
"@babel/plugin-transform-unicode-regex": "^7.10.4", "@babel/plugin-transform-unicode-regex": "^7.10.4",
"@babel/preset-env": "^7.10.4", "@babel/preset-env": "^7.10.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/traverse", "name": "@babel/traverse",
"version": "7.10.4", "version": "7.10.5",
"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/",
@ -16,11 +16,11 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.10.4", "@babel/code-frame": "^7.10.4",
"@babel/generator": "^7.10.4", "@babel/generator": "^7.10.5",
"@babel/helper-function-name": "^7.10.4", "@babel/helper-function-name": "^7.10.4",
"@babel/helper-split-export-declaration": "^7.10.4", "@babel/helper-split-export-declaration": "^7.10.4",
"@babel/parser": "^7.10.4", "@babel/parser": "^7.10.5",
"@babel/types": "^7.10.4", "@babel/types": "^7.10.5",
"debug": "^4.1.0", "debug": "^4.1.0",
"globals": "^11.1.0", "globals": "^11.1.0",
"lodash": "^4.17.19" "lodash": "^4.17.19"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/types", "name": "@babel/types",
"version": "7.10.4", "version": "7.10.5",
"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/",
@ -21,7 +21,7 @@
"to-fast-properties": "^2.0.0" "to-fast-properties": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/generator": "^7.10.4", "@babel/generator": "^7.10.5",
"@babel/parser": "^7.10.4" "@babel/parser": "^7.10.5"
} }
} }