notes/node_modules/window-size/package.json

110 lines
2.5 KiB
JSON

{
"_args": [
[
"window-size@^0.1.4",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/doiuse/node_modules/yargs"
]
],
"_from": "window-size@>=0.1.4 <0.2.0",
"_id": "window-size@0.1.4",
"_inCache": true,
"_installable": true,
"_location": "/window-size",
"_nodeVersion": "5.0.0",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {},
"_requested": {
"name": "window-size",
"raw": "window-size@^0.1.4",
"rawSpec": "^0.1.4",
"scope": null,
"spec": ">=0.1.4 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/doiuse/yargs"
],
"_resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz",
"_shasum": "f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876",
"_shrinkwrap": null,
"_spec": "window-size@^0.1.4",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/doiuse/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": "f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876",
"tarball": "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"cli.js",
"index.js"
],
"gitHead": "619d0da99254adc5c6059c84e3ec2b24564add46",
"homepage": "https://github.com/jonschlinkert/window-size",
"keywords": [
"console",
"height",
"resize",
"size",
"terminal",
"tty",
"width",
"window"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
},
{
"name": "doowb",
"email": "brian.woodward@gmail.com"
}
],
"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": [
"base-cli",
"lint-deps",
"yargs"
]
}
},
"version": "0.1.4"
}