Changeset 59329aa for trip-planner-front/node_modules/is-interactive
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/is-interactive/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-interactive", 3 "version": "1.0.0", 4 "description": "Check if stdout or stderr is interactive", 5 "license": "MIT", 6 "repository": "sindresorhus/is-interactive", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "scripts": { 16 "test": "xo && ava && tsd" 17 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "interactive", 24 "stdout", 25 "stderr", 26 "detect", 27 "is", 28 "terminal", 29 "shell", 30 "tty" 31 ], 32 "devDependencies": { 33 "@types/node": "^12.0.12", 34 "ava": "^2.1.0", 35 "tsd": "^0.7.3", 36 "xo": "^0.24.0" 37 } 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" 38 74 }
Note:
See TracChangeset
for help on using the changeset viewer.