{ "_from": "fastify-plugin", "_id": "fastify-plugin@1.6.1", "_inBundle": false, "_integrity": "sha512-APBcb27s+MjaBIerFirYmBLatoPCgmHZM6XP0K+nDL9k0yX8NJPWDY1RAC3bh6z+AB5ULS2j31BUfLMT3uaZ4A==", "_location": "/fastify-plugin", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "fastify-plugin", "name": "fastify-plugin", "escapedName": "fastify-plugin", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/", "/fastify-env", "/fastify-static", "/fastify-websocket" ], "_resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-1.6.1.tgz", "_shasum": "122f5a5eeb630d55c301713145a9d188e6d5dd5b", "_spec": "fastify-plugin", "_where": "/home/herrhase/Workspace/tentakelfabrik/board", "author": { "name": "Tomas Della Vedova - @delvedor", "url": "http://delved.org" }, "bugs": { "url": "https://github.com/fastify/fastify-plugin/issues" }, "bundleDependencies": false, "dependencies": { "semver": "^6.3.0" }, "deprecated": false, "description": "Plugin helper for Fastify", "devDependencies": { "@types/node": "^11.15.7", "fastify": "^2.12.0", "proxyquire": "^2.1.3", "standard": "^14.0.0", "tap": "^12.6.5", "typescript": "^3.8.2" }, "greenkeeper": { "ignore": [ "@types/node", "tap" ] }, "homepage": "https://github.com/fastify/fastify-plugin#readme", "keywords": [ "plugin", "helper", "fastify" ], "license": "MIT", "main": "index.js", "name": "fastify-plugin", "repository": { "type": "git", "url": "git+https://github.com/fastify/fastify-plugin.git" }, "scripts": { "test": "standard && tap test/*.js && npm run typescript", "typescript": "tsc --project ./tsconfig.json" }, "typings": "fastify-plugin.d.ts", "version": "1.6.1" }