Codebase list node-tty-browserify / ff7c769
Update upstream source from tag 'upstream/0.0.1' Update to upstream version '0.0.1' with Debian dir f51d6d1a42fbfab9c7d87dc968e42a470a680319 Bastien Roucariès 4 years ago
2 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
55 exports.ReadStream = ReadStream;
66
77 function WriteStream() {
8 throw new Error('tty.ReadStream is not implemented');
8 throw new Error('tty.WriteStream is not implemented');
99 }
1010 exports.WriteStream = WriteStream;
00 {
11 "name": "tty-browserify",
2 "version": "0.0.0",
2 "version": "0.0.1",
33 "description": "the tty module from node core for browsers",
44 "main": "index.js",
55 "dependencies": {},
1111 },
1212 "repository": {
1313 "type": "git",
14 "url": "git://github.com/substack/tty-browserify.git"
14 "url": "git://github.com/browserify/tty-browserify.git"
1515 },
16 "homepage": "https://github.com/substack/tty-browserify",
16 "homepage": "https://github.com/browserify/tty-browserify",
1717 "keywords": [
1818 "tty",
1919 "browser",