opusdev/vector-similarity-api
1
1{2 "name": "send",3 "description": "Better streaming static file server with Range and conditional-GET support",4 "version": "0.19.2",5 "author": "TJ Holowaychuk <tj@vision-media.ca>",6 "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"17 ],18 "dependencies": {19 "debug": "2.6.9",20 "depd": "2.0.0",21 "destroy": "1.2.0",22 "encodeurl": "~2.0.0",23 "escape-html": "~1.0.3",24 "etag": "~1.8.1",25 "fresh": "~0.5.2",26 "http-errors": "~2.0.1",27 "mime": "1.6.0",28 "ms": "2.1.3",29 "on-finished": "~2.4.1",30 "range-parser": "~1.2.1",31 "statuses": "~2.0.2"32 },33 "devDependencies": {34 "after": "0.8.2",35 "eslint": "7.32.0",36 "eslint-config-standard": "14.1.1",37 "eslint-plugin-import": "2.25.4",38 "eslint-plugin-markdown": "2.2.1",39 "eslint-plugin-node": "11.1.0",40 "eslint-plugin-promise": "5.2.0",41 "eslint-plugin-standard": "4.1.0",42 "mocha": "9.2.2",43 "nyc": "15.1.0",44 "supertest": "6.2.2"45 },46 "files": [47 "HISTORY.md",48 "LICENSE",49 "README.md",50 "SECURITY.md",51 "index.js"52 ],53 "engines": {54 "node": ">= 0.8.0"55 },56 "scripts": {57 "lint": "eslint .",58 "test": "mocha --check-leaks --reporter spec --bail",59 "test-ci": "nyc --reporter=lcov --reporter=text npm test",60 "test-cov": "nyc --reporter=html --reporter=text npm test"61 }62}63 