UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

79 lines (78 loc) 2.08 kB
{ "_args": [ [ "fastify-formbody@3.1.0", "/Users/john/src/homebridge-config-ui-x" ] ], "_from": "fastify-formbody@3.1.0", "_id": "fastify-formbody@3.1.0", "_inBundle": false, "_integrity": "sha512-GQQtRmI8w07SMcnXiWrk9H8GAMJwheKAkQS4q0FbJ56Qu8bV39GOffiZ8GLHQmvcJ2B65S+4IAtNjsG6vtMEig==", "_location": "/fastify-formbody", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "fastify-formbody@3.1.0", "name": "fastify-formbody", "escapedName": "fastify-formbody", "rawSpec": "3.1.0", "saveSpec": null, "fetchSpec": "3.1.0" }, "_requiredBy": [ "/@nestjs/platform-fastify" ], "_resolved": "https://registry.npmjs.org/fastify-formbody/-/fastify-formbody-3.1.0.tgz", "_spec": "3.1.0", "_where": "/Users/john/src/homebridge-config-ui-x", "author": { "name": "James Sumners", "email": "james.sumners@gmail.com" }, "bugs": { "url": "https://github.com/fastify/fastify-formbody/issues" }, "dependencies": { "fastify-plugin": "^1.0.0", "qs": "^6.5.1" }, "description": "A module for Fastify to parse x-www-form-urlencoded bodies", "devDependencies": { "codecov": "^3.1.0", "fastify": "2.0.0-rc.3", "pre-commit": "^1.2.2", "request": "^2.88.0", "snazzy": "^8.0.0", "standard": "^12.0.1", "tap": "^12.0.0", "typescript": "^3.2.2" }, "homepage": "https://github.com/fastify/fastify-formbody#readme", "keywords": [ "fastify", "x-www-form-urlencoded" ], "license": "MIT", "main": "formbody.js", "name": "fastify-formbody", "precommit": [ "lint", "test" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/fastify/fastify-formbody.git" }, "scripts": { "codecov": "codecov", "lint": "standard | snazzy", "lint-ci": "standard", "test": "tap test/**/*.test.js", "test-ci": "tap test/**/*.test.js --coverage-report=html", "typescript": "tsc --project ./tsconfig.json" }, "types": "formbody.d.ts", "version": "3.1.0" }