source: trip-planner-front/node_modules/error-ex/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: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "error-ex@1.3.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "error-ex@1.3.2",
10 "_id": "error-ex@1.3.2",
11 "_inBundle": false,
12 "_integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
13 "_location": "/error-ex",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "error-ex@1.3.2",
19 "name": "error-ex",
20 "escapedName": "error-ex",
21 "rawSpec": "1.3.2",
22 "saveSpec": null,
23 "fetchSpec": "1.3.2"
24 },
25 "_requiredBy": [
26 "/parse-json"
27 ],
28 "_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
29 "_spec": "1.3.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "bugs": {
32 "url": "https://github.com/qix-/node-error-ex/issues"
33 },
34 "dependencies": {
35 "is-arrayish": "^0.2.1"
36 },
37 "description": "Easy error subclassing and stack customization",
38 "devDependencies": {
39 "coffee-script": "^1.9.3",
40 "coveralls": "^2.11.2",
41 "istanbul": "^0.3.17",
42 "mocha": "^2.2.5",
43 "should": "^7.0.1",
44 "xo": "^0.7.1"
45 },
46 "files": [
47 "index.js"
48 ],
49 "homepage": "https://github.com/qix-/node-error-ex#readme",
50 "keywords": [
51 "error",
52 "errors",
53 "extend",
54 "extending",
55 "extension",
56 "subclass",
57 "stack",
58 "custom"
59 ],
60 "license": "MIT",
61 "maintainers": [
62 {
63 "name": "Josh Junon",
64 "email": "i.am.qix@gmail.com",
65 "url": "github.com/qix-"
66 },
67 {
68 "name": "Sindre Sorhus",
69 "email": "sindresorhus@gmail.com",
70 "url": "sindresorhus.com"
71 }
72 ],
73 "name": "error-ex",
74 "repository": {
75 "type": "git",
76 "url": "git+https://github.com/qix-/node-error-ex.git"
77 },
78 "scripts": {
79 "pretest": "xo",
80 "test": "mocha --compilers coffee:coffee-script/register"
81 },
82 "version": "1.3.2",
83 "xo": {
84 "rules": {
85 "operator-linebreak": [
86 0
87 ]
88 }
89 }
90}
Note: See TracBrowser for help on using the repository browser.