You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
791 B
39 lines
791 B
2 years ago
|
{
|
||
|
"name": "stream-events",
|
||
|
"version": "1.0.5",
|
||
|
"description": "Get an event when you're being sent data or asked for it.",
|
||
|
"main": "index.js",
|
||
|
"types": "index.d.ts",
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"index.d.ts"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"test": "node ./test"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/stephenplusplus/stream-events"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"stream",
|
||
|
"events",
|
||
|
"read",
|
||
|
"write",
|
||
|
"duplexify",
|
||
|
"lazy-stream"
|
||
|
],
|
||
|
"author": "Stephen Sawchuk",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/stephenplusplus/stream-events/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/stephenplusplus/stream-events",
|
||
|
"devDependencies": {
|
||
|
"duplexify": "^3.2.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"stubs": "^3.0.0"
|
||
|
}
|
||
|
}
|