source: trip-planner-front/node_modules/json-parse-better-errors/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_args": [
3 [
4 "json-parse-better-errors@1.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
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"
24 },
25 "_requiredBy": [
26 "/webpack"
27 ],
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",
31 "author": {
32 "name": "Kat Marchán",
33 "email": "kzm@zkat.tech"
34 },
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",
47 "devDependencies": {
48 "nyc": "^10.3.2",
49 "standard": "^9.0.2",
50 "standard-version": "^4.1.0",
51 "tap": "^10.3.3",
52 "weallbehave": "^1.2.0",
53 "weallcontribute": "^1.0.8"
54 },
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"
80}
Note: See TracBrowser for help on using the repository browser.