{ "_args": [ [ "decamelize@^1.0.0", "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/yargs" ] ], "_from": "decamelize@>=1.0.0 <2.0.0", "_id": "decamelize@1.0.0", "_inCache": true, "_location": "/decamelize", "_npmUser": { "email": "sindresorhus@gmail.com", "name": "sindresorhus" }, "_npmVersion": "1.4.28", "_phantomChildren": {}, "_requested": { "name": "decamelize", "raw": "decamelize@^1.0.0", "rawSpec": "^1.0.0", "scope": null, "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/yargs" ], "_resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.0.0.tgz", "_shasum": "5287122f71691d4505b18ff2258dc400a5b23847", "_shrinkwrap": null, "_spec": "decamelize@^1.0.0", "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/yargs", "author": { "email": "sindresorhus@gmail.com", "name": "Sindre Sorhus", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/decamelize/issues" }, "dependencies": {}, "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow", "devDependencies": { "ava": "0.0.4" }, "directories": {}, "dist": { "shasum": "5287122f71691d4505b18ff2258dc400a5b23847", "tarball": "http://registry.npmjs.org/decamelize/-/decamelize-1.0.0.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "gitHead": "ab6c92c9a5fc00c270d8a3763e73c52972a7457e", "homepage": "https://github.com/sindresorhus/decamelize", "installable": true, "keywords": [ "camelcase", "case", "convert", "dash", "decamelcase", "decamelize", "hyphen", "lowercase", "str", "string", "text" ], "license": "MIT", "maintainers": [ { "name": "sindresorhus", "email": "sindresorhus@gmail.com" } ], "name": "decamelize", "optionalDependencies": {}, "repository": { "type": "git", "url": "https://github.com/sindresorhus/decamelize" }, "scripts": { "test": "node test.js" }, "version": "1.0.0" }