{
  "_args": [
    [
      {
        "raw": "styled_string@0.0.1",
        "scope": null,
        "escapedName": "styled_string",
        "name": "styled_string",
        "rawSpec": "0.0.1",
        "spec": "0.0.1",
        "type": "version"
      },
      "/Users/ahogan/Repos/ember-cli/node_modules/testem"
    ]
  ],
  "_from": "styled_string@0.0.1",
  "_id": "styled_string@0.0.1",
  "_inCache": true,
  "_location": "/styled_string",
  "_phantomChildren": {},
  "_requested": {
    "raw": "styled_string@0.0.1",
    "scope": null,
    "escapedName": "styled_string",
    "name": "styled_string",
    "rawSpec": "0.0.1",
    "spec": "0.0.1",
    "type": "version"
  },
  "_requiredBy": [
    "/testem"
  ],
  "_resolved": "https://registry.npmjs.org/styled_string/-/styled_string-0.0.1.tgz",
  "_shasum": "d22782bd81295459bc4f1df18c4bad8e94dd124a",
  "_shrinkwrap": null,
  "_spec": "styled_string@0.0.1",
  "_where": "/Users/ahogan/Repos/ember-cli/node_modules/testem",
  "author": {
    "name": "Toby Ho"
  },
  "dependencies": {},
  "description": "Print styled text with a StyledString object that has an interface similar to String.",
  "devDependencies": {
    "chai": "*",
    "mocha": "*",
    "sinon": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "d22782bd81295459bc4f1df18c4bad8e94dd124a",
    "tarball": "https://registry.npmjs.org/styled_string/-/styled_string-0.0.1.tgz"
  },
  "keywords": [
    "terminal"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "airportyh",
      "email": "airportyh@gmail.com"
    }
  ],
  "name": "styled_string",
  "optionalDependencies": {},
  "readme": "StyledString\n============\n\n`StyledString` has an interface similar to String, but allows you to represent styled text that can be rendered to the terminal.\n\nFor now, see the `tests.js` for usage.",
  "repository": "",
  "scripts": {
    "test": "mocha tests.js"
  },
  "version": "0.0.1"
}
