File tree Expand file tree Collapse file tree 3 files changed +24
-15
lines changed Expand file tree Collapse file tree 3 files changed +24
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ .nyc_output
2
+ coverage
3
+ node_modules
4
+
5
+ npm-debug.log
Original file line number Diff line number Diff line change 2
2
"name" : " cipher-base" ,
3
3
"version" : " 1.0.2" ,
4
4
"description" : " abstract base class for crypto-streams" ,
5
- "main" : " index.js" ,
6
- "scripts" : {
7
- "test" : " node test.js | tspec"
8
- },
9
- "repository" : {
10
- "type" : " git" ,
11
- "url" : " git+https://github.com/crypto-browserify/cipher-base.git"
12
- },
13
5
"keywords" : [
14
6
" cipher" ,
15
7
" stream"
16
8
],
17
- "author" :
" Calvin Metcalf <[email protected] >" ,
18
- "license" : " MIT" ,
9
+ "homepage" : " https://github.com/crypto-browserify/cipher-base#readme" ,
19
10
"bugs" : {
20
11
"url" : " https://github.com/crypto-browserify/cipher-base/issues"
21
12
},
22
- "homepage" : " https://github.com/crypto-browserify/cipher-base#readme" ,
13
+ "license" : " MIT" ,
14
+ "author" :
" Calvin Metcalf <[email protected] >" ,
15
+ "files" : [
16
+ " index.js"
17
+ ],
18
+ "main" : " index.js" ,
19
+ "repository" : {
20
+ "type" : " git" ,
21
+ "url" : " https://github.com/crypto-browserify/cipher-base.git"
22
+ },
23
+ "scripts" : {
24
+ "coverage" : " nyc node test/*.js" ,
25
+ "lint" : " standard" ,
26
+ "test" : " npm run lint && npm run unit" ,
27
+ "unit" : " node test/*.js"
28
+ },
23
29
"dependencies" : {
24
30
"inherits" : " ^2.0.1"
25
31
},
26
32
"devDependencies" : {
27
- "tap-spec" : " ^4.1.0" ,
33
+ "nyc" : " ^6.1.1" ,
34
+ "standard" : " ^6.0.8" ,
28
35
"tape" : " ^4.2.0"
29
36
}
30
37
}
You can’t perform that action at this time.
0 commit comments