mirror of
https://github.com/azure/login.git
synced 2026-06-06 12:17:07 +00:00
* Bump lodash from 4.17.15 to 4.17.19 (#52) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com> * Bump @actions/core from 1.1.3 to 1.2.6 (#60) Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com> * updating node_nodules * updated package-lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
105 lines
2.8 KiB
JSON
105 lines
2.8 KiB
JSON
{
|
|
"_from": "@babel/core@^7.1.0",
|
|
"_id": "@babel/core@7.11.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==",
|
|
"_location": "/@babel/core",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@babel/core@^7.1.0",
|
|
"name": "@babel/core",
|
|
"escapedName": "@babel%2fcore",
|
|
"scope": "@babel",
|
|
"rawSpec": "^7.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@jest/core/jest-config",
|
|
"/@jest/test-sequencer/jest-config",
|
|
"/@jest/transform",
|
|
"/istanbul-lib-instrument",
|
|
"/jest-circus/@jest/transform",
|
|
"/jest-circus/jest-config",
|
|
"/jest-config"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.11.6.tgz",
|
|
"_shasum": "3a9455dc7387ff1bac45770650bc13ba04a15651",
|
|
"_spec": "@babel/core@^7.1.0",
|
|
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\@jest\\transform",
|
|
"author": {
|
|
"name": "Sebastian McKenzie",
|
|
"email": "sebmck@gmail.com"
|
|
},
|
|
"browser": {
|
|
"./lib/config/files/index.js": "./lib/config/files/index-browser.js",
|
|
"./lib/transform-file.js": "./lib/transform-file-browser.js",
|
|
"./src/config/files/index.js": "./src/config/files/index-browser.js",
|
|
"./src/transform-file.js": "./src/transform-file-browser.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.10.4",
|
|
"@babel/generator": "^7.11.6",
|
|
"@babel/helper-module-transforms": "^7.11.0",
|
|
"@babel/helpers": "^7.10.4",
|
|
"@babel/parser": "^7.11.5",
|
|
"@babel/template": "^7.10.4",
|
|
"@babel/traverse": "^7.11.5",
|
|
"@babel/types": "^7.11.5",
|
|
"convert-source-map": "^1.7.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.1",
|
|
"json5": "^2.1.2",
|
|
"lodash": "^4.17.19",
|
|
"resolve": "^1.3.2",
|
|
"semver": "^5.4.1",
|
|
"source-map": "^0.5.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Babel compiler core.",
|
|
"devDependencies": {
|
|
"@babel/helper-transform-fixture-test-runner": "^7.11.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/babel"
|
|
},
|
|
"gitHead": "e51139d7fd850e7f5b8cd6aafb17cc88b7010218",
|
|
"homepage": "https://babeljs.io/",
|
|
"keywords": [
|
|
"6to5",
|
|
"babel",
|
|
"classes",
|
|
"const",
|
|
"es6",
|
|
"harmony",
|
|
"let",
|
|
"modules",
|
|
"transpile",
|
|
"transpiler",
|
|
"var",
|
|
"babel-core",
|
|
"compiler"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "@babel/core",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-core"
|
|
},
|
|
"version": "7.11.6"
|
|
}
|