Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80766 views
1
{
2
"name": "camelcase",
3
"version": "1.1.0",
4
"description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
5
"license": "MIT",
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/sindresorhus/camelcase"
9
},
10
"author": {
11
"name": "Sindre Sorhus",
12
"email": "[email protected]",
13
"url": "http://sindresorhus.com"
14
},
15
"engines": {
16
"node": ">=0.10.0"
17
},
18
"scripts": {
19
"test": "node test.js"
20
},
21
"files": [
22
"index.js"
23
],
24
"keywords": [
25
"camelcase",
26
"camel-case",
27
"camel",
28
"case",
29
"dash",
30
"hyphen",
31
"dot",
32
"underscore",
33
"separator",
34
"string",
35
"text",
36
"convert"
37
],
38
"devDependencies": {
39
"ava": "0.0.4"
40
},
41
"gitHead": "552dafacf307f3dd97586b0f96b1d608a2d48b7d",
42
"bugs": {
43
"url": "https://github.com/sindresorhus/camelcase/issues"
44
},
45
"homepage": "https://github.com/sindresorhus/camelcase",
46
"_id": "[email protected]",
47
"_shasum": "953b25c3bc98671ee59a44cb9d542672da7331b9",
48
"_from": "camelcase@>=1.0.2 <2.0.0",
49
"_npmVersion": "2.9.1",
50
"_nodeVersion": "0.12.3",
51
"_npmUser": {
52
"name": "sindresorhus",
53
"email": "[email protected]"
54
},
55
"dist": {
56
"shasum": "953b25c3bc98671ee59a44cb9d542672da7331b9",
57
"tarball": "http://registry.npmjs.org/camelcase/-/camelcase-1.1.0.tgz"
58
},
59
"maintainers": [
60
{
61
"name": "sindresorhus",
62
"email": "[email protected]"
63
}
64
],
65
"directories": {},
66
"_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.1.0.tgz"
67
}
68
69