{
  "_args": [
    [
      "figures@https://registry.npmjs.org/figures/-/figures-1.4.0.tgz",
      "/Users/gajus/Documents/dev/canonical-code-style/canonical"
    ]
  ],
  "_from": "figures@>=1.3.5 <2.0.0",
  "_id": "figures@1.4.0",
  "_inCache": true,
  "_location": "/figures",
  "_phantomChildren": {},
  "_requested": {
    "name": "figures",
    "raw": "figures@https://registry.npmjs.org/figures/-/figures-1.4.0.tgz",
    "rawSpec": "https://registry.npmjs.org/figures/-/figures-1.4.0.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/figures/-/figures-1.4.0.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/inquirer"
  ],
  "_resolved": "https://registry.npmjs.org/figures/-/figures-1.4.0.tgz",
  "_shasum": "eb8f56390dbe3081044a5c2a9d9089075a48432f",
  "_shrinkwrap": null,
  "_spec": "figures@https://registry.npmjs.org/figures/-/figures-1.4.0.tgz",
  "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "http://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/figures/issues"
  },
  "dependencies": {},
  "description": "Unicode symbols with Windows CMD fallbacks",
  "devDependencies": {
    "ava": "0.0.4"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/figures#readme",
  "keywords": [
    "char",
    "characters",
    "cli",
    "cmd",
    "command-line",
    "fallback",
    "figure",
    "figures",
    "symbol",
    "symbols",
    "unicode"
  ],
  "license": "MIT",
  "name": "figures",
  "optionalDependencies": {},
  "readme": "# figures [![Build Status](https://travis-ci.org/sindresorhus/figures.svg?branch=master)](https://travis-ci.org/sindresorhus/figures)\n\n> Unicode symbols with Windows CMD fallbacks\n\n[![](screenshot.png)](index.js)\n\n[*and more...*](index.js)\n\nWindows CMD only supports a [limited character set](http://en.wikipedia.org/wiki/Code_page_437).\n\n\n## Install\n\n```\n$ npm install --save figures\n```\n\n\n## Usage\n\nSee the [source](index.js) for supported symbols.\n\n```js\nvar figures = require('figures');\n\nconsole.log(figures.tick);\n// On real OSes:  ✔︎\n// On Windows:    √\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n",
  "readmeFilename": "readme.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/figures.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.4.0"
}
