Codebase list node-tty-browserify / 45233ad
bump standards version Pirate Praveen 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
66 debhelper (>= 9)
77 , dh-buildinfo
88 , nodejs
9 Standards-Version: 3.9.8
9 Standards-Version: 4.0.0
1010 Homepage: https://github.com/substack/tty-browserify
1111 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-tty-browserify.git
1212 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-tty-browserify.git
1616 Depends:
1717 ${misc:Depends}
1818 , nodejs
19 Description: tty library from node core for browsers.
19 Description: tty library from node core for browsers
2020 Provides a tiny stub implementation of the tty module that always returns
2121 false to isatty and throws out not implemented errors if ReadStream
2222 or WriteStream are called.