blob: b4ba2ca9f1ff56a6d6bd18574f66cd1f3b8860a5 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "camelcase@^2.0.0",
3 "_id": "camelcase@2.1.1",
4 "_inBundle": false,
5 "_integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
6 "_location": "/camelcase",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "camelcase@^2.0.0",
12 "name": "camelcase",
13 "escapedName": "camelcase",
14 "rawSpec": "^2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.0"
17 },
18 "_requiredBy": [
19 "/camelcase-keys"
20 ],
21 "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
22 "_shasum": "7c1d16d679a1bbe59ca02cacecfb011e201f5a1f",
23 "_spec": "camelcase@^2.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\camelcase-keys",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "http://sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/camelcase/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
36 "devDependencies": {
37 "ava": "*",
38 "xo": "*"
39 },
40 "engines": {
41 "node": ">=0.10.0"
42 },
43 "files": [
44 "index.js"
45 ],
46 "homepage": "https://github.com/sindresorhus/camelcase#readme",
47 "keywords": [
48 "camelcase",
49 "camel-case",
50 "camel",
51 "case",
52 "dash",
53 "hyphen",
54 "dot",
55 "underscore",
56 "separator",
57 "string",
58 "text",
59 "convert"
60 ],
61 "license": "MIT",
62 "name": "camelcase",
63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/sindresorhus/camelcase.git"
66 },
67 "scripts": {
68 "test": "xo && ava"
69 },
70 "version": "2.1.1"
71}