UNPKG

serverless-artillery

Version:

A serverless performance testing tool. `serverless` + `artillery` = crush. a.k.a. Orbital Laziers [sic]

132 lines (131 loc) 3.85 kB
{ "_args": [ [ "git+https://github.com/Nordstrom/artillery.git#25852a11f5f559fc11076314c086ae40ee129348", "/Users/a09y/serverless-artillery/lib/lambda" ] ], "_from": "git+https://github.com/Nordstrom/artillery.git#25852a11f5f559fc11076314c086ae40ee129348", "_id": "artillery@git+https://github.com/Nordstrom/artillery.git#25852a11f5f559fc11076314c086ae40ee129348", "_inBundle": false, "_integrity": "", "_location": "/artillery", "_phantomChildren": {}, "_requested": { "type": "git", "raw": "git+https://github.com/Nordstrom/artillery.git#25852a11f5f559fc11076314c086ae40ee129348", "rawSpec": "git+https://github.com/Nordstrom/artillery.git#25852a11f5f559fc11076314c086ae40ee129348", "saveSpec": "git+https://github.com/Nordstrom/artillery.git#25852a11f5f559fc11076314c086ae40ee129348", "fetchSpec": "https://github.com/Nordstrom/artillery.git", "gitCommittish": "25852a11f5f559fc11076314c086ae40ee129348" }, "_requiredBy": [ "/" ], "_resolved": "git+https://github.com/Nordstrom/artillery.git#25852a11f5f559fc11076314c086ae40ee129348", "_spec": "git+https://github.com/Nordstrom/artillery.git#25852a11f5f559fc11076314c086ae40ee129348", "_where": "/Users/a09y/serverless-artillery/lib/lambda", "author": { "name": "Hassy Veldstra", "email": "h@veldstra.org" }, "bin": { "artillery": "./bin/artillery" }, "bugs": { "url": "https://github.com/shoreditch-ops/artillery/issues", "email": "npm@veldstra.org" }, "contributors": [ { "name": "Kieran Gorman", "url": "https://github.com/kjgorman" }, { "name": "Antony Jones", "url": "https://github.com/antony" } ], "dependencies": { "JSONPath": "^0.11.2", "arrivals": "^2.1.1", "artillery-plugin-statsd": "^2.2.0", "async": "^1.5.2", "chalk": "1.1.3", "cheerio": "^1.0.0-rc.2", "commander": "2.9.0", "csv-parse": "^4.6.3", "debug": "^2.2.0", "deep-equal": "^1.0.1", "esprima": "^4.0.0", "filtrex": "^0.5.4", "js-yaml": "^3.10.0", "jsck": "^0.3.2", "lodash": "^4.17.2", "moment": "^2.22.1", "nanotimer": "^0.3.15", "ora": "^1.3.0", "pidusage": "^1.1.6", "rc": "^1.1.6", "request": "^2.85.0", "rolex": "^1.1.2", "socket.io-client": "^2.1.0", "socketio-wildcard": "^2.0.0", "stats-lite": "^2.1.0", "tmp": "0.0.28", "tough-cookie": "^2.3.4", "traverse": "^0.6.6", "try-require": "^1.2.1", "update-notifier": "^2.1.0", "uuid": "^2.0.3", "ws": "^5.1.1" }, "description": "Flexible and powerful toolkit for load and functional testing", "devDependencies": { "bats": "^0.4.2", "bcrypt": "^2.0.1", "cookie-parser": "^1.4.3", "eslint": "^0.21.2", "express": "^4.16.3", "good": "^6.6.3", "good-console": "^5.3.2", "hapi": "^12.1.0", "hapi-auth-basic": "^5.0.0", "istanbul": "^0.3.22", "nock": "^9.2.5", "pre-commit": "^1.2.2", "prettier": "^1.5.2", "sinon": "^4.5.0", "socket.io": "^2.1.0", "tape": "^4.9.0" }, "engines": { "node": ">= 6" }, "homepage": "https://github.com/shoreditch-ops/artillery#readme", "keywords": [ "load testing", "stress testing", "benchmark", "performance", "blackbox testing" ], "license": "MPL-2.0", "main": "./lib", "man": [ "./man/artillery.1" ], "name": "artillery", "pre-commit": [], "preferGlobal": true, "repository": { "type": "git", "url": "git+https://github.com/shoreditch-ops/artillery.git" }, "scripts": { "coverage": "npm_config_coverage=y npm test && istanbul report html text-summary", "is_linted": "find . -name '*.js' | grep -v node_modules | grep -v coverage | xargs eslint", "test": "bash test/runner.sh" }, "version": "1.6.0-18" }