Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "console-browserify",
3
"version": "1.1.0",
4
"description": "Emulate console for all the browsers",
5
"keywords": [],
6
"author": {
7
"name": "Raynos",
8
"email": "[email protected]"
9
},
10
"repository": {
11
"type": "git",
12
"url": "git://github.com/Raynos/console-browserify.git"
13
},
14
"main": "index",
15
"homepage": "https://github.com/Raynos/console-browserify",
16
"contributors": [
17
{
18
"name": "Raynos"
19
}
20
],
21
"bugs": {
22
"url": "https://github.com/Raynos/console-browserify/issues",
23
"email": "[email protected]"
24
},
25
"dependencies": {
26
"date-now": "^0.1.4"
27
},
28
"devDependencies": {
29
"tape": "^2.12.3",
30
"jsonify": "0.0.0",
31
"tap-spec": "^0.1.8",
32
"run-browser": "^1.3.0",
33
"tap-dot": "^0.2.1"
34
},
35
"licenses": [
36
{
37
"type": "MIT",
38
"url": "http://github.com/Raynos/console-browserify/raw/master/LICENSE"
39
}
40
],
41
"scripts": {
42
"test": "node ./test/index.js | tap-spec",
43
"dot": "node ./test/index.js | tap-dot",
44
"start": "node ./index.js",
45
"cover": "istanbul cover --report none --print detail ./test/index.js",
46
"view-cover": "istanbul report html && google-chrome ./coverage/index.html",
47
"browser": "run-browser test/index.js",
48
"phantom": "run-browser test/index.js -b | tap-spec",
49
"build": "browserify test/index.js -o test/static/bundle.js",
50
"testem": "testem"
51
},
52
"testling": {
53
"files": "test/index.js",
54
"browsers": [
55
"ie/8..latest",
56
"firefox/16..latest",
57
"firefox/nightly",
58
"chrome/22..latest",
59
"chrome/canary",
60
"opera/12..latest",
61
"opera/next",
62
"safari/5.1..latest",
63
"ipad/6.0..latest",
64
"iphone/6.0..latest",
65
"android-browser/4.2..latest"
66
]
67
},
68
"_id": "[email protected]",
69
"dist": {
70
"shasum": "f0241c45730a9fc6323b206dbf38edc741d0bb10",
71
"tarball": "http://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz"
72
},
73
"_from": "console-browserify@>=1.1.0 <2.0.0",
74
"_npmVersion": "1.4.6",
75
"_npmUser": {
76
"name": "raynos",
77
"email": "[email protected]"
78
},
79
"maintainers": [
80
{
81
"name": "raynos",
82
"email": "[email protected]"
83
}
84
],
85
"directories": {},
86
"_shasum": "f0241c45730a9fc6323b206dbf38edc741d0bb10",
87
"_resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
88
"readme": "ERROR: No README data found!"
89
}
90
91