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/parse-json/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "parse-json",
    3         "version": "5.2.0",
    4         "description": "Parse JSON with more helpful errors",
    5         "license": "MIT",
    6         "repository": "sindresorhus/parse-json",
    7         "funding": "https://github.com/sponsors/sindresorhus",
    8         "author": {
    9                 "name": "Sindre Sorhus",
    10                 "email": "sindresorhus@gmail.com",
    11                 "url": "https://sindresorhus.com"
    12         },
    13         "engines": {
    14                 "node": ">=8"
    15         },
    16         "scripts": {
    17                 "test": "xo && nyc ava"
    18         },
    19         "files": [
    20                 "index.js",
    21                 "vendor"
    22         ],
    23         "keywords": [
    24                 "parse",
    25                 "json",
    26                 "graceful",
    27                 "error",
    28                 "message",
    29                 "humanize",
    30                 "friendly",
    31                 "helpful",
    32                 "string"
    33         ],
    34         "dependencies": {
    35                 "@babel/code-frame": "^7.0.0",
    36                 "error-ex": "^1.3.1",
    37                 "json-parse-even-better-errors": "^2.3.0",
    38                 "lines-and-columns": "^1.1.6"
    39         },
    40         "devDependencies": {
    41                 "ava": "^1.4.1",
    42                 "nyc": "^14.1.1",
    43                 "xo": "^0.24.0"
    44         }
     2  "_args": [
     3    [
     4      "parse-json@5.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "parse-json@5.2.0",
     10  "_id": "parse-json@5.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
     13  "_location": "/parse-json",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "parse-json@5.2.0",
     19    "name": "parse-json",
     20    "escapedName": "parse-json",
     21    "rawSpec": "5.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "5.2.0"
     24  },
     25  "_requiredBy": [
     26    "/cosmiconfig"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
     29  "_spec": "5.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": "https://sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/parse-json/issues"
     38  },
     39  "dependencies": {
     40    "@babel/code-frame": "^7.0.0",
     41    "error-ex": "^1.3.1",
     42    "json-parse-even-better-errors": "^2.3.0",
     43    "lines-and-columns": "^1.1.6"
     44  },
     45  "description": "Parse JSON with more helpful errors",
     46  "devDependencies": {
     47    "ava": "^1.4.1",
     48    "nyc": "^14.1.1",
     49    "xo": "^0.24.0"
     50  },
     51  "engines": {
     52    "node": ">=8"
     53  },
     54  "files": [
     55    "index.js",
     56    "vendor"
     57  ],
     58  "funding": "https://github.com/sponsors/sindresorhus",
     59  "homepage": "https://github.com/sindresorhus/parse-json#readme",
     60  "keywords": [
     61    "parse",
     62    "json",
     63    "graceful",
     64    "error",
     65    "message",
     66    "humanize",
     67    "friendly",
     68    "helpful",
     69    "string"
     70  ],
     71  "license": "MIT",
     72  "name": "parse-json",
     73  "repository": {
     74    "type": "git",
     75    "url": "git+https://github.com/sindresorhus/parse-json.git"
     76  },
     77  "scripts": {
     78    "test": "xo && nyc ava"
     79  },
     80  "version": "5.2.0"
    4581}
Note: See TracChangeset for help on using the changeset viewer.