You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
1.8 KiB

4 years ago
{
"_from": "middie@^4.1.0",
"_id": "middie@4.1.0",
"_inBundle": false,
"_integrity": "sha512-eylPpZA+K3xO9kpDjagoPkEUkNcWV3EAo5OEz0MqsekUpT7KbnQkk8HNZkh4phx2vvOAmNNZuLRWF9lDDHPpVQ==",
"_location": "/middie",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "middie@^4.1.0",
"name": "middie",
"escapedName": "middie",
"rawSpec": "^4.1.0",
"saveSpec": null,
"fetchSpec": "^4.1.0"
},
"_requiredBy": [
"/fastify"
],
"_resolved": "https://registry.npmjs.org/middie/-/middie-4.1.0.tgz",
"_shasum": "0fe986c83d5081489514ca1a2daba5ca36263436",
"_spec": "middie@^4.1.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/fastify",
"author": {
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
"bugs": {
"url": "https://github.com/fastify/middleman/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Tomas Della Vedova",
"url": "http://delved.org"
}
],
"dependencies": {
"path-to-regexp": "^4.0.0",
"reusify": "^1.0.2"
},
"deprecated": false,
"description": "Middleware engine for Fastify",
"devDependencies": {
"pre-commit": "^1.2.2",
"serve-static": "^1.12.4",
"standard": "^14.0.2",
"tap": "^12.6.5"
},
"greenkeeper": {
"ignore": [
"tap"
]
},
"homepage": "https://github.com/fastify/middleman#readme",
"keywords": [
"fastify",
"middleware",
"webframework",
"performances"
],
"license": "MIT",
"main": "middie.js",
"name": "middie",
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/middleman.git"
},
"scripts": {
"coverage": "tap --cov --coverage-report=html test.js",
"test": "standard && tap test.js"
},
"version": "4.1.0"
}