UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

88 lines (87 loc) 2.31 kB
{ "_from": "light-my-request@^3.4.1", "_id": "light-my-request@3.5.0", "_inBundle": false, "_integrity": "sha512-40pGbzDCoTqJIojGWOvOR4H3S4rm372FcXP6LgfVNaFdAPErKpqPsLJOHpbGMqgVpr5+QHquZimAKIe9SS6xvw==", "_location": "/light-my-request", "_phantomChildren": { "fast-deep-equal": "2.0.1", "fast-json-stable-stringify": "2.0.0", "inherits": "2.0.3", "json-schema-traverse": "0.4.1", "string_decoder": "1.1.1", "uri-js": "4.2.2", "util-deprecate": "1.0.2" }, "_requested": { "type": "range", "registry": true, "raw": "light-my-request@^3.4.1", "name": "light-my-request", "escapedName": "light-my-request", "rawSpec": "^3.4.1", "saveSpec": null, "fetchSpec": "^3.4.1" }, "_requiredBy": [ "/fastify" ], "_resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-3.5.0.tgz", "_shasum": "7310b06b64a6aef37735d9ebc95c03a24d01a513", "_spec": "light-my-request@^3.4.1", "_where": "/Users/john/src/homebridge-config-ui-x/node_modules/fastify", "author": { "name": "Tomas Della Vedova - @delvedor", "url": "http://delved.org" }, "bugs": { "url": "https://github.com/fastify/light-my-request/issues" }, "bundleDependencies": false, "dependencies": { "ajv": "^6.10.2", "readable-stream": "^3.4.0" }, "deprecated": false, "description": "Fake HTTP injection library", "devDependencies": { "@types/node": "^11.13.22", "form-data": "^2.5.1", "pre-commit": "^1.2.2", "standard": "^14.0.2", "tap": "^12.6.6", "tsd": "^0.7.4" }, "greenkeeper": { "ignore": [ "tap" ] }, "homepage": "https://github.com/fastify/light-my-request/blob/master/README.md", "keywords": [ "http", "inject", "fake", "request", "server" ], "license": "BSD-3-Clause", "main": "index.js", "name": "light-my-request", "repository": { "type": "git", "url": "git+https://github.com/fastify/light-my-request.git" }, "scripts": { "coverage": "npm run unit -- --cov --coverage-report=html", "lint": "standard", "test": "npm run lint && npm run unit && npm run tsd", "tsd": "tsd", "unit": "tap test/test.js" }, "tsd": { "directory": "test" }, "types": "index.d.ts", "version": "3.5.0" }