reuse-pool
Version:
Pool arbitrary objects for reuse
31 lines (30 loc) • 687 B
JSON
{
"name": "reuse-pool",
"version": "1.0.2",
"description": "Pool arbitrary objects for reuse",
"keywords": [
"object",
"pool",
"reuse",
"factory",
"performance",
"optimisation"
],
"scripts": {
"test": "set -e; for t in test/*; do node $t; done"
},
"dependencies": {},
"devDependencies": {
"tape": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jaz303/reuse-pool.git"
},
"author": "Jason Frame <jason@onehackoranother.com> (http://jasonframe.co.uk)",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaz303/reuse-pool/issues"
},
"homepage": "http://github.com/jaz303/reuse-pool"
}