cloudworker-proxy
Version:
An api gateway for cloudflare workers
62 lines (61 loc) • 2.01 kB
JSON
{
"_args": [
[
"@serverless/template@1.1.3",
"/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
]
],
"_development": true,
"_from": "@serverless/template@1.1.3",
"_id": "@serverless/template@1.1.3",
"_inBundle": false,
"_integrity": "sha512-hcMiX523rkp6kHeKnM1x6/dXEY+d1UFSr901yVKeeCgpFy4u33UI9vlKaPweAZCF6Ahzqywf01IsFTuBVadCrQ==",
"_location": "/@serverless/template",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@serverless/template@1.1.3",
"name": "@serverless/template",
"escapedName": "@serverless%2ftemplate",
"scope": "@serverless",
"rawSpec": "1.1.3",
"saveSpec": null,
"fetchSpec": "1.1.3"
},
"_requiredBy": [
"/serverless/@serverless/cli"
],
"_resolved": "https://registry.npmjs.org/@serverless/template/-/template-1.1.3.tgz",
"_spec": "1.1.3",
"_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
"author": {
"name": "Serverless, Inc."
},
"dependencies": {
"@serverless/component-metrics": "^1.0.8",
"@serverless/core": "^1.0.0",
"graphlib": "^2.1.7",
"traverse": "^0.6.6"
},
"description": "This component is used behind the scenes to deploy your YAML templates. It is loaded by the serverless CLI and executed just as any other component. However, there's a lot you can do with this component programmatically. See the sections below for some examples.",
"devDependencies": {
"babel-eslint": "9.0.0",
"eslint": "5.6.0",
"eslint-config-prettier": "^3.6.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.15.3"
},
"license": "Apache-2.0",
"main": "./serverless.js",
"name": "@serverless/template",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint . --fix --cache",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.3"
}