source: trip-planner-front/node_modules/decamelize/package.json

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

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "decamelize@1.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "decamelize@1.2.0",
10 "_id": "decamelize@1.2.0",
11 "_inBundle": false,
12 "_integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
13 "_location": "/decamelize",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "decamelize@1.2.0",
19 "name": "decamelize",
20 "escapedName": "decamelize",
21 "rawSpec": "1.2.0",
22 "saveSpec": null,
23 "fetchSpec": "1.2.0"
24 },
25 "_requiredBy": [
26 "/webpack-dev-server/yargs-parser"
27 ],
28 "_resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
29 "_spec": "1.2.0",
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/decamelize/issues"
38 },
39 "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow",
40 "devDependencies": {
41 "ava": "*",
42 "xo": "*"
43 },
44 "engines": {
45 "node": ">=0.10.0"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/sindresorhus/decamelize#readme",
51 "keywords": [
52 "decamelize",
53 "decamelcase",
54 "camelcase",
55 "lowercase",
56 "case",
57 "dash",
58 "hyphen",
59 "string",
60 "str",
61 "text",
62 "convert"
63 ],
64 "license": "MIT",
65 "name": "decamelize",
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/sindresorhus/decamelize.git"
69 },
70 "scripts": {
71 "test": "xo && ava"
72 },
73 "version": "1.2.0"
74}
Note: See TracBrowser for help on using the repository browser.