Your IP : 216.73.216.48
{
"_args": [
[
"humps@2.0.1",
"/hdd/hdd21/my5/git/my5-frontend"
]
],
"_from": "humps@2.0.1",
"_id": "humps@2.0.1",
"_inBundle": false,
"_integrity": "sha1-3QLqYIG9BWjcXQcxhEY5V7qe+ao=",
"_location": "/humps",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "humps@2.0.1",
"name": "humps",
"escapedName": "humps",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/@fortawesome/react-fontawesome"
],
"_resolved": "https://registry.npmjs.org/humps/-/humps-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "/hdd/hdd21/my5/git/my5-frontend",
"author": {
"name": "Dom Christie"
},
"bugs": {
"url": "https://github.com/domchristie/humps/issues"
},
"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": "2.0.1"
}