weaked
Version:
weak decorator, wraps it with a WeakRef descriptor
55 lines • 1.13 kB
JSON
{
"name": "weaked",
"version": "0.1.3",
"description": "weak decorator, wraps it with a WeakRef descriptor",
"main": "bin/index.js",
"types": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
"files": [
"/bin"
],
"keywords": [
"weak",
"decorator",
"weakref",
"weakref-decorator",
"property",
"cached",
"typescript",
"ts",
"small",
"100-procent-coverage",
"types",
"typed"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jaenster/weaked.git"
},
"author": "Jaenster",
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"jest": "^27.0.2",
"ts-jest": "^27.0.2",
"ts-node": "^8.6.2",
"typescript": "^4.5.4"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
},
"engines": {
"node": ">=14.6.0"
}
}