package.json 2.6 KB
{
  "_args": [
    [
      "window-size@^0.1.4",
      "/Users/AlexWang/ws/LiveClass/node_modules/yargs"
    ]
  ],
  "_cnpm_publish_time": 1447616084955,
  "_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": [
    "/yargs"
  ],
  "_resolved": "http://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz",
  "_shasum": "f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876",
  "_shrinkwrap": null,
  "_spec": "window-size@^0.1.4",
  "_where": "/Users/AlexWang/ws/LiveClass/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": {
    "noattachment": false,
    "shasum": "f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876",
    "size": 2439,
    "tarball": "http://registry.npm.taobao.org/window-size/download/window-size-0.1.4.tgz"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "index.js",
    "cli.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": [
    {
      "email": "brian.woodward@gmail.com",
      "name": "doowb"
    },
    {
      "email": "github@sellside.com",
      "name": "jonschlinkert"
    }
  ],
  "name": "window-size",
  "optionalDependencies": {},
  "publish_time": 1447616084955,
  "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.1.4"
}