weak-proxy
Version:
Utility to create weakly referenced proxies
34 lines (33 loc) • 826 B
JSON
{
"name": "weak-proxy",
"version": "0.1.0",
"main": "index.js",
"module": "index.js",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"type": "module",
"keywords": [
"WeakRef",
"Proxy"
],
"author": "Andrea Giammarchi",
"license": "MIT",
"description": "Utility to create weakly referenced proxies",
"repository": {
"type": "git",
"url": "git+https://github.com/WebReflection/weak-proxy.git"
},
"scripts": {
"coverage": "mkdir -p ./coverage; c8 report --reporter=text-lcov > ./coverage/lcov.info",
"test": "c8 node --expose-gc coverage.js"
},
"bugs": {
"url": "https://github.com/WebReflection/weak-proxy/issues"
},
"homepage": "https://github.com/WebReflection/weak-proxy#readme",
"devDependencies": {
"c8": "^10.1.3"
}
}