Changeset 59329aa for trip-planner-front/node_modules/send/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/send/package.json
rceaed42 r59329aa 1 1 { 2 "name": "send", 3 "description": "Better streaming static file server with Range and conditional-GET support", 4 "version": "0.17.1", 5 "author": "TJ Holowaychuk <tj@vision-media.ca>", 2 "_args": [ 3 [ 4 "send@0.17.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "send@0.17.1", 10 "_id": "send@0.17.1", 11 "_inBundle": false, 12 "_integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", 13 "_location": "/send", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "send@0.17.1", 19 "name": "send", 20 "escapedName": "send", 21 "rawSpec": "0.17.1", 22 "saveSpec": null, 23 "fetchSpec": "0.17.1" 24 }, 25 "_requiredBy": [ 26 "/express", 27 "/serve-static" 28 ], 29 "_resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", 30 "_spec": "0.17.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "TJ Holowaychuk", 34 "email": "tj@vision-media.ca" 35 }, 36 "bugs": { 37 "url": "https://github.com/pillarjs/send/issues" 38 }, 6 39 "contributors": [ 7 "Douglas Christopher Wilson <doug@somethingdoug.com>", 8 "James Wyatt Cready <jcready@gmail.com>", 9 "Jesús Leganés Combarro <piranna@gmail.com>" 10 ], 11 "license": "MIT", 12 "repository": "pillarjs/send", 13 "keywords": [ 14 "static", 15 "file", 16 "server" 40 { 41 "name": "Douglas Christopher Wilson", 42 "email": "doug@somethingdoug.com" 43 }, 44 { 45 "name": "James Wyatt Cready", 46 "email": "jcready@gmail.com" 47 }, 48 { 49 "name": "Jesús Leganés Combarro", 50 "email": "piranna@gmail.com" 51 } 17 52 ], 18 53 "dependencies": { … … 31 66 "statuses": "~1.5.0" 32 67 }, 68 "description": "Better streaming static file server with Range and conditional-GET support", 33 69 "devDependencies": { 34 70 "after": "0.8.2", … … 44 80 "supertest": "4.0.2" 45 81 }, 82 "engines": { 83 "node": ">= 0.8.0" 84 }, 46 85 "files": [ 47 86 "HISTORY.md", … … 50 89 "index.js" 51 90 ], 52 "engines": { 53 "node": ">= 0.8.0" 91 "homepage": "https://github.com/pillarjs/send#readme", 92 "keywords": [ 93 "static", 94 "file", 95 "server" 96 ], 97 "license": "MIT", 98 "name": "send", 99 "repository": { 100 "type": "git", 101 "url": "git+https://github.com/pillarjs/send.git" 54 102 }, 55 103 "scripts": { … … 58 106 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec", 59 107 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot" 60 } 108 }, 109 "version": "0.17.1" 61 110 }
Note:
See TracChangeset
for help on using the changeset viewer.