-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.licensed.yml
45 lines (43 loc) · 919 Bytes
/
.licensed.yml
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
sources:
npm: true
allowed:
- apache-2.0
- bsd-2-clause
- bsd-3-clause
- isc
- mit
- unlicense
reviewed:
npm:
- abbrev # mit
- bcrypt-pbkdf # ics
- cjson # mit
- concat-map # mit
- fast-json-stable-stringify # mit
- dashdash # mit
- deep-is # mit
- escodegen # bsd-2-clause/bsd-3-clause
- esprima # bsd-2-clause
- estraverse # bsd-2-clause
- esutils # bsd-2-clause
- fs.realpath # mit
- is-typedarray # mit
- jison # mit
- jsbn # mit
- json-schema # bsd-3-clause
- minimist # mit
- minizlib # mit
- mkdirp # mit
- nan # mit
- nomnom # mit
- node-pre-gyp # bsd-3-clause
- qs # bsd-3-clause
- rc # mit
- readable-stream # mit
- sax # mit
- source-map # bsd-3-clause
- sqlite3 # bsd-3-clause
- static-eval # mit
- string_decoder # mit
- uri-js # bsd-2-clause
- wordwrap # mit