This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

24
node_modules/chalk/package.json generated vendored
View File

@@ -1,26 +1,19 @@
{
"_args": [
[
"chalk@2.4.2",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "chalk@2.4.2",
"_from": "chalk@^2.0.1",
"_id": "chalk@2.4.2",
"_inBundle": false,
"_integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
"_location": "/chalk",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "chalk@2.4.2",
"raw": "chalk@^2.0.1",
"name": "chalk",
"escapedName": "chalk",
"rawSpec": "2.4.2",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "2.4.2"
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/@babel/highlight",
@@ -46,16 +39,19 @@
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
"_spec": "2.4.2",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "cd42541677a54333cf541a49108c1432b44c9424",
"_spec": "chalk@^2.0.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/jest-diff",
"bugs": {
"url": "https://github.com/chalk/chalk/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
},
"deprecated": false,
"description": "Terminal string styling done right",
"devDependencies": {
"ava": "*",