package.json (babel-7.12.6) | : | package.json (babel-7.12.7) | ||
---|---|---|---|---|
{ | { | |||
"name": "@babel/cli", | "name": "@babel/cli", | |||
"version": "7.12.1", | "version": "7.12.7", | |||
"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/", | |||
"license": "MIT", | "license": "MIT", | |||
"publishConfig": { | "publishConfig": { | |||
"access": "public" | "access": "public" | |||
}, | }, | |||
"repository": { | "repository": { | |||
"type": "git", | "type": "git", | |||
"url": "https://github.com/babel/babel.git", | "url": "https://github.com/babel/babel.git", | |||
skipping to change at line 36 | skipping to change at line 36 | |||
"commander": "^4.0.1", | "commander": "^4.0.1", | |||
"convert-source-map": "^1.1.0", | "convert-source-map": "^1.1.0", | |||
"fs-readdir-recursive": "^1.1.0", | "fs-readdir-recursive": "^1.1.0", | |||
"glob": "^7.0.0", | "glob": "^7.0.0", | |||
"lodash": "^4.17.19", | "lodash": "^4.17.19", | |||
"make-dir": "^2.1.0", | "make-dir": "^2.1.0", | |||
"slash": "^2.0.0", | "slash": "^2.0.0", | |||
"source-map": "^0.5.0" | "source-map": "^0.5.0" | |||
}, | }, | |||
"optionalDependencies": { | "optionalDependencies": { | |||
"@nicolo-ribaudo/chokidar-2": "^2.1.8", | "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents", | |||
"chokidar": "^3.4.0" | "chokidar": "^3.4.0" | |||
}, | }, | |||
"peerDependencies": { | "peerDependencies": { | |||
"@babel/core": "^7.0.0-0" | "@babel/core": "^7.0.0-0" | |||
}, | }, | |||
"devDependencies": { | "devDependencies": { | |||
"@babel/core": "workspace:*", | "@babel/core": "workspace:*", | |||
"@babel/helper-fixtures": "workspace:*", | "@babel/helper-fixtures": "workspace:*", | |||
"rimraf": "^3.0.0" | "rimraf": "^3.0.0" | |||
}, | }, | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |