Add telemetry for TRAP caching
This commit is contained in:
parent
ca10a6d552
commit
4139682b64
63 changed files with 1195 additions and 126 deletions
38
node_modules/tiny-each-async/package.json
generated
vendored
Normal file
38
node_modules/tiny-each-async/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"name": "tiny-each-async",
|
||||
"version": "2.0.3",
|
||||
"description": "Asynchronous iterator function for parallel processing.",
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
"each",
|
||||
"async",
|
||||
"asynchronous",
|
||||
"iteration",
|
||||
"iterate",
|
||||
"loop",
|
||||
"foreach",
|
||||
"parallel",
|
||||
"concurrent",
|
||||
"array",
|
||||
"flow",
|
||||
"control flow"
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"alessioalex-standard": "^1.0.0",
|
||||
"async": "^1.5.0",
|
||||
"husky": "^0.10.1",
|
||||
"lolex": "^1.3.2",
|
||||
"matcha": "^0.6.0",
|
||||
"tape": "^4.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
"bench": "matcha bench/*.js",
|
||||
"test": "tape test.js",
|
||||
"lint": "alessioalex-standard",
|
||||
"precommit": "npm run lint && npm test"
|
||||
},
|
||||
"author": "Alexandru Vladutu <alexandru.vladutu@gmail.com>",
|
||||
"license": "MIT",
|
||||
"repository": "alessioalex/tiny-each-async"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue