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/error-ex/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "error-ex",
     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  },
    337  "description": "Easy error subclassing and stack customization",
    4   "version": "1.3.2",
    5   "maintainers": [
    6     "Josh Junon <i.am.qix@gmail.com> (github.com/qix-)",
    7     "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
     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"
    848  ],
     49  "homepage": "https://github.com/qix-/node-error-ex#readme",
    950  "keywords": [
    1051    "error",
     
    1859  ],
    1960  "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  },
    2078  "scripts": {
    2179    "pretest": "xo",
    2280    "test": "mocha --compilers coffee:coffee-script/register"
    2381  },
     82  "version": "1.3.2",
    2483  "xo": {
    2584    "rules": {
     
    2887      ]
    2988    }
    30   },
    31   "repository": "qix-/node-error-ex",
    32   "files": [
    33     "index.js"
    34   ],
    35   "devDependencies": {
    36     "coffee-script": "^1.9.3",
    37     "coveralls": "^2.11.2",
    38     "istanbul": "^0.3.17",
    39     "mocha": "^2.2.5",
    40     "should": "^7.0.1",
    41     "xo": "^0.7.1"
    42   },
    43   "dependencies": {
    44     "is-arrayish": "^0.2.1"
    4589  }
    4690}
Note: See TracChangeset for help on using the changeset viewer.