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

    rceaed42 r59329aa  
    11{
    2   "name": "json-parse-even-better-errors",
    3   "version": "2.3.1",
     2  "_args": [
     3    [
     4      "json-parse-even-better-errors@2.3.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "json-parse-even-better-errors@2.3.1",
     10  "_id": "json-parse-even-better-errors@2.3.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
     13  "_location": "/json-parse-even-better-errors",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "json-parse-even-better-errors@2.3.1",
     19    "name": "json-parse-even-better-errors",
     20    "escapedName": "json-parse-even-better-errors",
     21    "rawSpec": "2.3.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.3.1"
     24  },
     25  "_requiredBy": [
     26    "/parse-json",
     27    "/read-package-json-fast"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
     30  "_spec": "2.3.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Kat Marchán",
     34    "email": "kzm@zkat.tech"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/npm/json-parse-even-better-errors/issues"
     38  },
    439  "description": "JSON.parse with context information on error",
    5   "main": "index.js",
     40  "devDependencies": {
     41    "tap": "^14.6.5"
     42  },
    643  "files": [
    744    "*.js"
    845  ],
    9   "scripts": {
    10     "preversion": "npm t",
    11     "postversion": "npm publish",
    12     "prepublishOnly": "git push --follow-tags",
    13     "test": "tap",
    14     "snap": "tap"
    15   },
    16   "repository": "https://github.com/npm/json-parse-even-better-errors",
     46  "homepage": "https://github.com/npm/json-parse-even-better-errors#readme",
    1747  "keywords": [
    1848    "JSON",
    1949    "parser"
    2050  ],
    21   "author": {
    22     "name": "Kat Marchán",
    23     "email": "kzm@zkat.tech",
    24     "twitter": "maybekatz"
     51  "license": "MIT",
     52  "main": "index.js",
     53  "name": "json-parse-even-better-errors",
     54  "repository": {
     55    "type": "git",
     56    "url": "git+https://github.com/npm/json-parse-even-better-errors.git"
    2557  },
    26   "license": "MIT",
    27   "devDependencies": {
    28     "tap": "^14.6.5"
     58  "scripts": {
     59    "postversion": "npm publish",
     60    "prepublishOnly": "git push --follow-tags",
     61    "preversion": "npm t",
     62    "snap": "tap",
     63    "test": "tap"
    2964  },
    3065  "tap": {
    3166    "check-coverage": true
    32   }
     67  },
     68  "version": "2.3.1"
    3369}
Note: See TracChangeset for help on using the changeset viewer.