You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.8 KiB
73 lines
1.8 KiB
{
|
|
"_from": "is-interactive@^2.0.0",
|
|
"_id": "is-interactive@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-QMV2FFk4JtoRAK3mBZd41ZfxbpA=",
|
|
"_location": "/is-interactive",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-interactive@^2.0.0",
|
|
"name": "is-interactive",
|
|
"escapedName": "is-interactive",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/ora"
|
|
],
|
|
"_resolved": "https://r.cnpmjs.org/is-interactive/download/is-interactive-2.0.0.tgz",
|
|
"_shasum": "40c57614593826da1100ade6059778d597f16e90",
|
|
"_spec": "is-interactive@^2.0.0",
|
|
"_where": "E:\\work\\code\\tis-cli\\node_modules\\ora",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/is-interactive/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Check if stdout or stderr is interactive",
|
|
"devDependencies": {
|
|
"@types/node": "^15.0.1",
|
|
"ava": "^3.15.0",
|
|
"tsd": "^0.14.0",
|
|
"xo": "^0.39.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"exports": "./index.js",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"homepage": "https://github.com/sindresorhus/is-interactive#readme",
|
|
"keywords": [
|
|
"interactive",
|
|
"stdout",
|
|
"stderr",
|
|
"detect",
|
|
"is",
|
|
"terminal",
|
|
"shell",
|
|
"tty"
|
|
],
|
|
"license": "MIT",
|
|
"name": "is-interactive",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/is-interactive.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"type": "module",
|
|
"version": "2.0.0"
|
|
}
|