mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -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>
94 lines
2.1 KiB
JSON
94 lines
2.1 KiB
JSON
{
|
|
"_from": "read-pkg-up@^7.0.1",
|
|
"_id": "read-pkg-up@7.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
|
|
"_location": "/read-pkg-up",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "read-pkg-up@^7.0.1",
|
|
"name": "read-pkg-up",
|
|
"escapedName": "read-pkg-up",
|
|
"rawSpec": "^7.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@jest/core/jest-resolve",
|
|
"/@jest/reporters/jest-resolve",
|
|
"/@jest/test-sequencer/jest-resolve"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
|
|
"_shasum": "f3a6135758459733ae2b95638056e1854e7ef507",
|
|
"_spec": "read-pkg-up@^7.0.1",
|
|
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\@jest\\reporters\\node_modules\\jest-resolve",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/read-pkg-up/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"find-up": "^4.1.0",
|
|
"read-pkg": "^5.2.0",
|
|
"type-fest": "^0.8.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Read the closest package.json file",
|
|
"devDependencies": {
|
|
"ava": "^2.4.0",
|
|
"tsd": "^0.9.0",
|
|
"xo": "^0.25.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"homepage": "https://github.com/sindresorhus/read-pkg-up#readme",
|
|
"keywords": [
|
|
"json",
|
|
"read",
|
|
"parse",
|
|
"file",
|
|
"fs",
|
|
"graceful",
|
|
"load",
|
|
"package",
|
|
"find",
|
|
"up",
|
|
"find-up",
|
|
"findup",
|
|
"look-up",
|
|
"look",
|
|
"search",
|
|
"match",
|
|
"resolve",
|
|
"parent",
|
|
"parents",
|
|
"folder",
|
|
"directory",
|
|
"walk",
|
|
"walking",
|
|
"path"
|
|
],
|
|
"license": "MIT",
|
|
"name": "read-pkg-up",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/read-pkg-up.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "7.0.1"
|
|
}
|