{
  "_from": "humanize@^0.0.9",
  "_id": "humanize@0.0.9",
  "_inBundle": false,
  "_integrity": "sha1-GZT/rs3+nEQe0r2sdFK3u0yeQaQ=",
  "_location": "/humanize",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "humanize@^0.0.9",
    "name": "humanize",
    "escapedName": "humanize",
    "rawSpec": "^0.0.9",
    "saveSpec": null,
    "fetchSpec": "^0.0.9"
  },
  "_requiredBy": [
    "/sifter"
  ],
  "_resolved": "https://registry.npmjs.org/humanize/-/humanize-0.0.9.tgz",
  "_shasum": "1994ffaecdfe9c441ed2bdac7452b7bb4c9e41a4",
  "_spec": "humanize@^0.0.9",
  "_where": "/var/www/html/node_modules/sifter",
  "author": {
    "name": "Tai-Jin Lee",
    "email": "taijin@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/taijinlee/humanize/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Javascript string formatter for human readability",
  "devDependencies": {
    "jshint": "0.7.1",
    "mocha": "1.0.3",
    "should": "0.6.3"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/taijinlee/humanize",
  "keywords": [
    "util",
    "client",
    "browser"
  ],
  "main": "humanize.js",
  "name": "humanize",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/taijinlee/humanize.git"
  },
  "scripts": {
    "test": "./node_modules/jshint/bin/hint humanize.js; find specs -type f -a -name *.spec.js -exec ./node_modules/mocha/bin/mocha --globals requirejsVars -R list --require should {} \\;"
  },
  "version": "0.0.9"
}
