source: trip-planner-front/node_modules/verror/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{
2 "_args": [
3 [
4 "verror@1.10.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "verror@1.10.0",
10 "_id": "verror@1.10.0",
11 "_inBundle": false,
12 "_integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
13 "_location": "/verror",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "verror@1.10.0",
19 "name": "verror",
20 "escapedName": "verror",
21 "rawSpec": "1.10.0",
22 "saveSpec": null,
23 "fetchSpec": "1.10.0"
24 },
25 "_requiredBy": [
26 "/jsprim"
27 ],
28 "_resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
29 "_spec": "1.10.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "bugs": {
32 "url": "https://github.com/davepacheco/node-verror/issues"
33 },
34 "dependencies": {
35 "assert-plus": "^1.0.0",
36 "core-util-is": "1.0.2",
37 "extsprintf": "^1.2.0"
38 },
39 "description": "richer JavaScript errors",
40 "engines": [
41 "node >=0.6.0"
42 ],
43 "homepage": "https://github.com/davepacheco/node-verror#readme",
44 "license": "MIT",
45 "main": "./lib/verror.js",
46 "name": "verror",
47 "repository": {
48 "type": "git",
49 "url": "git://github.com/davepacheco/node-verror.git"
50 },
51 "scripts": {
52 "test": "make test"
53 },
54 "version": "1.10.0"
55}
Note: See TracBrowser for help on using the repository browser.