source: trip-planner-front/node_modules/err-code/package.json@ 84d0fbb

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

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "err-code@2.0.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "err-code@2.0.3",
10 "_id": "err-code@2.0.3",
11 "_inBundle": false,
12 "_integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==",
13 "_location": "/err-code",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "err-code@2.0.3",
19 "name": "err-code",
20 "escapedName": "err-code",
21 "rawSpec": "2.0.3",
22 "saveSpec": null,
23 "fetchSpec": "2.0.3"
24 },
25 "_requiredBy": [
26 "/promise-retry"
27 ],
28 "_resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz",
29 "_spec": "2.0.3",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "IndigoUnited",
33 "email": "hello@indigounited.com",
34 "url": "http://indigounited.com"
35 },
36 "bugs": {
37 "url": "https://github.com/IndigoUnited/js-err-code/issues/"
38 },
39 "description": "Create an error with a code",
40 "devDependencies": {
41 "@satazor/eslint-config": "^3.0.0",
42 "browserify": "^16.5.1",
43 "eslint": "^7.2.0",
44 "expect.js": "^0.3.1",
45 "mocha": "^8.0.1"
46 },
47 "homepage": "https://github.com/IndigoUnited/js-err-code#readme",
48 "keywords": [
49 "error",
50 "err",
51 "code",
52 "properties",
53 "property"
54 ],
55 "license": "MIT",
56 "main": "index.js",
57 "name": "err-code",
58 "repository": {
59 "type": "git",
60 "url": "git://github.com/IndigoUnited/js-err-code.git"
61 },
62 "scripts": {
63 "browserify": "browserify -s err-code index.js > index.umd.js",
64 "lint": "eslint '{*.js,test/**/*.js}' --ignore-pattern *.umd.js",
65 "test": "mocha --bail"
66 },
67 "version": "2.0.3"
68}
Note: See TracBrowser for help on using the repository browser.