UNPKG

cloudworker-proxy

Version:
227 lines (226 loc) 6.17 kB
{ "_from": "@serverless/enterprise-plugin@^4.0.4", "_id": "@serverless/enterprise-plugin@4.0.4", "_inBundle": false, "_integrity": "sha512-B+I1tZWWJN2Ziwp34FZ9umbu6cZ5Pv8lHA6iOtYzMqq6r22xF/9rwxY3fCdguo+Szd6t7RFb0zIW2RuBRgktVA==", "_location": "/@serverless/enterprise-plugin", "_phantomChildren": { "@types/color-name": "1.1.1", "adm-zip": "0.4.16", "axios": "0.19.2", "https-proxy-agent": "5.0.0", "isomorphic-ws": "4.0.1", "js-yaml": "3.14.0", "jwt-decode": "2.2.0", "minimatch": "3.0.4", "querystring": "0.2.0", "traverse": "0.6.6", "ws": "7.3.1" }, "_requested": { "type": "range", "registry": true, "raw": "@serverless/enterprise-plugin@^4.0.4", "name": "@serverless/enterprise-plugin", "escapedName": "@serverless%2fenterprise-plugin", "scope": "@serverless", "rawSpec": "^4.0.4", "saveSpec": null, "fetchSpec": "^4.0.4" }, "_requiredBy": [ "/serverless" ], "_resolved": "https://registry.npmjs.org/@serverless/enterprise-plugin/-/enterprise-plugin-4.0.4.tgz", "_shasum": "1c1dbaaa963226f0a41ae840af0fe75cc035c037", "_spec": "@serverless/enterprise-plugin@^4.0.4", "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless/node_modules/serverless", "author": { "name": "serverless.com" }, "bugs": { "url": "https://github.com/serverless/enterprise-plugin/issues" }, "bundleDependencies": false, "dependencies": { "@serverless/event-mocks": "^1.1.1", "@serverless/platform-client": "^2.0.0", "@serverless/platform-sdk": "^2.3.2", "chalk": "^4.1.0", "child-process-ext": "^2.1.1", "chokidar": "^3.4.2", "cli-color": "^2.0.0", "find-process": "^1.4.3", "flat": "^5.0.2", "fs-extra": "^9.0.1", "js-yaml": "^3.14.0", "jszip": "^3.5.0", "lodash": "^4.17.20", "memoizee": "^0.4.14", "ncjsm": "^4.1.0", "node-dir": "^0.1.17", "node-fetch": "^2.6.1", "open": "^7.2.1", "semver": "^7.3.2", "simple-git": "^2.20.1", "uuid": "^8.3.0", "yamljs": "^0.3.0" }, "deprecated": false, "description": "The Serverless Dashboard plugin", "devDependencies": { "@serverless/eslint-config": "^3.0.0", "@serverless/test": "^4.9.2", "aws-sdk": "^2.754.0", "chai": "^4.2.0", "eslint": "^7.9.0", "eslint-plugin-import": "^2.22.0", "essentials": "^1.1.1", "git-list-updated": "^1.2.1", "github-release-from-cc-changelog": "^2.2.0", "husky": "^4.3.0", "lint-staged": "^10.4.0", "log": "^6.0.0", "log-node": "^7.0.0", "mocha": "^6.2.3", "nyc": "^15.1.0", "prettier": "^2.1.2", "process-utils": "^3.1.0", "proxyquire": "^2.1.3", "sinon": "^8.1.1", "strip-ansi": "^5.2.0", "tar": "^5.0.5" }, "engines": { "node": ">=10.0" }, "eslintConfig": { "extends": "@serverless/eslint-config/node", "root": true, "rules": { "import/no-extraneous-dependencies": [ "error", { "devDependencies": [ "**/*.test.js", "**/scripts/**", "**/test/**", "**/integration-testing/**", "prettier.config.js" ] } ] }, "overrides": [ { "files": [ "integration-testing/**", "test/**" ], "rules": { "no-console": [ "error", { "allow": [ "info" ] } ] } }, { "files": [ "sdk-js/**" ], "rules": { "no-console": [ "error", { "allow": [ "debug", "error", "warn", "info" ] } ] } } ] }, "eslintIgnore": [ "!/.github", "/coverage", "/dist", "/node_modules", "/sdk-js/dist", "/sdk-js/node_modules" ], "homepage": "https://github.com/serverless/enterprise-plugin#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "license": "MIT", "lint-staged": { "*.js": [ "eslint" ], "*.{css,html,js,json,md,yaml,yml}": [ "prettier -c" ] }, "mocha": { "reporter": "@serverless/test/setup/mocha-reporter", "require": [ "@serverless/test/setup/log", "@serverless/test/setup/async-leaks-detector", "@serverless/test/setup/mock-homedir", "@serverless/test/setup/restore-cwd", "@serverless/test/setup/restore-env", "./test/map-mocha-globals" ], "timeout": 120000 }, "name": "@serverless/enterprise-plugin", "nyc": { "all": true, "exclude": [ "**/*.test.js", ".github/**", "coverage/**", "dist/**", "examples/**", "integration-testing/**", "node_modules/**", "prettier.config.js", "scripts/**", "sdk-js/**", "test/**" ], "reporter": [ "lcov", "html", "text-summary" ] }, "repository": { "type": "git", "url": "git+https://github.com/serverless/enterprise-plugin.git" }, "scripts": { "cover": "nyc npm test", "integration-test": "mocha-isolated --pass-through-aws-creds --skip-fs-cleanup-check --max-workers=20 \"integration-testing/**/*.test.js\"", "lint": "eslint .", "lint:staged": "lint-staged", "lint:updated": "pipe-git-updated --ext=js -- eslint", "prettier-check": "prettier -c \"**/*.{css,html,js,json,md,yaml,yml}\"", "prettier-check:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c", "prettify": "prettier --write\"**/*.{css,html,js,json,md,yaml,yml}\"", "prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write", "test": "mocha \"!(node_modules|integration-testing|dist|sdk-js)/**/*.test.js\"", "test:isolated": "mocha-isolated \"!(node_modules|integration-testing|dist|sdk-js)/**/*.test.js\"" }, "version": "4.0.4" }