Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80529 views
1
{
2
"name": "tty-browserify",
3
"version": "0.0.0",
4
"description": "the tty module from node core for browsers",
5
"main": "index.js",
6
"dependencies": {},
7
"devDependencies": {
8
"tape": "~1.0.4"
9
},
10
"scripts": {
11
"test": "tape test/*.js"
12
},
13
"repository": {
14
"type": "git",
15
"url": "git://github.com/substack/tty-browserify.git"
16
},
17
"homepage": "https://github.com/substack/tty-browserify",
18
"keywords": [
19
"tty",
20
"browser",
21
"browserify"
22
],
23
"author": {
24
"name": "James Halliday",
25
"email": "[email protected]",
26
"url": "http://substack.net"
27
},
28
"license": "MIT",
29
"bugs": {
30
"url": "https://github.com/substack/tty-browserify/issues"
31
},
32
"_id": "[email protected]",
33
"dist": {
34
"shasum": "a157ba402da24e9bf957f9aa69d524eed42901a6",
35
"tarball": "http://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz"
36
},
37
"_from": "tty-browserify@>=0.0.0 <0.1.0",
38
"_npmVersion": "1.3.14",
39
"_npmUser": {
40
"name": "substack",
41
"email": "[email protected]"
42
},
43
"maintainers": [
44
{
45
"name": "substack",
46
"email": "[email protected]"
47
}
48
],
49
"directories": {},
50
"_shasum": "a157ba402da24e9bf957f9aa69d524eed42901a6",
51
"_resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
52
"readme": "ERROR: No README data found!"
53
}
54
55