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.

110 lines
2.5 KiB

6 years ago
{
"_args": [
[
"window-size@^0.2.0",
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/yargs"
]
],
"_from": "window-size@>=0.2.0 <0.3.0",
"_id": "window-size@0.2.0",
"_inCache": true,
"_installable": true,
"_location": "/window-size",
"_nodeVersion": "5.3.0",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "window-size",
"raw": "window-size@^0.2.0",
"rawSpec": "^0.2.0",
"scope": null,
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/yargs"
],
"_resolved": "https://registry.npmjs.org/window-size/-/window-size-0.2.0.tgz",
"_shasum": "b4315bb4214a3d7058ebeee892e13fa24d98b075",
"_shrinkwrap": null,
"_spec": "window-size@^0.2.0",
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/yargs",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bin": {
"window-size": "cli.js"
},
"bugs": {
"url": "https://github.com/jonschlinkert/window-size/issues"
},
"dependencies": {},
"description": "Reliable way to to get the height and width of the terminal/console in a node.js environment.",
"devDependencies": {
"semistandard": "^7.0.2",
"tap": "^2.2.1"
},
"directories": {},
"dist": {
"shasum": "b4315bb4214a3d7058ebeee892e13fa24d98b075",
"tarball": "https://registry.npmjs.org/window-size/-/window-size-0.2.0.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"index.js",
"cli.js"
],
"gitHead": "538b4406a6f30c9a2c8f84ba38bb34a39775bd2b",
"homepage": "https://github.com/jonschlinkert/window-size",
"keywords": [
"console",
"height",
"resize",
"size",
"terminal",
"tty",
"width",
"window"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "github@sellside.com",
"name": "jonschlinkert"
},
{
"email": "brian.woodward@gmail.com",
"name": "doowb"
}
],
"name": "window-size",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/window-size.git"
},
"scripts": {
"pretest": "semistandard",
"test": "tap --coverage test.js"
},
"verb": {
"related": {
"list": [
"yargs",
"lint-deps",
"base-cli"
]
}
},
"version": "0.2.0"
}