primitive-pool
Version:
Pool of objects for primitives. (Make WeakMap accept primitive keys)
31 lines (30 loc) • 681 B
JSON
{
"name": "primitive-pool",
"version": "2.0.0",
"description": "Pool of objects for primitives. (Make WeakMap accept primitive keys)",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dy/primitive-pool.git"
},
"keywords": [
"primitive",
"primitives",
"weakmap",
"pool",
"keys",
"object",
"primitive-object",
"singleton"
],
"author": "Dmitry Yv <df.creative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dy/primitive-pool/issues"
},
"homepage": "https://github.com/dy/primitive-pool#readme"
}