homebridge-config-ui-x
Version:
A web based management, configuration and control platform for Homebridge
95 lines (94 loc) • 2.73 kB
JSON
{
"_args": [
[
"fastify-static@2.5.0",
"/Users/john/src/homebridge-config-ui-x"
]
],
"_from": "fastify-static@2.5.0",
"_id": "fastify-static@2.5.0",
"_inBundle": false,
"_integrity": "sha512-j0H+izfYHzlXtrMJG/3d7Z2SRhTm17HDiOZll/kWKF26GcsRTJttZneAJaF07XW/uQY9HrBRmSEwmlNG2+0b3A==",
"_location": "/fastify-static",
"_phantomChildren": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1",
"semver": "6.3.0",
"string_decoder": "1.1.1",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "fastify-static@2.5.0",
"name": "fastify-static",
"escapedName": "fastify-static",
"rawSpec": "2.5.0",
"saveSpec": null,
"fetchSpec": "2.5.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-2.5.0.tgz",
"_spec": "2.5.0",
"_where": "/Users/john/src/homebridge-config-ui-x",
"author": {
"name": "Tommaso Allevi - @allevo"
},
"bugs": {
"url": "https://github.com/fastify/fastify-static/issues"
},
"dependencies": {
"fastify-plugin": "^1.6.0",
"glob": "^7.1.4",
"readable-stream": "^3.4.0",
"send": "^0.16.0"
},
"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.5.0"
}