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

    rceaed42 r59329aa  
    11{
    2   "name": "json-parse-better-errors",
    3   "version": "1.0.2",
    4   "description": "JSON.parse with context information on error",
    5   "main": "index.js",
    6   "files": [
    7     "*.js"
     2  "_args": [
     3    [
     4      "json-parse-better-errors@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    87  ],
    9   "scripts": {
    10     "prerelease": "npm t",
    11     "postrelease": "npm publish && git push --follow-tags",
    12     "pretest": "standard",
    13     "release": "standard-version -s",
    14     "test": "tap -J --coverage test/*.js",
    15     "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
    16     "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
     8  "_development": true,
     9  "_from": "json-parse-better-errors@1.0.2",
     10  "_id": "json-parse-better-errors@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
     13  "_location": "/json-parse-better-errors",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "json-parse-better-errors@1.0.2",
     19    "name": "json-parse-better-errors",
     20    "escapedName": "json-parse-better-errors",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
    1724  },
    18   "repository": "https://github.com/zkat/json-parse-better-errors",
    19   "keywords": [
    20     "JSON",
    21     "parser"
     25  "_requiredBy": [
     26    "/webpack"
    2227  ],
     28  "_resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
     29  "_spec": "1.0.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    2331  "author": {
    2432    "name": "Kat Marchán",
    25     "email": "kzm@zkat.tech",
    26     "twitter": "maybekatz"
     33    "email": "kzm@zkat.tech"
    2734  },
    28   "license": "MIT",
     35  "bugs": {
     36    "url": "https://github.com/zkat/json-parse-better-errors/issues"
     37  },
     38  "config": {
     39    "nyc": {
     40      "exclude": [
     41        "node_modules/**",
     42        "test/**"
     43      ]
     44    }
     45  },
     46  "description": "JSON.parse with context information on error",
    2947  "devDependencies": {
    3048    "nyc": "^10.3.2",
     
    3553    "weallcontribute": "^1.0.8"
    3654  },
    37   "config": {
    38     "nyc": {
    39       "exclude": [
    40         "node_modules/**",
    41         "test/**"
    42       ]
    43     }
    44   }
     55  "files": [
     56    "*.js"
     57  ],
     58  "homepage": "https://github.com/zkat/json-parse-better-errors#readme",
     59  "keywords": [
     60    "JSON",
     61    "parser"
     62  ],
     63  "license": "MIT",
     64  "main": "index.js",
     65  "name": "json-parse-better-errors",
     66  "repository": {
     67    "type": "git",
     68    "url": "git+https://github.com/zkat/json-parse-better-errors.git"
     69  },
     70  "scripts": {
     71    "postrelease": "npm publish && git push --follow-tags",
     72    "prerelease": "npm t",
     73    "pretest": "standard",
     74    "release": "standard-version -s",
     75    "test": "tap -J --coverage test/*.js",
     76    "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
     77    "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
     78  },
     79  "version": "1.0.2"
    4580}
Note: See TracChangeset for help on using the changeset viewer.