source: trip-planner-front/node_modules/camelcase/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "camelcase@5.3.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "camelcase@5.3.1",
10 "_id": "camelcase@5.3.1",
11 "_inBundle": false,
12 "_integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
13 "_location": "/camelcase",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "camelcase@5.3.1",
19 "name": "camelcase",
20 "escapedName": "camelcase",
21 "rawSpec": "5.3.1",
22 "saveSpec": null,
23 "fetchSpec": "5.3.1"
24 },
25 "_requiredBy": [
26 "/webpack-dev-server/yargs-parser"
27 ],
28 "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
29 "_spec": "5.3.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/camelcase/issues"
38 },
39 "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
40 "devDependencies": {
41 "ava": "^1.4.1",
42 "tsd": "^0.7.1",
43 "xo": "^0.24.0"
44 },
45 "engines": {
46 "node": ">=6"
47 },
48 "files": [
49 "index.js",
50 "index.d.ts"
51 ],
52 "homepage": "https://github.com/sindresorhus/camelcase#readme",
53 "keywords": [
54 "camelcase",
55 "camel-case",
56 "camel",
57 "case",
58 "dash",
59 "hyphen",
60 "dot",
61 "underscore",
62 "separator",
63 "string",
64 "text",
65 "convert",
66 "pascalcase",
67 "pascal-case"
68 ],
69 "license": "MIT",
70 "name": "camelcase",
71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/sindresorhus/camelcase.git"
74 },
75 "scripts": {
76 "test": "xo && ava && tsd"
77 },
78 "version": "5.3.1"
79}
Note: See TracBrowser for help on using the repository browser.