amis-rpc-design/node_modules/readline/package.json

23 lines
468 B
JSON
Raw Normal View History

2023-10-07 19:42:30 +08:00
{
"name": "readline",
"version": "1.3.0",
"description": "Simple streaming readline module.",
"main": "readline.js",
"scripts": {
"test": "tap --tap --stderr --timeout=120 test/*.js"
},
"dependencies":{},
"devDependencies":{
"tap":"0.4.3",
"iconv-lite":"0.4.13"
},
"repository": "git@github.com:maleck13/readline.git",
"keywords": [
"readline",
"line by line",
"file"
],
"author": "craig brookes",
"license": "BSD"
}