UNPKG

serverless-artillery

Version:

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

73 lines (72 loc) 1.8 kB
{ "_args": [ [ "arrivals@2.1.2", "/Users/a09y/serverless-artillery/lib/lambda" ] ], "_from": "arrivals@2.1.2", "_id": "arrivals@2.1.2", "_inBundle": false, "_integrity": "sha512-g3+rxhxUen2H4+PPBOz6U6pkQ4esBuQPna1rPskgK1jamBdDZeoppyB2vPUM/l0ccunwRrq4r2rKgCvc2FnrFA==", "_location": "/arrivals", "_phantomChildren": { "ms": "2.1.2" }, "_requested": { "type": "version", "registry": true, "raw": "arrivals@2.1.2", "name": "arrivals", "escapedName": "arrivals", "rawSpec": "2.1.2", "saveSpec": null, "fetchSpec": "2.1.2" }, "_requiredBy": [ "/artillery" ], "_resolved": "https://registry.npmjs.org/arrivals/-/arrivals-2.1.2.tgz", "_spec": "2.1.2", "_where": "/Users/a09y/serverless-artillery/lib/lambda", "author": { "name": "Hassy Veldstra", "email": "h@artillery.io" }, "bugs": { "url": "https://github.com/artilleryio/arrivals/issues" }, "dependencies": { "debug": "^4.0.1", "nanotimer": "0.3.14" }, "description": "Modeling arrival processes of events in a system.", "devDependencies": { "eslint": "^2.9.0", "istanbul": "^0.4.5", "pre-commit": "^1.0.10", "tape": "^4.0.0" }, "homepage": "https://github.com/artilleryio/arrivals#readme", "keywords": [ "poisson", "process", "arrival" ], "license": "ISC", "main": "index.js", "name": "arrivals", "pre-commit": [ "is_linted" ], "repository": { "type": "git", "url": "git+https://github.com/artilleryio/arrivals.git" }, "scripts": { "coverage": "istanbul cover test/index.js && istanbul check-coverage", "is_linted": "find . -name '*.js' | grep -v node_modules | grep -v coverage | xargs eslint", "test": "node test/index.js" }, "version": "2.1.2" }