{
  "_from": "humps@^1.1.0",
  "_id": "humps@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-maBcyAsTrnVKPR4akhgvJx7x2Y8=",
  "_location": "/humps",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "humps@^1.1.0",
    "name": "humps",
    "escapedName": "humps",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/postcss-utils"
  ],
  "_resolved": "https://registry.npmjs.org/humps/-/humps-1.1.0.tgz",
  "_shasum": "99a05cc80b13ae754a3d1e1a92182f271ef1d98f",
  "_spec": "humps@^1.1.0",
  "_where": "/Users/zhangxiaodong/Sites/djUi/packages/theme-default/node_modules/postcss-utils",
  "author": {
    "name": "Dom Christie"
  },
  "bugs": {
    "url": "https://github.com/domchristie/humps/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.",
  "devDependencies": {
    "mocha": "^2.2.5"
  },
  "homepage": "https://github.com/domchristie/humps",
  "keywords": [
    "utils",
    "camel",
    "case",
    "underscore",
    "converter",
    "strings",
    "objects"
  ],
  "license": "MIT",
  "main": "humps.js",
  "name": "humps",
  "repository": {
    "type": "git",
    "url": "git://github.com/domchristie/humps.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.1.0"
}
