Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/camelcase/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "camelcase",
    3         "version": "5.3.1",
    4         "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
    5         "license": "MIT",
    6         "repository": "sindresorhus/camelcase",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava && tsd"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "index.d.ts"
    21         ],
    22         "keywords": [
    23                 "camelcase",
    24                 "camel-case",
    25                 "camel",
    26                 "case",
    27                 "dash",
    28                 "hyphen",
    29                 "dot",
    30                 "underscore",
    31                 "separator",
    32                 "string",
    33                 "text",
    34                 "convert",
    35                 "pascalcase",
    36                 "pascal-case"
    37         ],
    38         "devDependencies": {
    39                 "ava": "^1.4.1",
    40                 "tsd": "^0.7.1",
    41                 "xo": "^0.24.0"
    42         }
     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"
    4379}
Note: See TracChangeset for help on using the changeset viewer.