File tree 2 files changed +20
-9
lines changed
2 files changed +20
-9
lines changed Original file line number Diff line number Diff line change
1
+ ## Updated to compile under all versions of NodeJS
2
+ Forked from https://github.com/pingjiang/node-rar .
3
+
4
+ I needed this module for nodejs >= 0.12. My pull request has been in for many months
5
+ with no update and I believe the project may be abandoned, so I published this under
6
+ an updated name so I could continue to use it in my projects. If the pull request is
7
+ accepted in the original project, or the original project is updated, I will remove
8
+ this package and repository. The module now works under all versions of NodeJS.
9
+
1
10
# Node Rar Addon [ ![ Build Status] ( https://secure.travis-ci.org/pingjiang/node-rar.png?branch=master )] ( http://travis-ci.org/pingjiang/node-rar )
2
11
3
12
Node Rar Addon for reading RAR archives using the bundled UnRAR library.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " node-rar" ,
3
- "version" : " 0.0.2 " ,
2
+ "name" : " node-rar-updated " ,
3
+ "version" : " 0.0.1 " ,
4
4
"main" : " lib/rar.js" ,
5
- "description" : " Node Rar Addon for reading RAR archives using the bundled UnRAR library." ,
6
- "homepage" : " https://github.com/pingjiang/node-rar" ,
7
- "bugs" : " https://github.com/pingjiang/node-rar/issues" ,
5
+ "description" : [" Updated Node Rar Addon for reading RAR archives using the " ,
6
+ " bundled UnRAR library. Works with all versions of NodeJS. Forked from original " ,
7
+ " node-rar at https://github.com/pingjiang/node-rar" ],
8
+ "homepage" : " https://github.com/davidcroda/node-rar" ,
9
+ "bugs" : " https://github.com/davidcroda/node-rar/issues" ,
8
10
"author" : {
9
- "name" : " pingjiang " ,
10
- "email" : " pingjiang1989 @gmail.com" ,
11
- "url" : " https://github.com/pingjiang "
11
+ "name" : " davidcroda " ,
12
+ "email" : " davidcroda @gmail.com" ,
13
+ "url" : " https://github.com/davidcroda "
12
14
},
13
15
"repository" : {
14
16
"type" : " git" ,
15
- "url" : " https://github.com/pingjiang /node-rar"
17
+ "url" : " https://github.com/davidcroda /node-rar"
16
18
},
17
19
"license" : " MIT" ,
18
20
"keywords" : [
You can’t perform that action at this time.
0 commit comments