invoked-once
Version:
Invoke a function only once
32 lines (31 loc) • 684 B
JSON
{
"name": "invoked-once",
"version": "1.1.0",
"description": "Invoke a function only once",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/tape test/*.js"
},
"devDependencies": {
"tape": "^4.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahadb/invoked-once.git"
},
"keywords": [
"once",
"invoked",
"one",
"singular",
"function",
"callback",
"load"
],
"author": "Ahad Bokhari <ahadbokhari@gmail.com> (http://ahadb.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahadb/invoked-once/issues"
},
"homepage": "https://github.com/ahadb/invoked-once#readme"
}