Changeset 59329aa for trip-planner-front/node_modules/content-type
- 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/content-type/package.json
rceaed42 r59329aa 1 1 { 2 "name": "content-type", 2 "_args": [ 3 [ 4 "content-type@1.0.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "content-type@1.0.4", 10 "_id": "content-type@1.0.4", 11 "_inBundle": false, 12 "_integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", 13 "_location": "/content-type", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "content-type@1.0.4", 19 "name": "content-type", 20 "escapedName": "content-type", 21 "rawSpec": "1.0.4", 22 "saveSpec": null, 23 "fetchSpec": "1.0.4" 24 }, 25 "_requiredBy": [ 26 "/body-parser", 27 "/express" 28 ], 29 "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", 30 "_spec": "1.0.4", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Douglas Christopher Wilson", 34 "email": "doug@somethingdoug.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/jshttp/content-type/issues" 38 }, 3 39 "description": "Create and parse HTTP Content-Type header", 4 "version": "1.0.4",5 "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",6 "license": "MIT",7 "keywords": [8 "content-type",9 "http",10 "req",11 "res",12 "rfc7231"13 ],14 "repository": "jshttp/content-type",15 40 "devDependencies": { 16 41 "eslint": "3.19.0", … … 23 48 "mocha": "~1.21.5" 24 49 }, 50 "engines": { 51 "node": ">= 0.6" 52 }, 25 53 "files": [ 26 54 "LICENSE", … … 29 57 "index.js" 30 58 ], 31 "engines": { 32 "node": ">= 0.6" 59 "homepage": "https://github.com/jshttp/content-type#readme", 60 "keywords": [ 61 "content-type", 62 "http", 63 "req", 64 "res", 65 "rfc7231" 66 ], 67 "license": "MIT", 68 "name": "content-type", 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/jshttp/content-type.git" 33 72 }, 34 73 "scripts": { … … 37 76 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", 38 77 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/" 39 } 78 }, 79 "version": "1.0.4" 40 80 }
Note:
See TracChangeset
for help on using the changeset viewer.