mirror of
https://github.com/actions/labeler.git
synced 2026-01-15 01:42:14 +08:00
build
This commit is contained in:
24
node_modules/is-wsl/package.json
generated
vendored
24
node_modules/is-wsl/package.json
generated
vendored
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user