RevelaOS/node_modules/just-once/package.json
2023-10-15 23:53:41 +01:00

21 lines
466 B
JSON

{
"name": "just-once",
"version": "1.1.0",
"description": "create a function that can only be invoked once",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/angus-c/just",
"keywords": [
"function",
"once",
"no-dependencies",
"just"
],
"author": "Angus Croll",
"license": "MIT",
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}