UNPKG

@selfage/once

Version:

Calling functions only once.

42 lines (41 loc) 952 B
{ "name": "@selfage/once", "version": "1.1.1", "description": "Calling functions only once.", "repository": { "type": "git", "url": "git+https://github.com/selfage/once.git" }, "keywords": [ "Lazy", "Pointer", "Instance", "Constructor", "Delay", "Defer", "Function", "Once", "TypeScript" ], "author": "Yuxuan Xie <teststaybaka@gmail.com> (http://www.yuxuanxie.com)", "license": "MIT", "bugs": { "url": "https://github.com/selfage/once/issues" }, "homepage": "https://github.com/selfage/once#readme", "main": "./once.js", "types": "./once.d.ts", "files": [ "**/*.js", "**/*.d.ts", "!**/*_test.*", "!test_data/**/*" ], "devDependencies": { "@selfage/cli": "^5.0.0", "@selfage/test_matcher": "^2.1.8", "@selfage/test_runner": "^5.0.2", "@selfage/tsconfig": "^1.1.0", "typescript": "^5.6.3" } }