mirror of
https://github.com/azure/login.git
synced 2026-06-06 06:17:08 +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>
75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"_from": "@istanbuljs/load-nyc-config@^1.0.0",
|
|
"_id": "@istanbuljs/load-nyc-config@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
|
|
"_location": "/@istanbuljs/load-nyc-config",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@istanbuljs/load-nyc-config@^1.0.0",
|
|
"name": "@istanbuljs/load-nyc-config",
|
|
"escapedName": "@istanbuljs%2fload-nyc-config",
|
|
"scope": "@istanbuljs",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/babel-plugin-istanbul"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
|
|
"_shasum": "fd3db1d59ecf7cf121e80650bb86712f9b55eced",
|
|
"_spec": "@istanbuljs/load-nyc-config@^1.0.0",
|
|
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\babel-plugin-istanbul",
|
|
"bugs": {
|
|
"url": "https://github.com/istanbuljs/load-nyc-config/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"camelcase": "^5.3.1",
|
|
"find-up": "^4.1.0",
|
|
"get-package-type": "^0.1.0",
|
|
"js-yaml": "^3.13.1",
|
|
"resolve-from": "^5.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Utility function to load nyc configuration",
|
|
"devDependencies": {
|
|
"semver": "^6.3.0",
|
|
"standard-version": "^7.0.0",
|
|
"tap": "^14.10.5",
|
|
"xo": "^0.25.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"homepage": "https://github.com/istanbuljs/load-nyc-config#readme",
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "@istanbuljs/load-nyc-config",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/istanbuljs/load-nyc-config.git"
|
|
},
|
|
"scripts": {
|
|
"pretest": "xo",
|
|
"release": "standard-version",
|
|
"snap": "npm test -- --snapshot",
|
|
"test": "tap"
|
|
},
|
|
"version": "1.1.0",
|
|
"xo": {
|
|
"ignores": [
|
|
"test/fixtures/extends/invalid.*"
|
|
],
|
|
"rules": {
|
|
"require-atomic-updates": 0,
|
|
"capitalized-comments": 0,
|
|
"unicorn/import-index": 0,
|
|
"import/extensions": 0,
|
|
"import/no-useless-path-segments": 0
|
|
}
|
|
}
|
|
}
|