UNPKG

8.73 kBPlain TextView Raw
1Name: crypto-browserify
2Version: 3.12.0
3License: MIT
4Private: false
5Description: implementation of crypto for the browser
6Repository: git://github.com/crypto-browserify/crypto-browserify.git
7Homepage: https://github.com/crypto-browserify/crypto-browserify
8Author: Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)
9
10---
11
12Name: browserify-sign
13Version: 4.0.4
14License: ISC
15Private: false
16Description: adds node crypto signing for browsers
17Repository: https://github.com/crypto-browserify/browserify-sign.git
18
19---
20
21Name: randombytes
22Version: 2.1.0
23License: MIT
24Private: false
25Description: random bytes from browserify stand alone
26Repository: git@github.com:crypto-browserify/randombytes.git
27Homepage: https://github.com/crypto-browserify/randombytes
28
29---
30
31Name: create-hash
32Version: 1.2.0
33License: MIT
34Private: false
35Description: create hashes for browserify
36Repository: git@github.com:crypto-browserify/createHash.git
37Homepage: https://github.com/crypto-browserify/createHash
38
39---
40
41Name: browserify-cipher
42Version: 1.0.1
43License: MIT
44Private: false
45Description: ciphers for the browser
46Repository: git@github.com:crypto-browserify/browserify-cipher.git
47Author: Calvin Metcalf <calvin.metcalf@gmail.com>
48
49---
50
51Name: pbkdf2
52Version: 3.0.17
53License: MIT
54Private: false
55Description: This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
56Repository: https://github.com/crypto-browserify/pbkdf2.git
57Homepage: https://github.com/crypto-browserify/pbkdf2
58Author: Daniel Cousens
59
60---
61
62Name: diffie-hellman
63Version: 5.0.3
64License: MIT
65Private: false
66Description: pure js diffie-hellman
67Repository: https://github.com/crypto-browserify/diffie-hellman.git
68Homepage: https://github.com/crypto-browserify/diffie-hellman
69Author: Calvin Metcalf
70
71---
72
73Name: create-hmac
74Version: 1.1.7
75License: MIT
76Private: false
77Description: node style hmacs in the browser
78Repository: https://github.com/crypto-browserify/createHmac.git
79Homepage: https://github.com/crypto-browserify/createHmac
80
81---
82
83Name: create-ecdh
84Version: 4.0.3
85License: MIT
86Private: false
87Description: createECDH but browserifiable
88Repository: https://github.com/crypto-browserify/createECDH.git
89Homepage: https://github.com/crypto-browserify/createECDH
90Author: Calvin Metcalf
91
92---
93
94Name: public-encrypt
95Version: 4.0.3
96License: MIT
97Private: false
98Description: browserify version of publicEncrypt & privateDecrypt
99Repository: https://github.com/crypto-browserify/publicEncrypt.git
100Homepage: https://github.com/crypto-browserify/publicEncrypt
101Author: Calvin Metcalf
102
103---
104
105Name: randomfill
106Version: 1.0.4
107License: MIT
108Private: false
109Description: random fill from browserify stand alone
110Repository: https://github.com/crypto-browserify/randomfill.git
111Homepage: https://github.com/crypto-browserify/randomfill
112
113---
114
115Name: browserify-des
116Version: 1.0.2
117License: MIT
118Private: false
119Repository: git+https://github.com/crypto-browserify/browserify-des.git
120Homepage: https://github.com/crypto-browserify/browserify-des#readme
121Author: Calvin Metcalf <calvin.metcalf@gmail.com>
122
123---
124
125Name: browserify-aes
126Version: 1.2.0
127License: MIT
128Private: false
129Description: aes, for browserify
130Repository: git://github.com/crypto-browserify/browserify-aes.git
131Homepage: https://github.com/crypto-browserify/browserify-aes
132
133---
134
135Name: safe-buffer
136Version: 5.1.2
137License: MIT
138Private: false
139Description: Safer Node.js Buffer API
140Repository: git://github.com/feross/safe-buffer.git
141Homepage: https://github.com/feross/safe-buffer
142Author: Feross Aboukhadijeh <feross@feross.org> (http://feross.org)
143
144---
145
146Name: md5.js
147Version: 1.3.5
148License: MIT
149Private: false
150Description: node style md5 on pure JavaScript
151Repository: https://github.com/crypto-browserify/md5.js.git
152Homepage: https://github.com/crypto-browserify/md5.js
153Author: Kirill Fomichev <fanatid@ya.ru> (https://github.com/fanatid)
154
155---
156
157Name: inherits
158Version: 2.0.3
159License: ISC
160Private: false
161Description: Browser-friendly inheritance fully compatible with standard node.js inherits()
162Repository: undefined
163
164---
165
166Name: cipher-base
167Version: 1.0.4
168License: MIT
169Private: false
170Description: abstract base class for crypto-streams
171Repository: git+https://github.com/crypto-browserify/cipher-base.git
172Homepage: https://github.com/crypto-browserify/cipher-base#readme
173Author: Calvin Metcalf <calvin.metcalf@gmail.com>
174
175---
176
177Name: evp_bytestokey
178Version: 1.0.3
179License: MIT
180Private: false
181Description: The insecure key derivation algorithm from OpenSSL
182Repository: https://github.com/crypto-browserify/EVP_BytesToKey.git
183Homepage: https://github.com/crypto-browserify/EVP_BytesToKey
184Author: Calvin Metcalf <calvin.metcalf@gmail.com>
185Contributors:
186 Kirill Fomichev <fanatid@ya.ru>
187
188---
189
190Name: elliptic
191Version: 6.4.1
192License: MIT
193Private: false
194Description: EC cryptography
195Repository: git@github.com:indutny/elliptic
196Homepage: https://github.com/indutny/elliptic
197Author: Fedor Indutny <fedor@indutny.com>
198
199---
200
201Name: bn.js
202Version: 4.11.8
203License: MIT
204Private: false
205Description: Big number implementation in pure javascript
206Repository: git@github.com:indutny/bn.js
207Homepage: https://github.com/indutny/bn.js
208Author: Fedor Indutny <fedor@indutny.com>
209
210---
211
212Name: browserify-rsa
213Version: 4.0.1
214License: MIT
215Private: false
216Description: RSA for browserify
217Repository: git@github.com:crypto-browserify/browserify-rsa.git
218
219---
220
221Name: parse-asn1
222Version: 5.1.4
223License: ISC
224Private: false
225Description: utility library for parsing asn1 files for use with browserify-sign.
226Repository: git://github.com/crypto-browserify/parse-asn1.git
227
228---
229
230Name: ripemd160
231Version: 2.0.2
232License: MIT
233Private: false
234Description: Compute ripemd160 of bytes or strings.
235Repository: https://github.com/crypto-browserify/ripemd160
236
237---
238
239Name: sha.js
240Version: 2.4.11
241License: (MIT AND BSD-3-Clause)
242Private: false
243Description: Streamable SHA hashes in pure javascript
244Repository: git://github.com/crypto-browserify/sha.js.git
245Homepage: https://github.com/crypto-browserify/sha.js
246Author: Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)
247
248---
249
250Name: miller-rabin
251Version: 4.0.1
252License: MIT
253Private: false
254Description: Miller Rabin algorithm for primality test
255Repository: git@github.com:indutny/miller-rabin
256Homepage: https://github.com/indutny/miller-rabin
257Author: Fedor Indutny <fedor@indutny.com>
258
259---
260
261Name: des.js
262Version: 1.0.0
263License: MIT
264Private: false
265Description: DES implementation
266Repository: git+ssh://git@github.com/indutny/des.js.git
267Homepage: https://github.com/indutny/des.js#readme
268Author: Fedor Indutny <fedor@indutny.com>
269
270---
271
272Name: hash-base
273Version: 3.0.4
274License: MIT
275Private: false
276Description: abstract base class for hash-streams
277Repository: https://github.com/crypto-browserify/hash-base.git
278Homepage: https://github.com/crypto-browserify/hash-base
279Author: Kirill Fomichev <fanatid@ya.ru> (https://github.com/fanatid)
280
281---
282
283Name: brorand
284Version: 1.1.0
285License: MIT
286Private: false
287Description: Random number generator for browsers and node.js
288Repository: git@github.com:indutny/brorand
289Homepage: https://github.com/indutny/brorand
290Author: Fedor Indutny <fedor@indutny.com>
291
292---
293
294Name: buffer-xor
295Version: 1.0.3
296License: MIT
297Private: false
298Description: A simple module for bitwise-xor on buffers
299Repository: https://github.com/crypto-browserify/buffer-xor.git
300Homepage: https://github.com/crypto-browserify/buffer-xor
301Author: Daniel Cousens
302
303---
304
305Name: asn1.js
306Version: 4.10.1
307License: MIT
308Private: false
309Description: ASN.1 encoder and decoder
310Repository: git@github.com:indutny/asn1.js
311Homepage: https://github.com/indutny/asn1.js
312Author: Fedor Indutny
313
314---
315
316Name: minimalistic-assert
317Version: 1.0.1
318License: ISC
319Private: false
320Description: minimalistic-assert ===
321Repository: https://github.com/calvinmetcalf/minimalistic-assert.git
322Homepage: https://github.com/calvinmetcalf/minimalistic-assert
323
324---
325
326Name: hash.js
327Version: 1.1.7
328License: MIT
329Private: false
330Description: Various hash functions that could be run by both browser and node
331Repository: git@github.com:indutny/hash.js
332Homepage: https://github.com/indutny/hash.js
333Author: Fedor Indutny <fedor@indutny.com>
334
335---
336
337Name: minimalistic-crypto-utils
338Version: 1.0.1
339License: MIT
340Private: false
341Description: Minimalistic tools for JS crypto modules
342Repository: git+ssh://git@github.com/indutny/minimalistic-crypto-utils.git
343Homepage: https://github.com/indutny/minimalistic-crypto-utils#readme
344Author: Fedor Indutny <fedor@indutny.com>
345
346---
347
348Name: hmac-drbg
349Version: 1.0.1
350License: MIT
351Private: false
352Description: Deterministic random bit generator (hmac)
353Repository: git+ssh://git@github.com/indutny/hmac-drbg.git
354Homepage: https://github.com/indutny/hmac-drbg#readme
355Author: Fedor Indutny <fedor@indutny.com>
\No newline at end of file