{
  "_args": [
    [
      {
        "raw": "username-sync@1.0.1",
        "scope": null,
        "escapedName": "username-sync",
        "name": "username-sync",
        "rawSpec": "1.0.1",
        "spec": "1.0.1",
        "type": "version"
      },
      "/home/travis/build/lukesargeant/ember-sparkline/node_modules/async-disk-cache"
    ]
  ],
  "_from": "username-sync@1.0.1",
  "_id": "username-sync@1.0.1",
  "_inCache": true,
  "_location": "/username-sync",
  "_nodeVersion": "7.9.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/username-sync-1.0.1.tgz_1494868429358_0.300397812621668"
  },
  "_npmUser": {
    "name": "stefanpenner",
    "email": "stefan.penner@gmail.com"
  },
  "_npmVersion": "4.2.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "username-sync@1.0.1",
    "scope": null,
    "escapedName": "username-sync",
    "name": "username-sync",
    "rawSpec": "1.0.1",
    "spec": "1.0.1",
    "type": "version"
  },
  "_requiredBy": [
    "/async-disk-cache"
  ],
  "_resolved": "https://registry.npmjs.org/username-sync/-/username-sync-1.0.1.tgz",
  "_shasum": "1cde87eefcf94b8822984d938ba2b797426dae1f",
  "_shrinkwrap": null,
  "_spec": "username-sync@1.0.1",
  "_where": "/home/travis/build/lukesargeant/ember-sparkline/node_modules/async-disk-cache",
  "author": {
    "name": "Stefan Penner",
    "email": "stefan.penner@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/stefanpenner/username-sync/issues"
  },
  "dependencies": {},
  "description": "username but only sync and for node 0.12",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.4.1"
  },
  "directories": {},
  "dist": {
    "shasum": "1cde87eefcf94b8822984d938ba2b797426dae1f",
    "tarball": "https://registry.npmjs.org/username-sync/-/username-sync-1.0.1.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "ed34476308ab87b35cd9db22b0f9a81ccf44d1bd",
  "homepage": "https://github.com/stefanpenner/username-sync#readme",
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "stefanpenner",
      "email": "stefan.penner@gmail.com"
    }
  ],
  "name": "username-sync",
  "optionalDependencies": {},
  "readme": "# username.sync\n\n[![Build Status](https://travis-ci.org/stefanpenner/username-sync.svg?branch=master)](https://travis-ci.org/stefanpenner/username-sync)\n[![Build status](https://ci.appveyor.com/api/projects/status/89vktdhm1vsh2yno/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/username-sync/branch/master)\n\n\n```sh\nyarn add username-sync\nnpm install username-sync --save\n```\n\n```js\nvar username = require('username-sync');\n\nusername() // => \"best-guess-system-username\"\n```\n\nIf you are using new versions of node => 4x, please use\n[username](https://github.com/sindresorhus/username) module. This project\nexists to help users make the transition.\n\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/stefanpenner/username-sync.git"
  },
  "scripts": {
    "test": "mocha test.js",
    "test:debug": "mocha debug test.js"
  },
  "version": "1.0.1"
}
