package.json 1.67 KB
{
  "_from": "cli-width@^2.0.0",
  "_id": "cli-width@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==",
  "_location": "/cli-width",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cli-width@^2.0.0",
    "name": "cli-width",
    "escapedName": "cli-width",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/inquirer"
  ],
  "_resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz",
  "_shasum": "b0433d0b4e9c847ef18868a4ef16fd5fc8271c48",
  "_spec": "cli-width@^2.0.0",
  "_where": "/Users/hyewon/Documents/KHU/capstone2/2016104140/code/lms_web/node_modules/inquirer",
  "author": {
    "name": "Ilya Radchenko",
    "email": "knownasilya@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/knownasilya/cli-width/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Get stdout window width, with two fallbacks, tty and then a default.",
  "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"
}