File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " random-access-pause-wrapper" ,
3
- "version" : " 1. 0.0" ,
4
- "description" : " " ,
3
+ "version" : " 0.0.1 " ,
4
+ "description" : " Pause wrapper for a random-access-storage that adds a pause/resume method. " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " standard && tape *.test.js"
8
8
},
9
- "keywords" : [],
9
+ "keywords" : [
10
+ " random-access-storage"
11
+ ],
10
12
"author" :
" Martin Heidegger <[email protected] >" ,
11
13
"license" : " MIT" ,
12
14
"dependencies" : {
17
19
"random-access-memory" : " ^3.0.0" ,
18
20
"standard" : " ^12.0.1" ,
19
21
"tape" : " ^4.9.1"
20
- }
22
+ },
23
+ "repository" : {
24
+ "type" : " git" ,
25
+ "url" : " git+https://github.com/martinheidegger/random-access-pause-wrapper.git"
26
+ },
27
+ "bugs" : {
28
+ "url" : " https://github.com/martinheidegger/random-access-pause-wrapper/issues"
29
+ },
30
+ "homepage" : " https://github.com/martinheidegger/random-access-pause-wrapper#readme"
21
31
}
You can’t perform that action at this time.
0 commit comments