1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "is-interactive@1.0.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "is-interactive@1.0.0",
|
---|
10 | "_id": "is-interactive@1.0.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
|
---|
13 | "_location": "/is-interactive",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "is-interactive@1.0.0",
|
---|
19 | "name": "is-interactive",
|
---|
20 | "escapedName": "is-interactive",
|
---|
21 | "rawSpec": "1.0.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "1.0.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/ora"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
|
---|
29 | "_spec": "1.0.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Sindre Sorhus",
|
---|
33 | "email": "sindresorhus@gmail.com",
|
---|
34 | "url": "sindresorhus.com"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/sindresorhus/is-interactive/issues"
|
---|
38 | },
|
---|
39 | "description": "Check if stdout or stderr is interactive",
|
---|
40 | "devDependencies": {
|
---|
41 | "@types/node": "^12.0.12",
|
---|
42 | "ava": "^2.1.0",
|
---|
43 | "tsd": "^0.7.3",
|
---|
44 | "xo": "^0.24.0"
|
---|
45 | },
|
---|
46 | "engines": {
|
---|
47 | "node": ">=8"
|
---|
48 | },
|
---|
49 | "files": [
|
---|
50 | "index.js",
|
---|
51 | "index.d.ts"
|
---|
52 | ],
|
---|
53 | "homepage": "https://github.com/sindresorhus/is-interactive#readme",
|
---|
54 | "keywords": [
|
---|
55 | "interactive",
|
---|
56 | "stdout",
|
---|
57 | "stderr",
|
---|
58 | "detect",
|
---|
59 | "is",
|
---|
60 | "terminal",
|
---|
61 | "shell",
|
---|
62 | "tty"
|
---|
63 | ],
|
---|
64 | "license": "MIT",
|
---|
65 | "name": "is-interactive",
|
---|
66 | "repository": {
|
---|
67 | "type": "git",
|
---|
68 | "url": "git+https://github.com/sindresorhus/is-interactive.git"
|
---|
69 | },
|
---|
70 | "scripts": {
|
---|
71 | "test": "xo && ava && tsd"
|
---|
72 | },
|
---|
73 | "version": "1.0.0"
|
---|
74 | }
|
---|