Files
login/node_modules/chalk/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

171 lines
4.2 KiB
JSON

{
"_args": [
[
"chalk@3.0.0",
"E:\\Repos\\GHActions\\login"
]
],
"_development": true,
"_from": "chalk@3.0.0",
"_id": "chalk@3.0.0",
"_inBundle": false,
"_integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
"_location": "/chalk",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "chalk@3.0.0",
"name": "chalk",
"escapedName": "chalk",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/@jest/console",
"/@jest/console/jest-message-util",
"/@jest/console/jest-util",
"/@jest/core",
"/@jest/core/babel-jest",
"/@jest/core/jest-config",
"/@jest/core/jest-diff",
"/@jest/core/jest-each",
"/@jest/core/jest-jasmine2",
"/@jest/core/jest-matcher-utils",
"/@jest/core/jest-message-util",
"/@jest/core/jest-resolve",
"/@jest/core/jest-runner",
"/@jest/core/jest-runtime",
"/@jest/core/jest-snapshot",
"/@jest/core/jest-util",
"/@jest/core/jest-validate",
"/@jest/core/jest-watcher",
"/@jest/fake-timers/jest-message-util",
"/@jest/fake-timers/jest-util",
"/@jest/globals/jest-diff",
"/@jest/globals/jest-matcher-utils",
"/@jest/globals/jest-message-util",
"/@jest/reporters",
"/@jest/reporters/jest-resolve",
"/@jest/reporters/jest-util",
"/@jest/test-sequencer/babel-jest",
"/@jest/test-sequencer/jest-config",
"/@jest/test-sequencer/jest-diff",
"/@jest/test-sequencer/jest-each",
"/@jest/test-sequencer/jest-jasmine2",
"/@jest/test-sequencer/jest-matcher-utils",
"/@jest/test-sequencer/jest-message-util",
"/@jest/test-sequencer/jest-resolve",
"/@jest/test-sequencer/jest-runner",
"/@jest/test-sequencer/jest-runtime",
"/@jest/test-sequencer/jest-snapshot",
"/@jest/test-sequencer/jest-util",
"/@jest/test-sequencer/jest-validate",
"/@jest/transform",
"/@jest/transform/jest-util",
"/@jest/types",
"/babel-jest",
"/jest-circus",
"/jest-circus/@jest/console",
"/jest-circus/@jest/transform",
"/jest-circus/@jest/types",
"/jest-circus/babel-jest",
"/jest-circus/jest-config",
"/jest-circus/jest-diff",
"/jest-circus/jest-each",
"/jest-circus/jest-jasmine2",
"/jest-circus/jest-matcher-utils",
"/jest-circus/jest-message-util",
"/jest-circus/jest-resolve",
"/jest-circus/jest-runner",
"/jest-circus/jest-runtime",
"/jest-circus/jest-snapshot",
"/jest-circus/jest-util",
"/jest-circus/jest-validate",
"/jest-config",
"/jest-diff",
"/jest-each",
"/jest-jasmine2",
"/jest-matcher-utils",
"/jest-message-util",
"/jest-resolve",
"/jest-runtime",
"/jest-snapshot",
"/jest-util",
"/jest-validate",
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "E:\\Repos\\GHActions\\login",
"bugs": {
"url": "https://github.com/chalk/chalk/issues"
},
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
},
"description": "Terminal string styling done right",
"devDependencies": {
"ava": "^2.4.0",
"coveralls": "^3.0.7",
"execa": "^3.2.0",
"import-fresh": "^3.1.0",
"matcha": "^0.7.0",
"nyc": "^14.1.1",
"resolve-from": "^5.0.0",
"tsd": "^0.7.4",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"files": [
"source",
"index.d.ts"
],
"homepage": "https://github.com/chalk/chalk#readme",
"keywords": [
"color",
"colour",
"colors",
"terminal",
"console",
"cli",
"string",
"str",
"ansi",
"style",
"styles",
"tty",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text"
],
"license": "MIT",
"main": "source",
"name": "chalk",
"repository": {
"type": "git",
"url": "git+https://github.com/chalk/chalk.git"
},
"scripts": {
"bench": "matcha benchmark.js",
"test": "xo && nyc ava && tsd"
},
"version": "3.0.0",
"xo": {
"rules": {
"unicorn/prefer-string-slice": "off",
"unicorn/prefer-includes": "off"
}
}
}