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/exit/package.json generated vendored
View File

@@ -1,26 +1,19 @@
{
"_args": [
[
"exit@0.1.2",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "exit@0.1.2",
"_from": "exit@^0.1.2",
"_id": "exit@0.1.2",
"_inBundle": false,
"_integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
"_location": "/exit",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "exit@0.1.2",
"raw": "exit@^0.1.2",
"name": "exit",
"escapedName": "exit",
"rawSpec": "0.1.2",
"rawSpec": "^0.1.2",
"saveSpec": null,
"fetchSpec": "0.1.2"
"fetchSpec": "^0.1.2"
},
"_requiredBy": [
"/@jest/core",
@@ -30,8 +23,9 @@
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
"_spec": "0.1.2",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "0632638f8d877cc82107d30a0fff1a17cba1cd0c",
"_spec": "exit@^0.1.2",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/jest/node_modules/jest-cli",
"author": {
"name": "\"Cowboy\" Ben Alman",
"url": "http://benalman.com/"
@@ -39,6 +33,8 @@
"bugs": {
"url": "https://github.com/cowboy/node-exit/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A replacement for process.exit that ensures stdio are fully drained before exiting.",
"devDependencies": {
"grunt": "~0.4.1",