mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 13:10:09 +02:00
update dependencies
This commit is contained in:
13
node_modules/bcrypt-pbkdf/CONTRIBUTING.md
generated
vendored
Normal file
13
node_modules/bcrypt-pbkdf/CONTRIBUTING.md
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Contributing
|
||||
|
||||
This repository uses [cr.joyent.us](https://cr.joyent.us) (Gerrit) for new
|
||||
changes. Anyone can submit changes. To get started, see the [cr.joyent.us user
|
||||
guide](https://github.com/joyent/joyent-gerrit/blob/master/docs/user/README.md).
|
||||
This repo does not use GitHub pull requests.
|
||||
|
||||
See the [Joyent Engineering
|
||||
Guidelines](https://github.com/joyent/eng/blob/master/docs/index.md) for general
|
||||
best practices expected in this repository.
|
||||
|
||||
If you're changing something non-trivial or user-facing, you may want to submit
|
||||
an issue first.
|
66
node_modules/bcrypt-pbkdf/LICENSE
generated
vendored
Normal file
66
node_modules/bcrypt-pbkdf/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
The Blowfish portions are under the following license:
|
||||
|
||||
Blowfish block cipher for OpenBSD
|
||||
Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
|
||||
All rights reserved.
|
||||
|
||||
Implementation advice by David Mazieres <dm@lcs.mit.edu>.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
3. The name of the author may not be used to endorse or promote products
|
||||
derived from this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
|
||||
The bcrypt_pbkdf portions are under the following license:
|
||||
|
||||
Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
|
||||
|
||||
Permission to use, copy, modify, and distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
|
||||
|
||||
Performance improvements (Javascript-specific):
|
||||
|
||||
Copyright 2016, Joyent Inc
|
||||
Author: Alex Wilson <alex.wilson@joyent.com>
|
||||
|
||||
Permission to use, copy, modify, and distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
10
node_modules/bcrypt-pbkdf/README.md
generated
vendored
10
node_modules/bcrypt-pbkdf/README.md
generated
vendored
@@ -1,6 +1,5 @@
|
||||
Port of the OpenBSD `bcrypt_pbkdf` function to pure Javascript. `npm`-ified
|
||||
version of [Devi Mandiri's port]
|
||||
(https://github.com/devi/tmp/blob/master/js/bcrypt_pbkdf.js),
|
||||
version of [Devi Mandiri's port](https://github.com/devi/tmp/blob/master/js/bcrypt_pbkdf.js),
|
||||
with some minor performance improvements. The code is copied verbatim (and
|
||||
un-styled) from Devi's work.
|
||||
|
||||
@@ -37,3 +36,10 @@ Parameters:
|
||||
* `sha2pass`, a Uint8Array of length 64
|
||||
* `sha2salt`, a Uint8Array of length 64
|
||||
* `out`, a Uint8Array of length 32, will be filled with output
|
||||
|
||||
## License
|
||||
|
||||
This source form is a 1:1 port from the OpenBSD `blowfish.c` and `bcrypt_pbkdf.c`.
|
||||
As a result, it retains the original copyright and license. The two files are
|
||||
under slightly different (but compatible) licenses, and are here combined in
|
||||
one file. For each of the full license texts see `LICENSE`.
|
||||
|
41
node_modules/bcrypt-pbkdf/package.json
generated
vendored
41
node_modules/bcrypt-pbkdf/package.json
generated
vendored
@@ -1,41 +1,44 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"bcrypt-pbkdf@1.0.1",
|
||||
"/home/s2/Documents/Code/gitlit"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "bcrypt-pbkdf@1.0.1",
|
||||
"_id": "bcrypt-pbkdf@1.0.1",
|
||||
"_from": "bcrypt-pbkdf@^1.0.0",
|
||||
"_id": "bcrypt-pbkdf@1.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=",
|
||||
"_integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
|
||||
"_location": "/bcrypt-pbkdf",
|
||||
"_optional": true,
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "bcrypt-pbkdf@1.0.1",
|
||||
"raw": "bcrypt-pbkdf@^1.0.0",
|
||||
"name": "bcrypt-pbkdf",
|
||||
"escapedName": "bcrypt-pbkdf",
|
||||
"rawSpec": "1.0.1",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.1"
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/sshpk"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz",
|
||||
"_spec": "1.0.1",
|
||||
"_where": "/home/s2/Documents/Code/gitlit",
|
||||
"_resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
|
||||
"_shasum": "a4301d389b6a43f9b67ff3ca11a3f6637e360e9e",
|
||||
"_spec": "bcrypt-pbkdf@^1.0.0",
|
||||
"_where": "E:\\projects\\p\\gitlit\\node_modules\\sshpk",
|
||||
"bugs": {
|
||||
"url": "https://github.com/joyent/node-bcrypt-pbkdf/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"tweetnacl": "^0.14.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
|
||||
"devDependencies": {},
|
||||
"homepage": "https://github.com/joyent/node-bcrypt-pbkdf#readme",
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "index.js",
|
||||
"name": "bcrypt-pbkdf",
|
||||
"version": "1.0.1"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/joyent/node-bcrypt-pbkdf.git"
|
||||
},
|
||||
"version": "1.0.2"
|
||||
}
|
||||
|
Reference in New Issue
Block a user