@arr/foreach.spec
Version:
A tiny, faster alternative to native Array.prototype.forEach
38 lines (37 loc) • 710 B
JSON
{
"name": "@arr/foreach.spec",
"version": "0.1.0",
"repository": "lukeed/arr",
"description": "A tiny, faster alternative to native Array.prototype.forEach",
"module": "module.js",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "lukeed.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"bench": "node bench",
"test": "tape test/*.js | tap-spec"
},
"files": [
"*.js"
],
"keywords": [
"arr",
"array",
"Array.forEach",
"Array.prototype.forEach",
"performance",
"forEach.spec",
"native",
"spec"
],
"publishConfig": {
"access": "public"
}
}