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>
68 lines
2.0 KiB
JSON
68 lines
2.0 KiB
JSON
{
|
|
"_from": "validate-npm-package-license@^3.0.1",
|
|
"_id": "validate-npm-package-license@3.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
|
|
"_location": "/validate-npm-package-license",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "validate-npm-package-license@^3.0.1",
|
|
"name": "validate-npm-package-license",
|
|
"escapedName": "validate-npm-package-license",
|
|
"rawSpec": "^3.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/normalize-package-data"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
|
|
"_shasum": "fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a",
|
|
"_spec": "validate-npm-package-license@^3.0.1",
|
|
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\normalize-package-data",
|
|
"author": {
|
|
"name": "Kyle E. Mitchell",
|
|
"email": "kyle@kemitchell.com",
|
|
"url": "https://kemitchell.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kemitchell/validate-npm-package-license.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Mark Stacey",
|
|
"email": "markjstacey@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"spdx-correct": "^3.0.0",
|
|
"spdx-expression-parse": "^3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Give me a string and I'll tell you if it's a valid npm package license string",
|
|
"devDependencies": {
|
|
"defence-cli": "^2.0.1",
|
|
"replace-require-self": "^1.0.0"
|
|
},
|
|
"homepage": "https://github.com/kemitchell/validate-npm-package-license.js#readme",
|
|
"keywords": [
|
|
"license",
|
|
"npm",
|
|
"package",
|
|
"validation"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"name": "validate-npm-package-license",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kemitchell/validate-npm-package-license.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "defence README.md | replace-require-self | node"
|
|
},
|
|
"version": "3.0.4"
|
|
}
|