package.json
1.76 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
{
"_from": "dev-null@^0.1.1",
"_id": "dev-null@0.1.1",
"_inBundle": false,
"_integrity": "sha1-WiBc48Ky73e2I41roXnrdMag6Bg=",
"_location": "/dev-null",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dev-null@^0.1.1",
"name": "dev-null",
"escapedName": "dev-null",
"rawSpec": "^0.1.1",
"saveSpec": null,
"fetchSpec": "^0.1.1"
},
"_requiredBy": [
"/bhttp"
],
"_resolved": "https://registry.npmjs.org/dev-null/-/dev-null-0.1.1.tgz",
"_shasum": "5a205ce3c2b2ef77b6238d6ba179eb74c6a0e818",
"_spec": "dev-null@^0.1.1",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\bhttp",
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "http://thlorenz.com"
},
"bugs": {
"url": "https://github.com/thlorenz/dev-null/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "/dev/null for node streams",
"devDependencies": {
"nave": "~0.4.3",
"tap": "~0.4.3",
"tap-stream": "~0.2.0"
},
"engine": {
"node": ">=0.10"
},
"homepage": "https://github.com/thlorenz/dev-null",
"keywords": [
"streams",
"test",
"debug",
"ignore",
"silence"
],
"license": {
"type": "MIT",
"url": "https://github.com/thlorenz/dev-null/blob/master/LICENSE"
},
"main": "index.js",
"name": "dev-null",
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/dev-null.git"
},
"scripts": {
"test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi",
"test-0.10": "nave use 0.10 npm run test-main",
"test-all": "npm run test-main && npm run test-0.10",
"test-main": "tap test/*.js"
},
"version": "0.1.1"
}