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>
74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"_from": "test-exclude@^6.0.0",
|
|
"_id": "test-exclude@6.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
|
|
"_location": "/test-exclude",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "test-exclude@^6.0.0",
|
|
"name": "test-exclude",
|
|
"escapedName": "test-exclude",
|
|
"rawSpec": "^6.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^6.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/babel-plugin-istanbul"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
|
|
"_shasum": "04a8698661d805ea6fa293b6cb9e63ac044ef15e",
|
|
"_spec": "test-exclude@^6.0.0",
|
|
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\babel-plugin-istanbul",
|
|
"author": {
|
|
"name": "Ben Coe",
|
|
"email": "ben@npmjs.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/istanbuljs/test-exclude/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"glob": "^7.1.4",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "test for inclusion or exclusion of paths using globs",
|
|
"devDependencies": {
|
|
"nyc": "^15.0.0-beta.3",
|
|
"standard-version": "^7.0.0",
|
|
"tap": "^14.10.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"!nyc.config.js"
|
|
],
|
|
"homepage": "https://istanbul.js.org/",
|
|
"keywords": [
|
|
"exclude",
|
|
"include",
|
|
"glob",
|
|
"package",
|
|
"config"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "test-exclude",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/istanbuljs/test-exclude.git"
|
|
},
|
|
"scripts": {
|
|
"release": "standard-version",
|
|
"snap": "npm test -- --snapshot",
|
|
"test": "nyc tap"
|
|
},
|
|
"version": "6.0.0"
|
|
}
|