@lavadrop/camel-case
Version:
Converts a string value into camel case.
28 lines (27 loc) • 612 B
JSON
{
"name": "@lavadrop/camel-case",
"version": "0.4.0",
"description": "Converts a string value into camel case.",
"main": "camelCase.js",
"types": "camelCase.d.ts",
"module": "camelCase.mjs",
"repository": "https://github.com/jedmao/lavadrop",
"keywords": [
"camelCase",
"camel",
"case",
"string",
"no-dependencies",
"typescript",
"lavadrop"
],
"author": "Jed Mao",
"license": "MIT",
"bugs": {
"url": "https://github.com/jedmao/lavadrop/issues"
},
"publishConfig": {
"access": "public"
},
"gitHead": "2938d6e5a533fe7920461461cbe630a59f29f0ef"
}