infrastructure-components
Version:
Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.
146 lines (145 loc) • 3.58 kB
JSON
{
"_args": [
[
"serverless-http@1.9.1",
"/Users/frank.zickert/WebstormProjects/infrastructure-components"
]
],
"_from": "serverless-http@1.9.1",
"_id": "serverless-http@1.9.1",
"_inBundle": false,
"_integrity": "sha512-vq6rK/vwAMcUqScc+B6QIaYZ2OhEx4M8ObqWNek8eDJRvxpKsMQllnDywe+AGAMFVUOX9KxfB2a6XzXLTsRGYQ==",
"_location": "/serverless-http",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "serverless-http@1.9.1",
"name": "serverless-http",
"escapedName": "serverless-http",
"rawSpec": "1.9.1",
"saveSpec": null,
"fetchSpec": "1.9.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/serverless-http/-/serverless-http-1.9.1.tgz",
"_spec": "1.9.1",
"_where": "/Users/frank.zickert/WebstormProjects/infrastructure-components",
"author": {
"name": "Doug Moscrop",
"email": "doug.moscrop@gmail.com",
"url": "http://www.github.com/dougmoscrop"
},
"bugs": {
"url": "https://github.com/dougmoscrop/serverless-http/issues"
},
"contributors": [
{
"name": "Doug Moscrop",
"url": "https://github.com/dougmoscrop"
},
{
"name": "Kevin Groat",
"url": "https://github.com/kgroat"
},
{
"name": "Kurt Miller",
"url": "https://github.com/bsdkurt"
},
{
"name": "Roch Devost",
"url": "https://github.com/rochdev"
},
{
"name": "Bryan Gamble",
"url": "https://github.com/bdgamble"
},
{
"name": "Derek MacDonald",
"url": "https://github.com/demacdonald"
},
{
"name": "Filip Skokan",
"url": "https://github.com/panva"
},
{
"name": "Kevin Tonon",
"url": "https://github.com/ktonon"
},
{
"name": "Mark Vayngrib",
"url": "https://github.com/mvayngrib"
},
{
"name": "Tamás Máhr",
"url": "https://github.com/tamasmahr"
}
],
"dependencies": {},
"description": "Use existing web application frameworks in serverless environments",
"devDependencies": {
"@types/aws-lambda": "^8.10.15",
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"eslint": "^5.7.0",
"eslint-plugin-mocha": "^5.2.0",
"express": "^4.16.4",
"fastify": "^2.0.0-rc.4",
"get-stream": "^4.0.0",
"hapi": "^17.6.0",
"inversify": "^5.0.1",
"inversify-express-utils": "^6.2.0",
"istanbul": "^0.4.5",
"koa": "^1.6.2",
"koa-bodyparser": "^2.2.0",
"koa-compress": "^1.0.9",
"koa-route": "^2.4.2",
"koa-router": "^5.4.0",
"koa-static": "^2.0.0",
"mocha": "^5.2.0",
"morgan": "^1.9.1",
"nyc": "^13.0.0",
"on-finished": "^2.3.0",
"on-headers": "^1.0.1",
"reflect-metadata": "^0.1.12",
"restana": "^2.3.0",
"sails": "^1.0.2",
"sinon": "^7.0.0",
"typescript": "^3.2.2"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">=6.0"
},
"homepage": "https://github.com/dougmoscrop/serverless-http",
"keywords": [
"serverless",
"serverless applications",
"koa",
"express",
"connect",
"api gateway",
"lambda",
"aws",
"aws lambda",
"amazon",
"amazon web services"
],
"license": "MIT",
"main": "serverless-http.js",
"name": "serverless-http",
"repository": {
"type": "git",
"url": "git+https://github.com/dougmoscrop/serverless-http.git"
},
"scripts": {
"postpublish": "git push origin master --tags",
"posttest": "eslint .",
"test": "nyc mocha"
},
"version": "1.9.1"
}