u200b
Version:
Append, prepend, and insert zero-width space to string.
43 lines • 1.06 kB
JSON
{
"name": "llamalize",
"version": "0.17.0",
"main": "llamalize.deploy.js",
"support": "llamalize.support.js",
"homepage": "https://github.com/volkovasystems/llamalize",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"description": "Transform any human readable alphanumeric string divided by certain characters into camel form.",
"moduleType": [
"globals",
"node"
],
"keywords": [
"camelize",
"llamalize",
"camel-case-format"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"falzy": "^0.23.0",
"titlelize": "^0.18.0"
},
"_release": "0.17.0",
"_resolution": {
"type": "version",
"tag": "0.17.0",
"commit": "6c1eeb2c6a980160def072493e1751a9050b9fd9"
},
"_source": "https://github.com/volkovasystems/llamalize.git",
"_target": "^0.17.0",
"_originalSource": "llamalize"
}