github-pages-deploy-action/node_modules/is-wsl/package.json
2020-03-31 08:42:07 -04:00

75 lines
1.8 KiB
JSON

{
"_from": "is-wsl@^2.1.1",
"_id": "is-wsl@2.1.1",
"_inBundle": false,
"_integrity": "sha512-umZHcSrwlDHo2TGMXv0DZ8dIUGunZ2Iv68YZnrmCiBPkZ4aaOhtv7pXJKeki9k3qJ3RJr0cDyitcl5wEH3AYog==",
"_location": "/is-wsl",
"_phantomChildren": {},
"_requested": {
"type": "range",
"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",
"_shasum": "4a1c152d429df3d441669498e2486d3596ebaf1d",
"_spec": "is-wsl@^2.1.1",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/node-notifier",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"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": "^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"
}