Changeset 59329aa for trip-planner-front/node_modules/parseurl/package.json
- 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/parseurl/package.json
rceaed42 r59329aa 1 1 { 2 "name": "parseurl", 2 "_args": [ 3 [ 4 "parseurl@1.3.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "parseurl@1.3.3", 10 "_id": "parseurl@1.3.3", 11 "_inBundle": false, 12 "_integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", 13 "_location": "/parseurl", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "parseurl@1.3.3", 19 "name": "parseurl", 20 "escapedName": "parseurl", 21 "rawSpec": "1.3.3", 22 "saveSpec": null, 23 "fetchSpec": "1.3.3" 24 }, 25 "_requiredBy": [ 26 "/connect", 27 "/express", 28 "/finalhandler", 29 "/serve-index", 30 "/serve-static" 31 ], 32 "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", 33 "_spec": "1.3.3", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "bugs": { 36 "url": "https://github.com/pillarjs/parseurl/issues" 37 }, 38 "contributors": [ 39 { 40 "name": "Douglas Christopher Wilson", 41 "email": "doug@somethingdoug.com" 42 }, 43 { 44 "name": "Jonathan Ong", 45 "email": "me@jongleberry.com", 46 "url": "http://jongleberry.com" 47 } 48 ], 3 49 "description": "parse a url with memoization", 4 "version": "1.3.3",5 "contributors": [6 "Douglas Christopher Wilson <doug@somethingdoug.com>",7 "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"8 ],9 "repository": "pillarjs/parseurl",10 "license": "MIT",11 50 "devDependencies": { 12 51 "beautify-benchmark": "0.2.4", … … 22 61 "mocha": "6.1.3" 23 62 }, 63 "engines": { 64 "node": ">= 0.8" 65 }, 24 66 "files": [ 25 67 "LICENSE", … … 28 70 "index.js" 29 71 ], 30 "engines": { 31 "node": ">= 0.8" 72 "homepage": "https://github.com/pillarjs/parseurl#readme", 73 "license": "MIT", 74 "name": "parseurl", 75 "repository": { 76 "type": "git", 77 "url": "git+https://github.com/pillarjs/parseurl.git" 32 78 }, 33 79 "scripts": { … … 37 83 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/", 38 84 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/" 39 } 85 }, 86 "version": "1.3.3" 40 87 }
Note:
See TracChangeset
for help on using the changeset viewer.