{
  "_args": [
    [
      {
        "raw": "printf@^0.2.3",
        "scope": null,
        "escapedName": "printf",
        "name": "printf",
        "rawSpec": "^0.2.3",
        "spec": ">=0.2.3 <0.3.0",
        "type": "range"
      },
      "/Users/ahogan/Repos/ember-cli/node_modules/testem"
    ]
  ],
  "_from": "printf@>=0.2.3 <0.3.0",
  "_id": "printf@0.2.5",
  "_inCache": true,
  "_location": "/printf",
  "_nodeVersion": "6.0.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/printf-0.2.5.tgz_1467888426964_0.21776666096411645"
  },
  "_npmUser": {
    "name": "david",
    "email": "david@adaltas.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "printf@^0.2.3",
    "scope": null,
    "escapedName": "printf",
    "name": "printf",
    "rawSpec": "^0.2.3",
    "spec": ">=0.2.3 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/testem"
  ],
  "_resolved": "https://registry.npmjs.org/printf/-/printf-0.2.5.tgz",
  "_shasum": "c438ca2ca33e3927671db4ab69c0e52f936a4f0f",
  "_shrinkwrap": null,
  "_spec": "printf@^0.2.3",
  "_where": "/Users/ahogan/Repos/ember-cli/node_modules/testem",
  "author": {
    "name": "David Worms",
    "email": "david@adaltas.com"
  },
  "bugs": {
    "url": "https://github.com/wdavidw/node-printf/issues"
  },
  "contributors": [
    {
      "name": "David Worms",
      "email": "david@adaltas.com"
    },
    {
      "name": "Aluísio Augusto Silva Gonçalves",
      "email": "aluisio@aasg.name"
    },
    {
      "name": "Xavier Mendez",
      "email": "jmendeth@gmail.com"
    },
    {
      "name": "LLeo",
      "email": "lleoem@gmail.com"
    },
    {
      "name": "Derrell Lipman",
      "email": "https://github.com/derrell"
    }
  ],
  "dependencies": {},
  "description": "Full implementation of the `printf` family in pure JS.",
  "devDependencies": {
    "coffee-script": "1.10.0",
    "mocha": "2.5.3",
    "semver": "5.1.1",
    "should": "9.0.2"
  },
  "directories": {
    "lib": "./lib",
    "test": "./test",
    "doc": "./doc"
  },
  "dist": {
    "shasum": "c438ca2ca33e3927671db4ab69c0e52f936a4f0f",
    "tarball": "https://registry.npmjs.org/printf/-/printf-0.2.5.tgz"
  },
  "engines": {
    "node": ">= 0.9.0"
  },
  "gitHead": "f2a6a6d8a52c8561fca3b2e32844be163b272474",
  "homepage": "http://www.adaltas.com/projects/node-printf",
  "keywords": [
    "printf",
    "formatting",
    "sprintf",
    "format",
    "output",
    "print"
  ],
  "license": "BSD-3-Clause",
  "main": "./lib/printf",
  "maintainers": [
    {
      "name": "david",
      "email": "david@adaltas.com"
    }
  ],
  "name": "printf",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wdavidw/node-printf.git"
  },
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script/register --reporter dot"
  },
  "version": "0.2.5"
}
