Add and run removeNPMAbsolutePaths
This commit is contained in:
parent
a76042ab4a
commit
256c63a715
712 changed files with 13722 additions and 18895 deletions
63
node_modules/md5/package.json
generated
vendored
63
node_modules/md5/package.json
generated
vendored
|
|
@ -1,45 +1,36 @@
|
|||
{
|
||||
"author": {
|
||||
"name": "Paul Vorbach",
|
||||
"email": "paul@vorba.ch",
|
||||
"url": "http://paul.vorba.ch"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pvorb/node-md5/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "salba"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"charenc": "~0.0.1",
|
||||
"crypt": "~0.0.1",
|
||||
"is-buffer": "~1.1.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "js function for hashing messages with MD5",
|
||||
"devDependencies": {
|
||||
"mocha": "~2.3.4"
|
||||
},
|
||||
"homepage": "https://github.com/pvorb/node-md5#readme",
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "md5.js",
|
||||
"name": "md5",
|
||||
"optionalDependencies": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/pvorb/node-md5.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"description": "js function for hashing messages with MD5",
|
||||
"version": "2.2.1",
|
||||
"author": "Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)",
|
||||
"contributors": [
|
||||
"salba"
|
||||
],
|
||||
"tags": [
|
||||
"md5",
|
||||
"hash",
|
||||
"encryption",
|
||||
"message digest"
|
||||
],
|
||||
"version": "2.2.1"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/pvorb/node-md5.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pvorb/node-md5/issues"
|
||||
},
|
||||
"main": "md5.js",
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"charenc": "~0.0.1",
|
||||
"crypt": "~0.0.1",
|
||||
"is-buffer": "~1.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "~2.3.4"
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"license": "BSD-3-Clause"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue