cloudworker-proxy
Version:
An api gateway for cloudflare workers
59 lines (58 loc) • 2.34 kB
JSON
{
"_from": "@serverless/platform-client@^1.1.8",
"_id": "@serverless/platform-client@1.1.10",
"_inBundle": false,
"_integrity": "sha512-vMCYRdDaqQjPDlny3+mVNy0lr1P6RJ7hVkR2w9Bk783ZB894hobtMrTm8V8OQPwOvlAypmLnQsLPXwRNM+AMsw==",
"_location": "/@serverless/platform-client",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@serverless/platform-client@^1.1.8",
"name": "@serverless/platform-client",
"escapedName": "@serverless%2fplatform-client",
"scope": "@serverless",
"rawSpec": "^1.1.8",
"saveSpec": null,
"fetchSpec": "^1.1.8"
},
"_requiredBy": [
"/serverless/@serverless/components"
],
"_resolved": "https://registry.npmjs.org/@serverless/platform-client/-/platform-client-1.1.10.tgz",
"_shasum": "5af3b71317d6b3f160b1d1a55c98508ec384d444",
"_spec": "@serverless/platform-client@^1.1.8",
"_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless/node_modules/serverless/node_modules/@serverless/components",
"browser": "dist-web/serverless-platform-client.min.js",
"bundleDependencies": false,
"dependencies": {
"adm-zip": "^0.4.13",
"axios": "^0.19.2",
"https-proxy-agent": "^5.0.0",
"isomorphic-ws": "^4.0.1",
"js-yaml": "^3.13.1",
"jwt-decode": "^2.2.0",
"minimatch": "^3.0.4",
"querystring": "^0.2.0",
"traverse": "^0.6.6",
"ws": "^7.2.1"
},
"deprecated": false,
"description": "This Serverless Platform SDK makes it easy to interact with the Serverless Platform and perform operations on it. Please note that there is an existing `@serverless/platform-sdk` npm module for interacting with the Serverless Inc. SaaS original platform services. This SDK is for the new services, which are multi-cloud, self-hostable and focued on Components. At some point, we will try to merge these SDKs.",
"devDependencies": {
"fs-extra": "^8.1.0",
"jsdoc-to-markdown": "^5.0.3",
"null-loader": "^3.0.0",
"prettier": "^2.0.5",
"webpack": "^4.41.6"
},
"jsdelivr": "dist-web/serverless-platform-client.min.js",
"license": "ISC",
"main": "./src/index.js",
"name": "@serverless/platform-client",
"scripts": {
"generate-doc": ".scripts/generateDoc.js",
"prepublishOnly": ".scripts/buildWeb.js"
},
"version": "1.1.10"
}