serverless-artillery
Version:
A serverless performance testing tool. `serverless` + `artillery` = crush. a.k.a. Orbital Laziers [sic]
63 lines (62 loc) • 1.5 kB
JSON
{
"_args": [
[
"nanotimer@0.3.15",
"/Users/a09y/serverless-artillery/lib/lambda"
]
],
"_from": "nanotimer@0.3.15",
"_id": "nanotimer@0.3.15",
"_inBundle": false,
"_integrity": "sha1-KA0nfbkUbspvilcLVyq68qmsx1Q=",
"_location": "/nanotimer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "nanotimer@0.3.15",
"name": "nanotimer",
"escapedName": "nanotimer",
"rawSpec": "0.3.15",
"saveSpec": null,
"fetchSpec": "0.3.15"
},
"_requiredBy": [
"/artillery"
],
"_resolved": "https://registry.npmjs.org/nanotimer/-/nanotimer-0.3.15.tgz",
"_spec": "0.3.15",
"_where": "/Users/a09y/serverless-artillery/lib/lambda",
"authors": [
"Kevin Briggs <krb686@gmail.com> (https://github.com/Krb686)"
],
"bugs": {
"url": "https://github.com/Krb686/nanotimer/issues"
},
"description": "A much higher accuracy timer object that makes use of the node.js hrtime function call.",
"devDependencies": {
"mocha": "^2.3.4",
"should": "^7.1.1"
},
"homepage": "https://github.com/Krb686/nanotimer#readme",
"keywords": [
"timer",
"nanotimer",
"nano",
"nanoseconds",
"micro",
"microseconds",
"stopwatch"
],
"license": "ISC",
"main": "./lib/nanotimer.js",
"name": "nanotimer",
"repository": {
"type": "git",
"url": "git+https://github.com/Krb686/nanotimer.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.3.15"
}