UNPKG

iterable-weak

Version:

Iterable WeakSet / WeakMap using ES2021 WeakRef

38 lines (37 loc) 882 B
{ "name": "iterable-weak", "version": "1.0.4", "description": "Iterable WeakSet / WeakMap using ES2021 WeakRef", "main": "./dist/index.js", "directories": { "test": "test" }, "dependencies": {}, "devDependencies": { "ts-loader": "^8.0.3", "typescript": "^4.0.2", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" }, "scripts": { "watch": "webpack --watch --mode development", "build": "webpack --mode production" }, "repository": { "type": "git", "url": "git+https://github.com/Lunuy/iterable-weak.git" }, "keywords": [ "iterable", "weak", "weakset", "weakmap", "weakref" ], "author": "Lunuy", "license": "Unlicense", "bugs": { "url": "https://github.com/Lunuy/iterable-weak/issues" }, "homepage": "https://github.com/Lunuy/iterable-weak#readme" }