File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ graceful({
48
48
});
49
49
```
50
50
51
- memory used about 30% above in my own project!
51
+ memory saved about 30% above in my own project!
52
52
#### before using module-unique
53
53
![ http://gtms03.alicdn.com/tps/i3/TB1nU9QGFXXXXb4XFXXDeGnJXXX-886-144.png ] ( http://gtms03.alicdn.com/tps/i3/TB1nU9QGFXXXXb4XFXXDeGnJXXX-886-144.png )
54
54
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " module-unique" ,
3
- "version" : " 1.0.1 " ,
4
- "description" : " " ,
3
+ "version" : " 1.0.6 " ,
4
+ "description" : " a patch for node.js which avoids loading the same module more than once " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
8
8
},
9
- "author" : " " ,
10
- "license" : " ISC"
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " https://github.com/hustxiaoc/module-unique.git"
12
+ },
13
+ "keywords" : [
14
+ " module" ,
15
+ " nodejs"
16
+ ],
17
+ "author" : " taojie.hjp@taobao.com" ,
18
+ "license" : " ISC" ,
19
+ "bugs" : {
20
+ "url" : " https://github.com/hustxiaoc/module-unique/issues"
21
+ },
22
+ "homepage" : " https://github.com/hustxiaoc/module-unique"
11
23
}
You can’t perform that action at this time.
0 commit comments