Changeset 59329aa for trip-planner-front/node_modules/err-code
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/err-code/package.json
rceaed42 r59329aa 1 1 { 2 "name": "err-code", 3 "version": "2.0.3", 4 "description": "Create an error with a code", 5 "main": "index.js", 6 "scripts": { 7 "lint": "eslint '{*.js,test/**/*.js}' --ignore-pattern *.umd.js", 8 "test": "mocha --bail", 9 "browserify": "browserify -s err-code index.js > index.umd.js" 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" 10 35 }, 11 36 "bugs": { 12 37 "url": "https://github.com/IndigoUnited/js-err-code/issues/" 13 38 }, 14 "repository": { 15 "type": "git", 16 "url": "git://github.com/IndigoUnited/js-err-code.git" 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" 17 46 }, 47 "homepage": "https://github.com/IndigoUnited/js-err-code#readme", 18 48 "keywords": [ 19 49 "error", … … 23 53 "property" 24 54 ], 25 "author": "IndigoUnited <hello@indigounited.com> (http://indigounited.com)",26 55 "license": "MIT", 27 "devDependencies": { 28 "@satazor/eslint-config": "^3.0.0", 29 "browserify": "^16.5.1", 30 "eslint": "^7.2.0", 31 "expect.js": "^0.3.1", 32 "mocha": "^8.0.1" 33 } 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" 34 68 }
Note:
See TracChangeset
for help on using the changeset viewer.