-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
99 lines (87 loc) · 2.46 KB
/
config.yaml
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# organization name, it's used to get github repo url, also in page title
name: jshttp
# badge style, can be "flat" or ""
# see https://badgen.net/ for details
badge_style: flat
# meta headers in html
title: jshttp
description: Low-Level JavaScript HTTP-related Modules
keywords: jshttp, js, http, javascript, node.js, node, express
# list of projects, this will be sorted by name;
# every package is either string or object
projects:
- accepts
- basic-auth:
maintainer: dougwilson
- content-disposition
- content-type
- cookie
- forwarded
- media-typer
- mime-types:
maintainer: jongleberry
- negotiator
- proxy-addr
- type-is
- etag
- http-assert
- http-errors
- mime-db
- compressible:
maintainer: fishrock123
- methods
- fresh
- range-parser
- on-headers
- on-finished
- statuses
- vary
- spdy-push
# list of maintainers, this won't be sorted
maintainers:
- name: Doug Wilson
github: dougwilson # github account, required: we link to it
npm: dougwilson # npm account, required to determine lead maintainer
twitter: blipsofadoug # twitter account, optional
email: [email protected]
- name: Jonathan Ong
github: jonathanong
npm: jongleberry
twitter: jongleberry
email: [email protected]
# if gravatar is attached to an email different from specified above,
# add md5 of it here:
avatar: 6e33cc0412b61cc01daac23c8989003c
- name: Jeremiah Senkpiel
github: fishrock123
npm: fishrock123
twitter: fishrock123
email: [email protected]
- name: Alex Kocharin
github: rlidwka
npm: rlidwka
twitter: rlidwka
email: [email protected]
- name: TJ Holowaychuk
github: visionmedia
npm: tjholowaychuk
twitter: tjholowaychuk
email: [email protected]
gittip: visionmedia
- name: Federico Romero
github: federomero
npm: federomero
email: [email protected]
- name: Eivind Fjeldstad
github: eivindfjeldstad
npm: eivifj
email: [email protected]
# this determines what info will be fetched with `make db`;
# you can comment out stuff to reduce number of http requests
db.json:
projects:
- node # node version, it's the lowest version from .travis.yml
- description # package description from package.json (from npm registry)
- maintainer # maintainer npm account (= _npmUser of last published ver)
maintainers:
- packages # amount of packages this npm user has