[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "cli-width@3.0.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "cli-width@3.0.0",
|
---|
| 10 | "_id": "cli-width@3.0.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
|
---|
| 13 | "_location": "/cli-width",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "cli-width@3.0.0",
|
---|
| 19 | "name": "cli-width",
|
---|
| 20 | "escapedName": "cli-width",
|
---|
| 21 | "rawSpec": "3.0.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "3.0.0"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/inquirer"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
|
---|
| 29 | "_spec": "3.0.0",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Ilya Radchenko",
|
---|
| 33 | "email": "knownasilya@gmail.com"
|
---|
[6a3a178] | 34 | },
|
---|
| 35 | "bugs": {
|
---|
| 36 | "url": "https://github.com/knownasilya/cli-width/issues"
|
---|
| 37 | },
|
---|
[59329aa] | 38 | "description": "Get stdout window width, with two fallbacks, tty and then a default.",
|
---|
[6a3a178] | 39 | "devDependencies": {
|
---|
| 40 | "coveralls": "^3.0.11",
|
---|
| 41 | "nyc": "^15.0.1",
|
---|
| 42 | "standard-version": "^7.1.0",
|
---|
| 43 | "tap-spec": "^5.0.0",
|
---|
| 44 | "tape": "^4.13.2"
|
---|
[59329aa] | 45 | },
|
---|
| 46 | "engines": {
|
---|
| 47 | "node": ">= 10"
|
---|
| 48 | },
|
---|
| 49 | "homepage": "https://github.com/knownasilya/cli-width",
|
---|
| 50 | "license": "ISC",
|
---|
| 51 | "main": "index.js",
|
---|
| 52 | "name": "cli-width",
|
---|
| 53 | "repository": {
|
---|
| 54 | "type": "git",
|
---|
| 55 | "url": "git+ssh://git@github.com/knownasilya/cli-width.git"
|
---|
| 56 | },
|
---|
| 57 | "scripts": {
|
---|
| 58 | "coverage": "nyc node test | tspec",
|
---|
| 59 | "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
|
---|
| 60 | "release": "standard-version",
|
---|
| 61 | "test": "node test | tspec"
|
---|
| 62 | },
|
---|
| 63 | "version": "3.0.0"
|
---|
[6a3a178] | 64 | }
|
---|