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

@@ -1,33 +1,27 @@
{
"_args": [
[
"is-wsl@1.1.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "is-wsl@1.1.0",
"_from": "is-wsl@^1.1.0",
"_id": "is-wsl@1.1.0",
"_inBundle": false,
"_integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=",
"_location": "/is-wsl",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "is-wsl@1.1.0",
"raw": "is-wsl@^1.1.0",
"name": "is-wsl",
"escapedName": "is-wsl",
"rawSpec": "1.1.0",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/node-notifier"
],
"_resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "1f16e4aa22b04d1336b66188a66af3c600c3a66d",
"_spec": "is-wsl@^1.1.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/node-notifier",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,6 +30,8 @@
"bugs": {
"url": "https://github.com/sindresorhus/is-wsl/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)",
"devDependencies": {
"ava": "*",