gc-hacks
Version:
Collection of ugly hacks, for JS garbage collector. Use only as a last resort.
21 lines (20 loc) • 475 B
JSON
{
"name": "gc-hacks",
"version": "1.0.3",
"description": "Collection of ugly hacks, for JS garbage collector. Use only as a last resort.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/APIs-guru/gc-hacks"
},
"keywords": [
"GC",
"garbadge",
"collector"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/APIs-guru/gc-hacks/issues"
},
"homepage": "https://github.com/APIs-guru/gc-hacks/"
}