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>
83 lines
2.5 KiB
JSON
83 lines
2.5 KiB
JSON
{
|
|
"_from": "@sinonjs/commons@^1.7.0",
|
|
"_id": "@sinonjs/commons@1.8.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-892K+kWUUi3cl+LlqEWIDrhvLgdL79tECi8JZUyq6IviKy/DNhuzCRlbHUjxK89f4ypPMMaFnFuR9Ie6DoIMsw==",
|
|
"_location": "/@sinonjs/commons",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@sinonjs/commons@^1.7.0",
|
|
"name": "@sinonjs/commons",
|
|
"escapedName": "@sinonjs%2fcommons",
|
|
"scope": "@sinonjs",
|
|
"rawSpec": "^1.7.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.7.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/lolex"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.1.tgz",
|
|
"_shasum": "e7df00f98a203324f6dc7cc606cad9d4a8ab2217",
|
|
"_spec": "@sinonjs/commons@^1.7.0",
|
|
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\lolex",
|
|
"author": "",
|
|
"bugs": {
|
|
"url": "https://github.com/sinonjs/commons/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"type-detect": "4.0.8"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Simple functions shared among the sinon end user libraries",
|
|
"devDependencies": {
|
|
"@sinonjs/referee-sinon": "7.0.2",
|
|
"@studio/changes": "^2.0.0",
|
|
"eslint": "^6.1.0",
|
|
"eslint-config-prettier": "^6.3.0",
|
|
"eslint-config-sinon": "^4.0.0",
|
|
"eslint-plugin-ie11": "^1.0.0",
|
|
"eslint-plugin-jsdoc": "^22.1.0",
|
|
"eslint-plugin-local-rules": "^0.1.0",
|
|
"eslint-plugin-mocha": "^6.1.1",
|
|
"eslint-plugin-prettier": "^3.0.0",
|
|
"husky": "4.2.3",
|
|
"jsverify": "0.8.4",
|
|
"knuth-shuffle": "^1.0.8",
|
|
"lint-staged": "10.1.1",
|
|
"mocha": "7.1.0",
|
|
"nyc": "15.0.0",
|
|
"prettier": "^1.14.3"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/sinonjs/commons#readme",
|
|
"license": "BSD-3-Clause",
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"eslint"
|
|
]
|
|
},
|
|
"main": "lib/index.js",
|
|
"name": "@sinonjs/commons",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sinonjs/commons.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"postversion": "git push --follow-tags && npm publish",
|
|
"precommit": "lint-staged",
|
|
"preversion": "npm run test-check-coverage",
|
|
"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
|
|
"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
|
|
"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test",
|
|
"version": "changes --commits --footer"
|
|
},
|
|
"version": "1.8.1"
|
|
}
|