{ "_from": "fastify-static", "_id": "fastify-static@2.7.0", "_inBundle": false, "_integrity": "sha512-B+Ox0jL42OwGOzn01RTt+cPaIyCLsHURse1o6t+0tqiuTBlXUC7RkR+siuJ4/PSiRpy0cu5DA0Giu5d+gtXyjA==", "_location": "/fastify-static", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "fastify-static", "name": "fastify-static", "escapedName": "fastify-static", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-2.7.0.tgz", "_shasum": "1921ff43691d129a98c1aecdf9dbcf1189c86811", "_spec": "fastify-static", "_where": "/home/herrhase/Workspace/tentakelfabrik/board", "author": { "name": "Tommaso Allevi - @allevo" }, "bugs": { "url": "https://github.com/fastify/fastify-static/issues" }, "bundleDependencies": false, "dependencies": { "fastify-plugin": "^1.6.0", "glob": "^7.1.4", "readable-stream": "^3.4.0", "send": "^0.16.0" }, "deprecated": false, "description": "Plugin for serving static files as fast as possible.", "devDependencies": { "@types/node": "^10.14.9", "concat-stream": "^2.0.0", "coveralls": "^3.0.4", "eslint-plugin-typescript": "^0.14.0", "fastify": "^2.5.0", "fastify-compress": "^0.8.1", "pre-commit": "^1.2.2", "proxyquire": "^2.1.0", "simple-get": "^3.0.3", "snazzy": "^8.0.0", "standard": "^12.0.0", "tap": "^12.7.0", "typescript": "^3.5.2", "typescript-eslint-parser": "^22.0.0" }, "homepage": "https://github.com/fastify/fastify-static", "keywords": [ "fastify", "static" ], "license": "MIT", "main": "index.js", "name": "fastify-static", "repository": { "type": "git", "url": "git+https://github.com/fastify/fastify-static.git" }, "scripts": { "coverage": "tap --cov --coverage-report=html test", "coveralls": "tap test/*test.js test/*/*.test.js --cov", "example": "node example/server.js", "lint": "npm run lint:standard && npm run lint:typescript", "lint:standard": "standard | snazzy", "lint:typescript": "standard --parser typescript-eslint-parser --plugin typescript test/types/*.ts", "test": "npm run lint && npm run unit && npm run typescript", "typescript": "tsc --project ./test/types/tsconfig.json", "unit": "tap test/*.test.js" }, "types": "index.d.ts", "version": "2.7.0" }