Files
taimed/node_modules/spawnback/package.json
2025-07-24 17:21:45 +08:00

25 lines
636 B
JSON

{
"name": "spawnback",
"description": "Simplified process spawning with buffered output in a callback",
"version": "1.0.1",
"homepage": "https://github.com/scottgonzalez/spawnback",
"author": {
"name": "Scott González",
"email": "scott.gonzalez@gmail.com",
"url": "http://scottgonzalez.com"
},
"repository": {
"type": "git",
"url": "git://github.com/scottgonzalez/spawnback.git"
},
"bugs": {
"url": "https://github.com/scottgonzalez/spawnback/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/scottgonzalez/spawnback/blob/master/LICENSE.txt"
}
]
}