minishouyin/node_modules/dank-do-while/package.json

21 lines
394 B
JSON
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
{
"name": "dank-do-while",
"version": "0.1.2",
"description": "An asynchronous do-while-like function",
"main": "index.js",
"scripts": {
"test": "nodeunit test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/wankdanker/node-dank-do-while.git"
},
"keywords": [
"do",
"while",
"async"
],
"author": "Dan VerWeire",
"license": "MIT"
}