package.json 2.57 KB
{
  "_args": [
    [
      {
        "raw": "ansi-html@0.0.6",
        "scope": null,
        "escapedName": "ansi-html",
        "name": "ansi-html",
        "rawSpec": "0.0.6",
        "spec": "0.0.6",
        "type": "version"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/webpack-hot-middleware"
    ]
  ],
  "_from": "ansi-html@0.0.6",
  "_id": "ansi-html@0.0.6",
  "_inCache": true,
  "_location": "/ansi-html",
  "_nodeVersion": "4.5.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/ansi-html-0.0.6.tgz_1477457737513_0.8344127773307264"
  },
  "_npmUser": {
    "name": "tjatse",
    "email": "thisnamemeansnothing@gmail.com"
  },
  "_npmVersion": "3.10.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "ansi-html@0.0.6",
    "scope": null,
    "escapedName": "ansi-html",
    "name": "ansi-html",
    "rawSpec": "0.0.6",
    "spec": "0.0.6",
    "type": "version"
  },
  "_requiredBy": [
    "/webpack-hot-middleware"
  ],
  "_resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.6.tgz",
  "_shasum": "bda8e33dd2ee1c20f54c08eb405713cbfc0ed80e",
  "_shrinkwrap": null,
  "_spec": "ansi-html@0.0.6",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/webpack-hot-middleware",
  "author": {
    "name": "Tjatse"
  },
  "bin": {
    "ansi-html": "./bin/ansi-html"
  },
  "bugs": {
    "url": "https://github.com/Tjatse/ansi-html/issues"
  },
  "dependencies": {},
  "description": "An elegant lib that converts the chalked (ANSI) text to HTML.",
  "devDependencies": {
    "chai": "^1.9.1",
    "chalk": "^1.1.3",
    "lodash": "^2.4.2",
    "mocha": "^1.21.4"
  },
  "directories": {},
  "dist": {
    "shasum": "bda8e33dd2ee1c20f54c08eb405713cbfc0ed80e",
    "tarball": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.6.tgz"
  },
  "engines": [
    "node >= 0.8.0"
  ],
  "gitHead": "29055aed2ccf07ecd75340b2200f6a6e24fb9e7f",
  "homepage": "https://github.com/Tjatse/ansi-html",
  "keywords": [
    "ansi",
    "ansi html",
    "chalk html"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "maintainers": [
    {
      "name": "tjatse",
      "email": "thisnamemeansnothing@gmail.com"
    }
  ],
  "name": "ansi-html",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/Tjatse/ansi-html.git"
  },
  "scripts": {
    "test": "mocha -R spec -t 5000"
  },
  "standard": {
    "ignore": [],
    "globals": [
      "describe",
      "it",
      "before",
      "after"
    ]
  },
  "version": "0.0.6"
}