@@ -4,14 +4,14 @@ CLI tool for managing HTTP Basic Authentication password file.
4
4
5
5
Basically, this is a Node.js implementation of Apache's [ ` htpasswd ` ] ( https://httpd.apache.org/docs/2.4/programs/htpasswd.html ) utility.
6
6
7
- [ ![ build] ( https://github.com/http-auth /htpasswd/workflows/build/badge.svg )] ( https://github.com/http-auth /htpasswd/actions?query=workflow%3Abuild )
7
+ [ ![ build] ( https://github.com/gevorg /htpasswd/workflows/build/badge.svg )] ( https://github.com/gevorg /htpasswd/actions/workflows/build.yml )
8
8
9
9
## Installation
10
10
11
11
Via git (or downloaded tarball):
12
12
13
13
``` bash
14
- $ git clone git://github.com/http-auth /htpasswd.git
14
+ $ git clone git://github.com/gevorg /htpasswd.git
15
15
```
16
16
Via [ npm] ( http://npmjs.org/ ) :
17
17
@@ -51,42 +51,6 @@ It uses [mocha](https://mochajs.org/), so just run following command in package
51
51
$ npm test
52
52
```
53
53
54
- ## Issues
55
-
56
- You can find list of issues using ** [ this link] ( http://github.com/http-auth/htpasswd/issues ) ** .
57
-
58
- ## Requirements
59
-
60
- - ** [ Node.js] ( http://nodejs.org ) ** - Event-driven I/O server-side JavaScript environment based on V8.
61
- - ** [ npm] ( http://npmjs.org ) ** - Package manager. Installs, publishes and manages node programs.
62
-
63
- ## Dependencies
64
-
65
- - ** [ commander] ( https://github.com/visionmedia/commander.js/ ) ** - node.js command-line interfaces made easy.
66
- - ** [ prompt] ( https://github.com/flatiron/prompt ) ** - a beautiful command-line prompt for node.js.
67
- - ** [ apache-md5] ( https://github.com/http-auth/apache-md5 ) ** - Node.js module for Apache style password encryption using md5.
68
- - ** [ apache-crypt] ( https://github.com/http-auth/apache-crypt ) ** - Node.js module for Apache style password encryption using crypt(3).
69
- - ** [ bcrypt.js] ( https://github.com/dcodeIO/bcrypt.js ) ** - Optimized bcrypt in plain JavaScript with zero dependencies.
70
-
71
54
## License
72
55
73
- The MIT License (MIT)
74
-
75
- Copyright (c) Gevorg Harutyunyan
76
-
77
- Permission is hereby granted, free of charge, to any person obtaining a copy of
78
- this software and associated documentation files (the "Software"), to deal in
79
- the Software without restriction, including without limitation the rights to
80
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
81
- the Software, and to permit persons to whom the Software is furnished to do so,
82
- subject to the following conditions:
83
-
84
- The above copyright notice and this permission notice shall be included in all
85
- copies or substantial portions of the Software.
86
-
87
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
88
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
89
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
90
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
91
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
92
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
56
+ The MIT License (MIT)
0 commit comments