package.json
1.27 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
{
"_from": "browser-stdout@1.3.0",
"_id": "browser-stdout@1.3.0",
"_inBundle": false,
"_integrity": "sha1-81HTKWnTL6XXpVZxVCY9korjvR8=",
"_location": "/browser-stdout",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "browser-stdout@1.3.0",
"name": "browser-stdout",
"escapedName": "browser-stdout",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/mocha"
],
"_resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.0.tgz",
"_shasum": "f351d32969d32fa5d7a5567154263d928ae3bd1f",
"_spec": "browser-stdout@1.3.0",
"_where": "D:\\w\\project\\comnetprj\\node_modules\\mocha",
"author": {
"name": "kumavis"
},
"bugs": {
"url": "https://github.com/kumavis/browser-stdout/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "`process.stdout` in your browser.",
"homepage": "https://github.com/kumavis/browser-stdout#readme",
"license": "ISC",
"main": "index.js",
"name": "browser-stdout",
"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"
}