Files
login/node_modules/throat/package.json
Amruta Kawade 45b10ffd19 Adding node_modules for dependabot (#67)
* 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>
2020-10-12 14:58:40 +05:30

87 lines
2.3 KiB
JSON

{
"_from": "throat@^5.0.0",
"_id": "throat@5.0.0",
"_inBundle": false,
"_integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==",
"_location": "/throat",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "throat@^5.0.0",
"name": "throat",
"escapedName": "throat",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/@jest/core/jest-changed-files",
"/@jest/core/jest-jasmine2",
"/@jest/core/jest-runner",
"/@jest/test-sequencer/jest-jasmine2",
"/@jest/test-sequencer/jest-runner",
"/jest-circus",
"/jest-circus/jest-jasmine2",
"/jest-circus/jest-runner",
"/jest-jasmine2"
],
"_resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz",
"_shasum": "c5199235803aad18754a667d659b5e72ce16764b",
"_spec": "throat@^5.0.0",
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\@jest\\core\\node_modules\\jest-changed-files",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/throat/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Throttle the parallelism of an asynchronous (promise returning) function / functions",
"devDependencies": {
"coveralls": "^3.0.0",
"flow-bin": "^0.73.0",
"istanbul": "^0.4.5",
"jest": "^22.1.4",
"promise": "^8.0.0",
"sauce-test": "^1.0.0",
"test-result": "^2.0.0",
"testit": "^3.1.0",
"typescript": "^3.4.5"
},
"files": [
"index.d.ts",
"index.js",
"index.js.flow"
],
"homepage": "https://github.com/ForbesLindesay/throat#readme",
"jest": {
"testEnvironment": "node"
},
"keywords": [
"promise",
"aplus",
"then",
"throttle",
"concurrency",
"parallelism",
"limit"
],
"license": "MIT",
"name": "throat",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/throat.git"
},
"scripts": {
"coverage": "istanbul cover test/index.js",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"flow": "flow",
"test": "node test/index.js && npm run test:types && node test/browser.js",
"test:types": "jest",
"tsc": "tsc --noEmit"
},
"version": "5.0.0"
}