Changeset 59329aa for trip-planner-front/node_modules/type-is
- 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/type-is/package.json
rceaed42 r59329aa 1 1 { 2 "name": "type-is", 3 "description": "Infer the content-type of a request.", 4 "version": "1.6.18", 2 "_args": [ 3 [ 4 "type-is@1.6.18", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "type-is@1.6.18", 10 "_id": "type-is@1.6.18", 11 "_inBundle": false, 12 "_integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", 13 "_location": "/type-is", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "type-is@1.6.18", 19 "name": "type-is", 20 "escapedName": "type-is", 21 "rawSpec": "1.6.18", 22 "saveSpec": null, 23 "fetchSpec": "1.6.18" 24 }, 25 "_requiredBy": [ 26 "/body-parser", 27 "/express" 28 ], 29 "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", 30 "_spec": "1.6.18", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "bugs": { 33 "url": "https://github.com/jshttp/type-is/issues" 34 }, 5 35 "contributors": [ 6 "Douglas Christopher Wilson <doug@somethingdoug.com>", 7 "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" 36 { 37 "name": "Douglas Christopher Wilson", 38 "email": "doug@somethingdoug.com" 39 }, 40 { 41 "name": "Jonathan Ong", 42 "email": "me@jongleberry.com", 43 "url": "http://jongleberry.com" 44 } 8 45 ], 9 "license": "MIT",10 "repository": "jshttp/type-is",11 46 "dependencies": { 12 47 "media-typer": "0.3.0", 13 48 "mime-types": "~2.1.24" 14 49 }, 50 "description": "Infer the content-type of a request.", 15 51 "devDependencies": { 16 52 "eslint": "5.16.0", … … 32 68 "index.js" 33 69 ], 70 "homepage": "https://github.com/jshttp/type-is#readme", 71 "keywords": [ 72 "content", 73 "type", 74 "checking" 75 ], 76 "license": "MIT", 77 "name": "type-is", 78 "repository": { 79 "type": "git", 80 "url": "git+https://github.com/jshttp/type-is.git" 81 }, 34 82 "scripts": { 35 83 "lint": "eslint --plugin markdown --ext js,md .", … … 38 86 "test-travis": "nyc --reporter=text npm test" 39 87 }, 40 "keywords": [ 41 "content", 42 "type", 43 "checking" 44 ] 88 "version": "1.6.18" 45 89 }
Note:
See TracChangeset
for help on using the changeset viewer.