| Server IP : 74.208.250.37 / Your IP : 216.73.216.114 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : miferval ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/node_modules/camelcase/ |
Upload File : |
{
"author" : {
"email" : "sindresorhus@gmail.com",
"name" : "Sindre Sorhus",
"url" : "https://sindresorhus.com"
},
"description" : "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
"devDependencies" : {
"ava" : "^4.3.0",
"tsd" : "^0.20.0",
"xo" : "^0.49.0"
},
"engines" : {
"node" : ">=14.16"
},
"exports" : {
"import" : "./index.js",
"require" : "./dhnodejsBundle.cjs"
},
"files" : [
"index.js",
"index.d.ts",
"./dhnodejsBundle.cjs"
],
"funding" : "https://github.com/sponsors/sindresorhus",
"keywords" : [
"camelcase",
"camel-case",
"camel",
"case",
"dash",
"hyphen",
"dot",
"underscore",
"separator",
"string",
"text",
"convert",
"pascalcase",
"pascal-case"
],
"license" : "MIT",
"module" : "./index.js",
"name" : "camelcase",
"repository" : "sindresorhus/camelcase",
"scripts" : {
"test" : "xo && ava && tsd"
},
"type" : "module",
"types" : "./index.d.ts",
"version" : "7.0.0"
}