package.json
2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"_args": [
[
{
"raw": "browser-stdout@1.3.0",
"scope": null,
"escapedName": "browser-stdout",
"name": "browser-stdout",
"rawSpec": "1.3.0",
"spec": "1.3.0",
"type": "version"
},
"/Users/admin/Documents/workspace/programming/node_modules/mocha"
]
],
"_from": "browser-stdout@1.3.0",
"_id": "browser-stdout@1.3.0",
"_inCache": true,
"_location": "/browser-stdout",
"_nodeVersion": "0.12.7",
"_npmUser": {
"name": "kumavis",
"email": "aaron@kumavis.me"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"raw": "browser-stdout@1.3.0",
"scope": null,
"escapedName": "browser-stdout",
"name": "browser-stdout",
"rawSpec": "1.3.0",
"spec": "1.3.0",
"type": "version"
},
"_requiredBy": [
"/mocha"
],
"_resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.0.tgz",
"_shasum": "f351d32969d32fa5d7a5567154263d928ae3bd1f",
"_shrinkwrap": null,
"_spec": "browser-stdout@1.3.0",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/mocha",
"author": {
"name": "kumavis"
},
"bugs": {
"url": "https://github.com/kumavis/browser-stdout/issues"
},
"dependencies": {},
"description": "`process.stdout` in your browser.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "f351d32969d32fa5d7a5567154263d928ae3bd1f",
"tarball": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.0.tgz"
},
"gitHead": "33b44b0566c64ca70755c4842571c2bc07713aa7",
"homepage": "https://github.com/kumavis/browser-stdout#readme",
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "kumavis",
"email": "aaron@kumavis.me"
}
],
"name": "browser-stdout",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kumavis/browser-stdout.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.3.0"
}