mirror of
https://github.com/azure/login.git
synced 2026-03-13 18:17:09 -04: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>
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"_from": "json-parse-even-better-errors@^2.3.0",
|
|
"_id": "json-parse-even-better-errors@2.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
"_location": "/json-parse-even-better-errors",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "json-parse-even-better-errors@^2.3.0",
|
|
"name": "json-parse-even-better-errors",
|
|
"escapedName": "json-parse-even-better-errors",
|
|
"rawSpec": "^2.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/parse-json"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
"_shasum": "7c47805a94319928e05777405dc12e1f7a4ee02d",
|
|
"_spec": "json-parse-even-better-errors@^2.3.0",
|
|
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\parse-json",
|
|
"author": {
|
|
"name": "Kat Marchán",
|
|
"email": "kzm@zkat.tech"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/json-parse-even-better-errors/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "JSON.parse with context information on error",
|
|
"devDependencies": {
|
|
"tap": "^14.6.5"
|
|
},
|
|
"files": [
|
|
"*.js"
|
|
],
|
|
"homepage": "https://github.com/npm/json-parse-even-better-errors#readme",
|
|
"keywords": [
|
|
"JSON",
|
|
"parser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "json-parse-even-better-errors",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/json-parse-even-better-errors.git"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish",
|
|
"prepublishOnly": "git push --follow-tags",
|
|
"preversion": "npm t",
|
|
"snap": "tap",
|
|
"test": "tap"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true
|
|
},
|
|
"version": "2.3.1"
|
|
}
|