mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-16 20:55:00 +02:00
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"_from": "loadware@^2.0.0",
|
|
"_id": "loadware@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-V6crbxjuK6/40a0foFpdFuWv1Cw=",
|
|
"_location": "/loadware",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "loadware@^2.0.0",
|
|
"name": "loadware",
|
|
"escapedName": "loadware",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/server"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/loadware/-/loadware-2.0.0.tgz",
|
|
"_shasum": "57a72b6f18ee2baff8d1ad1fa05a5d16e5afd42c",
|
|
"_spec": "loadware@^2.0.0",
|
|
"_where": "/home/runner/Socketio-Chat-Template/node_modules/server",
|
|
"author": {
|
|
"name": "Francisco Presencia",
|
|
"email": "public@francisco.io",
|
|
"url": "http://francisco.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/franciscop/loadware/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"app-module-path": "^2.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A library to make sense of a bunch of middleware definitions and return a simple array of middleware\"",
|
|
"devDependencies": {
|
|
"express": "^4.14.0",
|
|
"jest": "^17.0.3",
|
|
"pray": "^1.0.2"
|
|
},
|
|
"homepage": "https://github.com/franciscop/loadware#readme",
|
|
"keywords": [
|
|
"loadware",
|
|
"middleware",
|
|
"load",
|
|
"normalize"
|
|
],
|
|
"license": "MIT",
|
|
"main": "loadware.js",
|
|
"name": "loadware",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/franciscop/loadware.git"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|