summaryrefslogtreecommitdiff
path: root/roles/nodejs/defaults/main.yml
blob: f767b18449de349c7ad931f56eb2d525354d9fda (plain)
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
nodesj_present:
  - node-abbrev
  - node-agent-base
  - node-ajv
  - node-ansi
  - node-ansi-regex
  - node-ansi-styles
  - node-ansistyles
  - node-aproba
  - node-archy
  - node-are-we-there-yet
  - node-asap
  - node-asn1
  - node-assert-plus
  - node-asynckit
  - node-balanced-match
  - node-bcrypt-pbkdf
  - node-brace-expansion
  - node-builtins
  - node-cacache
  - node-caseless
  - node-chalk
  - node-chownr
  - node-clone
  - node-color-convert
  - node-color-name
  - node-colors
  - node-columnify
  - node-combined-stream
  - node-concat-map
  - node-console-control-strings
  - node-copy-concurrently
  - node-core-util-is
  - node-dashdash
  - node-debug
  - node-defaults
  - node-delayed-stream
  - node-delegates
  - node-depd
  - node-ecc-jsbn
  - node-encoding
  - node-err-code
  - node-escape-string-regexp
  - node-extend
  - node-extsprintf
  - node-fast-deep-equal
  - node-forever-agent
  - node-form-data
  - node-fs-write-stream-atomic
  - node-fs.realpath
  - node-function-bind
  - node-gauge
  - node-getpass
  - node-glob
  - node-graceful-fs
  - node-gyp
  - node-har-schema
  - node-har-validator
  - node-has-flag
  - node-has-unicode
  - node-hosted-git-info
  - node-http-signature
  - node-https-proxy-agent
  - node-iconv-lite
  - node-iferr
  - node-imurmurhash
  - node-indent-string
  - node-inflight
  - node-inherits
  - node-ini
  - node-ip
  - node-ip-regex
  - node-is-typedarray
  - node-isarray
  - node-isexe
  - node-isstream
  - node-jsbn
  - node-json-parse-better-errors
  - node-json-schema
  - node-json-schema-traverse
  - node-json-stable-stringify
  - node-json-stringify-safe
  - node-jsonify
  - node-jsonparse
  - node-jsonstream
  - node-jsprim
  - node-leven
  - node-lockfile
  - node-lru-cache
  - node-mime
  - node-mime-types
  - node-minimatch
  - node-mkdirp
  - node-move-concurrently
  - node-ms
  - node-mute-stream
  - node-nopt
  - node-normalize-package-data
  - node-npm-bundled
  - node-npm-package-arg
  - node-npmlog
  - node-number-is-nan
  - node-oauth-sign
  - node-object-assign
  - node-once
  - node-opener
  - node-osenv
  - node-p-map
  - node-path-is-absolute
  - node-performance-now
  - node-process-nextick-args
  - node-promise-inflight
  - node-promise-retry
  - node-promzard
  - node-psl
  - node-puka
  - node-punycode
  - node-qs
  - node-read
  - node-read-package-json
  - node-readable-stream
  - node-request
  - node-resolve
  - node-resolve-from
  - node-retry
  - node-rimraf
  - node-run-queue
  - node-safe-buffer
  - node-semver
  - node-set-blocking
  - node-signal-exit
  - node-slash
  - node-spdx-correct
  - node-spdx-exceptions
  - node-spdx-expression-parse
  - node-spdx-license-ids
  - node-sshpk
  - node-ssri
  - node-string-decoder
  - node-string-width
  - node-strip-ansi
  - node-supports-color
  - node-tar
  - node-text-table
  - node-through
  - node-tough-cookie
  - node-tunnel-agent
  - node-tweetnacl
  - node-typedarray-to-buffer
  - node-unique-filename
  - node-universalify
  - node-uri-js
  - node-util-deprecate
  - node-uuid
  - node-validate-npm-package-license
  - node-validate-npm-package-name
  - node-verror
  - node-wcwidth.js
  - node-which
  - node-wide-align
  - node-wrappy
  - node-write-file-atomic
  - node-yallist
  - nodejs-doc

nodejs_absent: []