mirror of
https://github.com/wishthis/wishthis.git
synced 2026-05-06 22:23:02 -04:00
Switch to FUI nightly
This commit is contained in:
66
node_modules/cli-width/package.json
generated
vendored
66
node_modules/cli-width/package.json
generated
vendored
@@ -1,60 +1,32 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"cli-width@2.2.1",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "cli-width@2.2.1",
|
||||
"_id": "cli-width@2.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==",
|
||||
"_location": "/cli-width",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "cli-width@2.2.1",
|
||||
"name": "cli-width",
|
||||
"escapedName": "cli-width",
|
||||
"rawSpec": "2.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.2.1"
|
||||
"name": "cli-width",
|
||||
"version": "3.0.0",
|
||||
"description": "Get stdout window width, with two fallbacks, tty and then a default.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node test | tspec",
|
||||
"coverage": "nyc node test | tspec",
|
||||
"coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
|
||||
"release": "standard-version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/inquirer"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz",
|
||||
"_spec": "2.2.1",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Ilya Radchenko",
|
||||
"email": "knownasilya@gmail.com"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:knownasilya/cli-width.git"
|
||||
},
|
||||
"author": "Ilya Radchenko <knownasilya@gmail.com>",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/knownasilya/cli-width/issues"
|
||||
},
|
||||
"description": "Get stdout window width, with two fallbacks, tty and then a default.",
|
||||
"homepage": "https://github.com/knownasilya/cli-width",
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^3.0.11",
|
||||
"nyc": "^15.0.1",
|
||||
"standard-version": "^7.1.0",
|
||||
"tap-spec": "^5.0.0",
|
||||
"tape": "^4.13.2"
|
||||
},
|
||||
"homepage": "https://github.com/knownasilya/cli-width",
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"name": "cli-width",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/knownasilya/cli-width.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "nyc node test | tspec",
|
||||
"coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
|
||||
"release": "standard-version",
|
||||
"test": "node test | tspec"
|
||||
},
|
||||
"version": "2.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user