-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
.licensed.yml
58 lines (55 loc) · 1.13 KB
/
.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
46
47
48
49
50
51
52
53
54
55
56
57
58
# If not set, defaults to the directory name of `source_path`
name: 'Language Transfer'
# Sources of metadata
sources:
gradle: true
npm: true
yarn: true
bundler: true
# Dependencies with these licenses are allowed and will not raise errors or warnings.
# This list does not have a default value and is required for `licensed status`
# to succeed.
allowed:
- mit
- apache-2.0
- bsd-2-clause
- bsd-3-clause
- cc0-1.0
- isc
- unlicense
- 0bsd
reviewed:
npm:
- '@hapi/hoek'
- '@hapi/topo'
- '@sideway/address'
- '@sideway/formula'
- '@sideway/pinpoint'
- atob
- 'color-convert'
- colors
- encoding
- 'fs.realpath'
- glob
- 'hoist-non-react-statics'
- joi
- lodash
- 'lodash.isequal'
- 'lodash.throttle'
- jsonify # public domain. no license text so this still throws an error
- makeerror
- 'neo-async'
- 'node-stream-zip'
- 'react-native-background-downloader'
- 'readable-stream'
- sax
- shelljs
- 'source-map'
- 'sprintf-js'
- 'string_decoder'
- tmpl
- 'uglify-es'
- walker
- wcwidth
- xcode
- yargs