Update checked-in dependencies
This commit is contained in:
parent
5a67cbafe6
commit
a40becf6e4
28 changed files with 277 additions and 86 deletions
14
node_modules/md5/package.json
generated
vendored
14
node_modules/md5/package.json
generated
vendored
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "md5",
|
||||
"description": "js function for hashing messages with MD5",
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.0",
|
||||
"author": "Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)",
|
||||
"contributors": [
|
||||
"salba"
|
||||
|
|
@ -21,15 +21,17 @@
|
|||
},
|
||||
"main": "md5.js",
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
"test": "mocha",
|
||||
"webpack": "webpack -p"
|
||||
},
|
||||
"dependencies": {
|
||||
"charenc": "~0.0.1",
|
||||
"crypt": "~0.0.1",
|
||||
"is-buffer": "~1.1.1"
|
||||
"charenc": "0.0.2",
|
||||
"crypt": "0.0.2",
|
||||
"is-buffer": "~1.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "~2.3.4"
|
||||
"mocha": "~2.3.4",
|
||||
"webpack": "~2.4.1"
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"license": "BSD-3-Clause"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue