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 22 "name" : " cipher-base" ,
33 "version" : " 1.0.2" ,
44 "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- },
135 "keywords" : [
146 " cipher" ,
157 " stream"
168 ],
17- "author" : " Calvin Metcalf <calvin.metcalf@gmail.com>" ,
18- "license" : " MIT" ,
9+ "homepage" : " https://github.com/crypto-browserify/cipher-base#readme" ,
1910 "bugs" : {
2011 "url" : " https://github.com/crypto-browserify/cipher-base/issues"
2112 },
22- "homepage" : " https://github.com/crypto-browserify/cipher-base#readme" ,
13+ "license" : " MIT" ,
14+ "author" : " Calvin Metcalf <calvin.metcalf@gmail.com>" ,
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+ },
2329 "dependencies" : {
2430 "inherits" : " ^2.0.1"
2531 },
2632 "devDependencies" : {
27- "tap-spec" : " ^4.1.0" ,
33+ "nyc" : " ^6.1.1" ,
34+ "standard" : " ^6.0.8" ,
2835 "tape" : " ^4.2.0"
2936 }
3037}
You can’t perform that action at this time.
0 commit comments