{
  "_args": [
    [
      "ansi-regex@^1.0.0",
      "/Users/rebecca/code/npm/node_modules/strip-ansi"
    ]
  ],
  "_from": "ansi-regex@>=1.0.0 <2.0.0",
  "_id": "ansi-regex@1.1.1",
  "_inCache": true,
  "_location": "/ansi-regex",
  "_nodeVersion": "0.10.35",
  "_npmUser": {
    "email": "jappelman@xebia.com",
    "name": "jbnicolai"
  },
  "_npmVersion": "2.1.16",
  "_phantomChildren": {},
  "_requested": {
    "name": "ansi-regex",
    "raw": "ansi-regex@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/has-ansi",
    "/strip-ansi"
  ],
  "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz",
  "_shasum": "41c847194646375e6a1a5d10c3ca054ef9fc980d",
  "_shrinkwrap": null,
  "_spec": "ansi-regex@^1.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/strip-ansi",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "http://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/ansi-regex/issues"
  },
  "dependencies": {},
  "description": "Regular expression for matching ANSI escape codes",
  "devDependencies": {
    "mocha": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "41c847194646375e6a1a5d10c3ca054ef9fc980d",
    "tarball": "http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "47fb974630af70998157b30fad6eb5e5bd7c7cd6",
  "homepage": "https://github.com/sindresorhus/ansi-regex",
  "keywords": [
    "256",
    "ansi",
    "cli",
    "color",
    "colors",
    "colour",
    "command-line",
    "console",
    "escape",
    "find",
    "formatting",
    "match",
    "pattern",
    "re",
    "regex",
    "regexp",
    "rgb",
    "shell",
    "string",
    "styles",
    "terminal",
    "test",
    "text",
    "tty",
    "xterm"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    },
    {
      "name": "jbnicolai",
      "email": "jappelman@xebia.com"
    }
  ],
  "name": "ansi-regex",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/sindresorhus/ansi-regex"
  },
  "scripts": {
    "test": "mocha test/test.js",
    "view-supported": "node test/viewCodes.js"
  },
  "version": "1.1.1"
}
