mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
80 lines
1.7 KiB
JSON
80 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"is-wsl@2.1.1",
|
|
"."
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "is-wsl@2.1.1",
|
|
"_id": "is-wsl@2.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-umZHcSrwlDHo2TGMXv0DZ8dIUGunZ2Iv68YZnrmCiBPkZ4aaOhtv7pXJKeki9k3qJ3RJr0cDyitcl5wEH3AYog==",
|
|
"_location": "/is-wsl",
|
|
"_optional": true,
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "is-wsl@2.1.1",
|
|
"name": "is-wsl",
|
|
"escapedName": "is-wsl",
|
|
"rawSpec": "2.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/node-notifier"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.1.1.tgz",
|
|
"_spec": "2.1.1",
|
|
"_where": ".",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/is-wsl/issues"
|
|
},
|
|
"description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"clear-module": "^3.2.0",
|
|
"proxyquire": "^2.1.0",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/is-wsl#readme",
|
|
"keywords": [
|
|
"check",
|
|
"wsl",
|
|
"windows",
|
|
"subsystem",
|
|
"linux",
|
|
"detect",
|
|
"bash",
|
|
"process",
|
|
"console",
|
|
"terminal",
|
|
"is"
|
|
],
|
|
"license": "MIT",
|
|
"name": "is-wsl",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/is-wsl.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "2.1.1"
|
|
}
|