blob: 6949c49f31115ade3017353178fb90b10eef3720 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "console-stream@^0.1.1",
3 "_id": "console-stream@0.1.1",
4 "_inBundle": false,
5 "_integrity": "sha1-oJX+B7IEZZVfL6/Si11yvM2UnUQ=",
6 "_location": "/console-stream",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "console-stream@^0.1.1",
12 "name": "console-stream",
13 "escapedName": "console-stream",
14 "rawSpec": "^0.1.1",
15 "saveSpec": null,
16 "fetchSpec": "^0.1.1"
17 },
18 "_requiredBy": [
19 "/squeak"
20 ],
21 "_resolved": "https://registry.npmjs.org/console-stream/-/console-stream-0.1.1.tgz",
22 "_shasum": "a095fe07b20465955f2fafd28b5d72bccd949d44",
23 "_spec": "console-stream@^0.1.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\squeak",
25 "author": {
26 "name": "Raynos",
27 "email": "raynos2@gmail.com"
28 },
29 "bugs": {
30 "url": "https://github.com/Raynos/console-stream/issues",
31 "email": "raynos2@gmail.com"
32 },
33 "bundleDependencies": false,
34 "contributors": [
35 {
36 "name": "Raynos"
37 }
38 ],
39 "dependencies": {},
40 "deprecated": false,
41 "description": "A writable stream that writes to the console",
42 "devDependencies": {
43 "browserify": "https://github.com/raynos/node-browserify/tarball/master",
44 "tape": "~0.2.2",
45 "testem": "~0.2.55"
46 },
47 "homepage": "https://github.com/Raynos/console-stream",
48 "keywords": [],
49 "licenses": [
50 {
51 "type": "MIT",
52 "url": "http://github.com/Raynos/console-stream/raw/master/LICENSE"
53 }
54 ],
55 "main": "index",
56 "name": "console-stream",
57 "repository": {
58 "type": "git",
59 "url": "git://github.com/Raynos/console-stream.git"
60 },
61 "scripts": {
62 "build": "browserify test/index.js -o test/static/bundle.js",
63 "test": "node ./test",
64 "testem": "testem"
65 },
66 "testling": {
67 "files": "test/index.js",
68 "browsers": {
69 "ie": [
70 "8",
71 "9",
72 "10"
73 ],
74 "firefox": [
75 "16",
76 "17",
77 "nightly"
78 ],
79 "chrome": [
80 "22",
81 "23",
82 "canary"
83 ],
84 "opera": [
85 "12",
86 "next"
87 ],
88 "safari": [
89 "5.1"
90 ]
91 }
92 },
93 "version": "0.1.1"
94}