homebridge-config-ui-x
Version:
A web based management, configuration and control platform for Homebridge
74 lines (73 loc) • 1.95 kB
JSON
{
"_from": "fastify-plugin@^1.5.0",
"_id": "fastify-plugin@1.6.0",
"_inBundle": false,
"_integrity": "sha512-lFa9txg8LZx4tljj33oG53nUXhVg0baZxtP9Pxi0dJmI0NQxzkDk5DS9kr3D7iMalUAp3mvIq16OQumc7eIvLA==",
"_location": "/fastify-plugin",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fastify-plugin@^1.5.0",
"name": "fastify-plugin",
"escapedName": "fastify-plugin",
"rawSpec": "^1.5.0",
"saveSpec": null,
"fetchSpec": "^1.5.0"
},
"_requiredBy": [
"/fastify-cors",
"/fastify-formbody",
"/point-of-view"
],
"_resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-1.6.0.tgz",
"_shasum": "c8198b08608f20c502b5dad26b36e9ae27206d7c",
"_spec": "fastify-plugin@^1.5.0",
"_where": "/Users/john/src/homebridge-config-ui-x/node_modules/fastify-cors",
"author": {
"name": "Tomas Della Vedova - @delvedor",
"url": "http://delved.org"
},
"bugs": {
"url": "https://github.com/fastify/fastify-plugin/issues"
},
"bundleDependencies": false,
"dependencies": {
"semver": "^6.0.0"
},
"deprecated": false,
"description": "Plugin helper for Fastify",
"devDependencies": {
"@types/node": "^11.9.3",
"fastify": "^2.0.0",
"proxyquire": "^2.1.0",
"standard": "^12.0.1",
"tap": "^12.6.5",
"typescript": "^3.3.3"
},
"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.0"
}