package.json 2.45 KB
{
  "_args": [
    [
      {
        "raw": "slice-ansi@0.0.4",
        "scope": null,
        "escapedName": "slice-ansi",
        "name": "slice-ansi",
        "rawSpec": "0.0.4",
        "spec": "0.0.4",
        "type": "version"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/table"
    ]
  ],
  "_from": "slice-ansi@0.0.4",
  "_id": "slice-ansi@0.0.4",
  "_inCache": true,
  "_location": "/slice-ansi",
  "_nodeVersion": "3.2.0",
  "_npmUser": {
    "name": "dthree",
    "email": "threedeecee@gmail.com"
  },
  "_npmVersion": "2.13.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "slice-ansi@0.0.4",
    "scope": null,
    "escapedName": "slice-ansi",
    "name": "slice-ansi",
    "rawSpec": "0.0.4",
    "spec": "0.0.4",
    "type": "version"
  },
  "_requiredBy": [
    "/table"
  ],
  "_resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz",
  "_shasum": "edbf8903f66f7ce2f8eafd6ceed65e264c831b35",
  "_shrinkwrap": null,
  "_spec": "slice-ansi@0.0.4",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/table",
  "author": {
    "name": "David Caccavella",
    "email": "threedeecee@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/chalk/slice-ansi/issues"
  },
  "dependencies": {},
  "description": "Slice a string with ANSI escape codes",
  "devDependencies": {
    "ava": "^0.2.0",
    "chalk": "^1.1.1",
    "strip-ansi": "^3.0.0",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "edbf8903f66f7ce2f8eafd6ceed65e264c831b35",
    "tarball": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "8670277262281964b13f051d51b2e24bcfda8a66",
  "homepage": "https://github.com/chalk/slice-ansi#readme",
  "keywords": [
    "slice",
    "string",
    "ansi",
    "styles",
    "color",
    "colour",
    "colors",
    "terminal",
    "console",
    "cli",
    "tty",
    "escape",
    "formatting",
    "rgb",
    "256",
    "shell",
    "xterm",
    "log",
    "logging",
    "command-line",
    "text"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "dthree",
      "email": "threedeecee@gmail.com"
    }
  ],
  "name": "slice-ansi",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chalk/slice-ansi.git"
  },
  "scripts": {
    "test": "node test.js && xo"
  },
  "version": "0.0.4"
}