{
  "_args": [
    [
      {
        "raw": "cli-spinners@^1.0.0",
        "scope": null,
        "escapedName": "cli-spinners",
        "name": "cli-spinners",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/travis/build/lukesargeant/ember-sparkline/node_modules/ora"
    ]
  ],
  "_from": "cli-spinners@>=1.0.0 <2.0.0",
  "_id": "cli-spinners@1.1.0",
  "_inCache": true,
  "_location": "/cli-spinners",
  "_nodeVersion": "4.8.3",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/cli-spinners-1.1.0.tgz_1507214268628_0.5296786811668426"
  },
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.15.11",
  "_phantomChildren": {},
  "_requested": {
    "raw": "cli-spinners@^1.0.0",
    "scope": null,
    "escapedName": "cli-spinners",
    "name": "cli-spinners",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/ora"
  ],
  "_resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-1.1.0.tgz",
  "_shasum": "f1847b168844d917a671eb9d147e3df497c90d06",
  "_shrinkwrap": null,
  "_spec": "cli-spinners@^1.0.0",
  "_where": "/home/travis/build/lukesargeant/ember-sparkline/node_modules/ora",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/cli-spinners/issues"
  },
  "dependencies": {},
  "description": "Spinners for use in the terminal",
  "devDependencies": {
    "ava": "*",
    "log-update": "^2.1.0",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "f1847b168844d917a671eb9d147e3df497c90d06",
    "tarball": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-1.1.0.tgz"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js",
    "spinners.json"
  ],
  "gitHead": "9f9c112ebb4b986be10fceb72d52c5aa895724f5",
  "homepage": "https://github.com/sindresorhus/cli-spinners#readme",
  "keywords": [
    "cli",
    "spinner",
    "spinners",
    "terminal",
    "term",
    "console",
    "ascii",
    "unicode",
    "loading",
    "indicator",
    "progress",
    "busy",
    "wait",
    "idle",
    "json"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "cli-spinners",
  "optionalDependencies": {},
  "readme": "# cli-spinners [![Build Status](https://travis-ci.org/sindresorhus/cli-spinners.svg?branch=master)](https://travis-ci.org/sindresorhus/cli-spinners)\n\n> 60+ spinners for use in the terminal\n\n![](screenshot.gif)\n\nThe list of spinners is just a [JSON file](spinners.json) and can be used wherever.\n\nYou probably want to use one of these spinners through the [`ora`](https://github.com/sindresorhus/ora) module.\n\n\n## Install\n\n```\n$ npm install cli-spinners\n```\n\n\n## Usage\n\n```js\nconst cliSpinners = require('cli-spinners');\n\nconsole.log(cliSpinners.dots);\n/*\n{\n\tinterval: 80,\n\tframes: ['⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏']\n}\n*/\n```\n\n\n## Preview\n\nThe header GIF is outdated. See all the [spinner at once](http://jsfiddle.net/sindresorhus/2eLtsbey/embedded/result/) or [one at the time](https://asciinema.org/a/95348?size=big).\n\n\n## API\n\nEach spinner comes with a recommended `interval` and an array of `frames`.\n\n[See the spinners.](spinners.json)\n\n\n## Related\n\n- [ora](https://github.com/sindresorhus/ora) - Elegant terminal spinner\n- [CLISpinner](https://github.com/kiliankoe/CLISpinner) - Terminal spinners for Swift\n- [py-spinners](https://github.com/ManrajGrover/py-spinners) - Python port\n\n\n## License\n\nMIT © [Sindre Sorhus](https://sindresorhus.com)\n",
  "readmeFilename": "readme.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/cli-spinners.git"
  },
  "scripts": {
    "asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet",
    "test": "xo && ava"
  },
  "version": "1.1.0"
}
