Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yo
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
2016-04-25 09:40:25 +0800
Commit
c5f5389ec60ffdbe278e880825470114530e6078
1 parent
68be9037
remove node_module
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
807 deletions
.gitignore
node_modules/express/node_modules/accepts/node_modules/negotiator/package.json
node_modules/express/node_modules/array-flatten/package.json
node_modules/express/node_modules/content-disposition/package.json
node_modules/express/node_modules/cookie/package.json
node_modules/express/node_modules/merge-descriptors/package.json
node_modules/express/node_modules/path-to-regexp/package.json
node_modules/express/node_modules/qs/package.json
node_modules/express/node_modules/utils-merge/package.json
node_modules/md5/package.json
.gitignore
deleted
100644 → 0
View file @
68be903
node_modules/
dist/
npm-debug.log
node_modules/express/node_modules/accepts/node_modules/negotiator/package.json
deleted
100644 → 0
View file @
68be903
{
"name"
:
"negotiator"
,
"description"
:
"HTTP content negotiation"
,
"version"
:
"0.5.3"
,
"contributors"
:
[
{
"name"
:
"Douglas Christopher Wilson"
,
"email"
:
"doug@somethingdoug.com"
},
{
"name"
:
"Federico Romero"
,
"email"
:
"federico.romero@outboxlabs.com"
},
{
"name"
:
"Isaac Z. Schlueter"
,
"email"
:
"i@izs.me"
,
"url"
:
"http://blog.izs.me/"
}
],
"license"
:
"MIT"
,
"keywords"
:
[
"http"
,
"content negotiation"
,
"accept"
,
"accept-language"
,
"accept-encoding"
,
"accept-charset"
],
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/jshttp/negotiator.git"
},
"devDependencies"
:
{
"istanbul"
:
"0.3.9"
,
"mocha"
:
"~1.21.5"
},
"files"
:
[
"lib/"
,
"HISTORY.md"
,
"LICENSE"
,
"index.js"
,
"README.md"
],
"engines"
:
{
"node"
:
">= 0.6"
},
"scripts"
:
{
"test"
:
"mocha --reporter spec --check-leaks --bail test/"
,
"test-cov"
:
"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
,
"test-travis"
:
"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"gitHead"
:
"cbb717b3f164f25820f90b160cda6d0166b9d922"
,
"bugs"
:
{
"url"
:
"https://github.com/jshttp/negotiator/issues"
},
"homepage"
:
"https://github.com/jshttp/negotiator"
,
"_id"
:
"negotiator@0.5.3"
,
"_shasum"
:
"269d5c476810ec92edbe7b6c2f28316384f9a7e8"
,
"_from"
:
"negotiator@0.5.3"
,
"_npmVersion"
:
"1.4.28"
,
"_npmUser"
:
{
"name"
:
"dougwilson"
,
"email"
:
"doug@somethingdoug.com"
},
"maintainers"
:
[
{
"name"
:
"federomero"
,
"email"
:
"federomero@gmail.com"
},
{
"name"
:
"dougwilson"
,
"email"
:
"doug@somethingdoug.com"
},
{
"name"
:
"jongleberry"
,
"email"
:
"jonathanrichardong@gmail.com"
}
],
"dist"
:
{
"shasum"
:
"269d5c476810ec92edbe7b6c2f28316384f9a7e8"
,
"tarball"
:
"https://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz"
},
"directories"
:
{},
"_resolved"
:
"https://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz"
,
"readme"
:
"ERROR: No README data found!"
}
node_modules/express/node_modules/array-flatten/package.json
deleted
100644 → 0
View file @
68be903
{
"name"
:
"array-flatten"
,
"version"
:
"1.1.1"
,
"description"
:
"Flatten an array of nested arrays into a single flat array"
,
"main"
:
"array-flatten.js"
,
"files"
:
[
"array-flatten.js"
,
"LICENSE"
],
"scripts"
:
{
"test"
:
"istanbul cover _mocha -- -R spec"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/blakeembrey/array-flatten.git"
},
"keywords"
:
[
"array"
,
"flatten"
,
"arguments"
,
"depth"
],
"author"
:
{
"name"
:
"Blake Embrey"
,
"email"
:
"hello@blakeembrey.com"
,
"url"
:
"http://blakeembrey.me"
},
"license"
:
"MIT"
,
"bugs"
:
{
"url"
:
"https://github.com/blakeembrey/array-flatten/issues"
},
"homepage"
:
"https://github.com/blakeembrey/array-flatten"
,
"devDependencies"
:
{
"istanbul"
:
"^0.3.13"
,
"mocha"
:
"^2.2.4"
,
"pre-commit"
:
"^1.0.7"
,
"standard"
:
"^3.7.3"
},
"gitHead"
:
"1963a9189229d408e1e8f585a00c8be9edbd1803"
,
"_id"
:
"array-flatten@1.1.1"
,
"_shasum"
:
"9a5f699051b1e7073328f2a008968b64ea2955d2"
,
"_from"
:
"array-flatten@1.1.1"
,
"_npmVersion"
:
"2.11.3"
,
"_nodeVersion"
:
"2.3.3"
,
"_npmUser"
:
{
"name"
:
"blakeembrey"
,
"email"
:
"hello@blakeembrey.com"
},
"maintainers"
:
[
{
"name"
:
"blakeembrey"
,
"email"
:
"hello@blakeembrey.com"
}
],
"dist"
:
{
"shasum"
:
"9a5f699051b1e7073328f2a008968b64ea2955d2"
,
"tarball"
:
"https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz"
},
"directories"
:
{},
"_resolved"
:
"https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz"
,
"readme"
:
"ERROR: No README data found!"
}
node_modules/express/node_modules/content-disposition/package.json
deleted
100644 → 0
View file @
68be903
{
"name"
:
"content-disposition"
,
"description"
:
"Create and parse Content-Disposition header"
,
"version"
:
"0.5.1"
,
"contributors"
:
[
{
"name"
:
"Douglas Christopher Wilson"
,
"email"
:
"doug@somethingdoug.com"
}
],
"license"
:
"MIT"
,
"keywords"
:
[
"content-disposition"
,
"http"
,
"rfc6266"
,
"res"
],
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/jshttp/content-disposition.git"
},
"devDependencies"
:
{
"istanbul"
:
"0.4.2"
,
"mocha"
:
"1.21.5"
},
"files"
:
[
"LICENSE"
,
"HISTORY.md"
,
"README.md"
,
"index.js"
],
"engines"
:
{
"node"
:
">= 0.6"
},
"scripts"
:
{
"test"
:
"mocha --reporter spec --bail --check-leaks test/"
,
"test-cov"
:
"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
,
"test-travis"
:
"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"gitHead"
:
"7b391db3af5629d4c698f1de21802940bb9f22a5"
,
"bugs"
:
{
"url"
:
"https://github.com/jshttp/content-disposition/issues"
},
"homepage"
:
"https://github.com/jshttp/content-disposition"
,
"_id"
:
"content-disposition@0.5.1"
,
"_shasum"
:
"87476c6a67c8daa87e32e87616df883ba7fb071b"
,
"_from"
:
"content-disposition@0.5.1"
,
"_npmVersion"
:
"1.4.28"
,
"_npmUser"
:
{
"name"
:
"dougwilson"
,
"email"
:
"doug@somethingdoug.com"
},
"maintainers"
:
[
{
"name"
:
"dougwilson"
,
"email"
:
"doug@somethingdoug.com"
}
],
"dist"
:
{
"shasum"
:
"87476c6a67c8daa87e32e87616df883ba7fb071b"
,
"tarball"
:
"https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.1.tgz"
},
"directories"
:
{},
"_resolved"
:
"https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.1.tgz"
,
"readme"
:
"ERROR: No README data found!"
}
node_modules/express/node_modules/cookie/package.json
deleted
100644 → 0
View file @
68be903
{
"name"
:
"cookie"
,
"description"
:
"cookie parsing and serialization"
,
"version"
:
"0.1.5"
,
"author"
:
{
"name"
:
"Roman Shtylman"
,
"email"
:
"shtylman@gmail.com"
},
"contributors"
:
[
{
"name"
:
"Douglas Christopher Wilson"
,
"email"
:
"doug@somethingdoug.com"
}
],
"license"
:
"MIT"
,
"keywords"
:
[
"cookie"
,
"cookies"
],
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/jshttp/cookie.git"
},
"devDependencies"
:
{
"istanbul"
:
"0.3.20"
,
"mocha"
:
"1.21.5"
},
"files"
:
[
"HISTORY.md"
,
"LICENSE"
,
"README.md"
,
"index.js"
],
"engines"
:
{
"node"
:
">= 0.6"
},
"scripts"
:
{
"test"
:
"mocha --reporter spec --bail --check-leaks test/"
,
"test-ci"
:
"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
,
"test-cov"
:
"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
},
"gitHead"
:
"0dfc4876575cef2609cdc1082fccf832743822c2"
,
"bugs"
:
{
"url"
:
"https://github.com/jshttp/cookie/issues"
},
"homepage"
:
"https://github.com/jshttp/cookie"
,
"_id"
:
"cookie@0.1.5"
,
"_shasum"
:
"6ab9948a4b1ae21952cd2588530a4722d4044d7c"
,
"_from"
:
"cookie@0.1.5"
,
"_npmVersion"
:
"1.4.28"
,
"_npmUser"
:
{
"name"
:
"dougwilson"
,
"email"
:
"doug@somethingdoug.com"
},
"maintainers"
:
[
{
"name"
:
"defunctzombie"
,
"email"
:
"shtylman@gmail.com"
},
{
"name"
:
"dougwilson"
,
"email"
:
"doug@somethingdoug.com"
},
{
"name"
:
"jongleberry"
,
"email"
:
"jonathanrichardong@gmail.com"
}
],
"dist"
:
{
"shasum"
:
"6ab9948a4b1ae21952cd2588530a4722d4044d7c"
,
"tarball"
:
"https://registry.npmjs.org/cookie/-/cookie-0.1.5.tgz"
},
"directories"
:
{},
"_resolved"
:
"https://registry.npmjs.org/cookie/-/cookie-0.1.5.tgz"
,
"readme"
:
"ERROR: No README data found!"
}
node_modules/express/node_modules/merge-descriptors/package.json
deleted
100644 → 0
View file @
68be903
{
"name"
:
"merge-descriptors"
,
"description"
:
"Merge objects using descriptors"
,
"version"
:
"1.0.1"
,
"author"
:
{
"name"
:
"Jonathan Ong"
,
"email"
:
"me@jongleberry.com"
,
"url"
:
"http://jongleberry.com"
},
"contributors"
:
[
{
"name"
:
"Douglas Christopher Wilson"
,
"email"
:
"doug@somethingdoug.com"
},
{
"name"
:
"Mike Grabowski"
,
"email"
:
"grabbou@gmail.com"
}
],
"license"
:
"MIT"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/component/merge-descriptors.git"
},
"devDependencies"
:
{
"istanbul"
:
"0.4.1"
,
"mocha"
:
"1.21.5"
},
"files"
:
[
"HISTORY.md"
,
"LICENSE"
,
"README.md"
,
"index.js"
],
"scripts"
:
{
"test"
:
"mocha --reporter spec --bail --check-leaks test/"
,
"test-ci"
:
"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
,
"test-cov"
:
"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
},
"gitHead"
:
"f26c49c3b423b0b2ac31f6e32a84e1632f2d7ac2"
,
"bugs"
:
{
"url"
:
"https://github.com/component/merge-descriptors/issues"
},
"homepage"
:
"https://github.com/component/merge-descriptors"
,
"_id"
:
"merge-descriptors@1.0.1"
,
"_shasum"
:
"b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
,
"_from"
:
"merge-descriptors@1.0.1"
,
"_npmVersion"
:
"1.4.28"
,
"_npmUser"
:
{
"name"
:
"dougwilson"
,
"email"
:
"doug@somethingdoug.com"
},
"maintainers"
:
[
{
"name"
:
"anthonyshort"
,
"email"
:
"antshort@gmail.com"
},
{
"name"
:
"clintwood"
,
"email"
:
"clint@anotherway.co.za"
},
{
"name"
:
"dfcreative"
,
"email"
:
"df.creative@gmail.com"
},
{
"name"
:
"dominicbarnes"
,
"email"
:
"dominic@dbarnes.info"
},
{
"name"
:
"dougwilson"
,
"email"
:
"doug@somethingdoug.com"
},
{
"name"
:
"ianstormtaylor"
,
"email"
:
"ian@ianstormtaylor.com"
},
{
"name"
:
"jonathanong"
,
"email"
:
"jonathanrichardong@gmail.com"
},
{
"name"
:
"jongleberry"
,
"email"
:
"jonathanrichardong@gmail.com"
},
{
"name"
:
"juliangruber"
,
"email"
:
"julian@juliangruber.com"
},
{
"name"
:
"mattmueller"
,
"email"
:
"mattmuelle@gmail.com"
},
{
"name"
:
"queckezz"
,
"email"
:
"fabian.eichenberger@gmail.com"
},
{
"name"
:
"stephenmathieson"
,
"email"
:
"me@stephenmathieson.com"
},
{
"name"
:
"thehydroimpulse"
,
"email"
:
"dnfagnan@gmail.com"
},
{
"name"
:
"timaschew"
,
"email"
:
"timaschew@gmail.com"
},
{
"name"
:
"timoxley"
,
"email"
:
"secoif@gmail.com"
},
{
"name"
:
"tjholowaychuk"
,
"email"
:
"tj@vision-media.ca"
},
{
"name"
:
"tootallnate"
,
"email"
:
"nathan@tootallnate.net"
},
{
"name"
:
"trevorgerhardt"
,
"email"
:
"trevorgerhardt@gmail.com"
},
{
"name"
:
"yields"
,
"email"
:
"yields@icloud.com"
}
],
"dist"
:
{
"shasum"
:
"b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
,
"tarball"
:
"https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz"
},
"directories"
:
{},
"_resolved"
:
"https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz"
,
"readme"
:
"ERROR: No README data found!"
}
node_modules/express/node_modules/path-to-regexp/package.json
deleted
100644 → 0
View file @
68be903
{
"name"
:
"path-to-regexp"
,
"description"
:
"Express style path to RegExp utility"
,
"version"
:
"0.1.7"
,
"files"
:
[
"index.js"
,
"LICENSE"
],
"scripts"
:
{
"test"
:
"istanbul cover _mocha -- -R spec"
},
"keywords"
:
[
"express"
,
"regexp"
],
"component"
:
{
"scripts"
:
{
"path-to-regexp"
:
"index.js"
}
},
"license"
:
"MIT"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/component/path-to-regexp.git"
},
"devDependencies"
:
{
"mocha"
:
"^1.17.1"
,
"istanbul"
:
"^0.2.6"
},
"gitHead"
:
"039118d6c3c186d3f176c73935ca887a32a33d93"
,
"bugs"
:
{
"url"
:
"https://github.com/component/path-to-regexp/issues"
},
"homepage"
:
"https://github.com/component/path-to-regexp#readme"
,
"_id"
:
"path-to-regexp@0.1.7"
,
"_shasum"
:
"df604178005f522f15eb4490e7247a1bfaa67f8c"
,
"_from"
:
"path-to-regexp@0.1.7"
,
"_npmVersion"
:
"2.13.2"
,
"_nodeVersion"
:
"2.3.3"
,
"_npmUser"
:
{
"name"
:
"blakeembrey"
,
"email"
:
"hello@blakeembrey.com"
},
"maintainers"
:
[
{
"name"
:
"tjholowaychuk"
,
"email"
:
"tj@vision-media.ca"
},
{
"name"
:
"hughsk"
,
"email"
:
"hughskennedy@gmail.com"
},
{
"name"
:
"timaschew"
,
"email"
:
"timaschew@gmail.com"
},
{
"name"
:
"dougwilson"
,
"email"
:
"doug@somethingdoug.com"
},
{
"name"
:
"jongleberry"
,
"email"
:
"jonathanrichardong@gmail.com"
},
{
"name"
:
"dominicbarnes"
,
"email"
:
"dominic@dbarnes.info"
},
{
"name"
:
"tootallnate"
,
"email"
:
"nathan@tootallnate.net"
},
{
"name"
:
"rauchg"
,
"email"
:
"rauchg@gmail.com"
},
{
"name"
:
"retrofox"
,
"email"
:
"rdsuarez@gmail.com"
},
{
"name"
:
"coreh"
,
"email"
:
"thecoreh@gmail.com"
},
{
"name"
:
"forbeslindesay"
,
"email"
:
"forbes@lindesay.co.uk"
},
{
"name"
:
"kelonye"
,
"email"
:
"kelonyemitchel@gmail.com"
},
{
"name"
:
"mattmueller"
,
"email"
:
"mattmuelle@gmail.com"
},
{
"name"
:
"yields"
,
"email"
:
"yields@icloud.com"
},
{
"name"
:
"anthonyshort"
,
"email"
:
"antshort@gmail.com"
},
{
"name"
:
"ianstormtaylor"
,
"email"
:
"ian@ianstormtaylor.com"
},
{
"name"
:
"cristiandouce"
,
"email"
:
"cristian@gravityonmars.com"
},
{
"name"
:
"swatinem"
,
"email"
:
"arpad.borsos@googlemail.com"
},
{
"name"
:
"stagas"
,
"email"
:
"gstagas@gmail.com"
},
{
"name"
:
"amasad"
,
"email"
:
"amjad.masad@gmail.com"
},
{
"name"
:
"juliangruber"
,
"email"
:
"julian@juliangruber.com"
},
{
"name"
:
"calvinfo"
,
"email"
:
"calvin@calv.info"
},
{
"name"
:
"blakeembrey"
,
"email"
:
"hello@blakeembrey.com"
},
{
"name"
:
"timoxley"
,
"email"
:
"secoif@gmail.com"
},
{
"name"
:
"jonathanong"
,
"email"
:
"jonathanrichardong@gmail.com"
},
{
"name"
:
"queckezz"
,
"email"
:
"fabian.eichenberger@gmail.com"
},
{
"name"
:
"nami-doc"
,
"email"
:
"vendethiel@hotmail.fr"
},
{
"name"
:
"clintwood"
,
"email"
:
"clint@anotherway.co.za"
},
{
"name"
:
"thehydroimpulse"
,
"email"
:
"dnfagnan@gmail.com"
},
{
"name"
:
"stephenmathieson"
,
"email"
:
"me@stephenmathieson.com"
},
{
"name"
:
"trevorgerhardt"
,
"email"
:
"trevorgerhardt@gmail.com"
},
{
"name"
:
"dfcreative"
,
"email"
:
"df.creative@gmail.com"
},
{
"name"
:
"defunctzombie"
,
"email"
:
"shtylman@gmail.com"
}
],
"dist"
:
{
"shasum"
:
"df604178005f522f15eb4490e7247a1bfaa67f8c"
,
"tarball"
:
"https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz"
},
"directories"
:
{},
"_resolved"
:
"https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz"
,
"readme"
:
"ERROR: No README data found!"
}
node_modules/express/node_modules/qs/package.json
deleted
100644 → 0
View file @
68be903
{
"name"
:
"qs"
,
"version"
:
"4.0.0"
,
"description"
:
"A querystring parser that supports nesting and arrays, with a depth limit"
,
"homepage"
:
"https://github.com/hapijs/qs"
,
"main"
:
"lib/index.js"
,
"dependencies"
:
{},
"devDependencies"
:
{
"browserify"
:
"^10.2.1"
,
"code"
:
"1.x.x"
,
"lab"
:
"5.x.x"
},
"scripts"
:
{
"test"
:
"lab -a code -t 100 -L"
,
"test-cov-html"
:
"lab -a code -r html -o coverage.html"
,
"dist"
:
"browserify --standalone Qs lib/index.js > dist/qs.js"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/hapijs/qs.git"
},
"keywords"
:
[
"querystring"
,
"qs"
],
"license"
:
"BSD-3-Clause"
,
"gitHead"
:
"e573dd08eae6cce30d2202704691a102dfa3782a"
,
"bugs"
:
{
"url"
:
"https://github.com/hapijs/qs/issues"
},
"_id"
:
"qs@4.0.0"
,
"_shasum"
:
"c31d9b74ec27df75e543a86c78728ed8d4623607"
,
"_from"
:
"qs@4.0.0"
,
"_npmVersion"
:
"2.12.0"
,
"_nodeVersion"
:
"0.12.4"
,
"_npmUser"
:
{
"name"
:
"nlf"
,
"email"
:
"quitlahok@gmail.com"
},
"dist"
:
{
"shasum"
:
"c31d9b74ec27df75e543a86c78728ed8d4623607"
,
"tarball"
:
"https://registry.npmjs.org/qs/-/qs-4.0.0.tgz"
},
"maintainers"
:
[
{
"name"
:
"nlf"
,
"email"
:
"quitlahok@gmail.com"
},
{
"name"
:
"hueniverse"
,
"email"
:
"eran@hueniverse.com"
}
],
"directories"
:
{},
"_resolved"
:
"https://registry.npmjs.org/qs/-/qs-4.0.0.tgz"
,
"readme"
:
"ERROR: No README data found!"
}
node_modules/express/node_modules/utils-merge/package.json
deleted
100644 → 0
View file @
68be903
{
"name"
:
"utils-merge"
,
"version"
:
"1.0.0"
,
"description"
:
"merge() utility function"
,
"keywords"
:
[
"util"
],
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/jaredhanson/utils-merge.git"
},
"bugs"
:
{
"url"
:
"http://github.com/jaredhanson/utils-merge/issues"
},
"author"
:
{
"name"
:
"Jared Hanson"
,
"email"
:
"jaredhanson@gmail.com"
,
"url"
:
"http://www.jaredhanson.net/"
},
"licenses"
:
[
{
"type"
:
"MIT"
,
"url"
:
"http://www.opensource.org/licenses/MIT"
}
],
"main"
:
"./index"
,
"dependencies"
:
{},
"devDependencies"
:
{
"mocha"
:
"1.x.x"
,
"chai"
:
"1.x.x"
},
"scripts"
:
{
"test"
:
"mocha --reporter spec --require test/bootstrap/node test/*.test.js"
},
"engines"
:
{
"node"
:
">= 0.4.0"
},
"_id"
:
"utils-merge@1.0.0"
,
"dist"
:
{
"shasum"
:
"0294fb922bb9375153541c4f7096231f287c8af8"
,
"tarball"
:
"https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz"
},
"_from"
:
"utils-merge@1.0.0"
,
"_npmVersion"
:
"1.2.25"
,
"_npmUser"
:
{
"name"
:
"jaredhanson"
,
"email"
:
"jaredhanson@gmail.com"
},
"maintainers"
:
[
{
"name"
:
"jaredhanson"
,
"email"
:
"jaredhanson@gmail.com"
}
],
"directories"
:
{},
"_shasum"
:
"0294fb922bb9375153541c4f7096231f287c8af8"
,
"_resolved"
:
"https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz"
,
"readme"
:
"ERROR: No README data found!"
,
"homepage"
:
"https://github.com/jaredhanson/utils-merge#readme"
}
node_modules/md5/package.json
deleted
100644 → 0
View file @
68be903
{
"name"
:
"md5"
,
"description"
:
"js function for hashing messages with MD5"
,
"version"
:
"2.1.0"
,
"author"
:
{
"name"
:
"Paul Vorbach"
,
"email"
:
"paul@vorba.ch"
,
"url"
:
"http://paul.vorba.ch"
},
"contributors"
:
[
{
"name"
:
"salba"
}
],
"tags"
:
[
"md5"
,
"hash"
,
"encryption"
,
"message digest"
],
"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"
,
"gitHead"
:
"017c1c64a1c538688500e114b91758fe8829cbe0"
,
"homepage"
:
"https://github.com/pvorb/node-md5#readme"
,
"_id"
:
"md5@2.1.0"
,
"_shasum"
:
"22ec92f33ac97a6ef4dc16c0f57fa46c01ed13bb"
,
"_from"
:
"md5@latest"
,
"_npmVersion"
:
"2.14.12"
,
"_nodeVersion"
:
"4.2.6"
,
"_npmUser"
:
{
"name"
:
"pvorb"
,
"email"
:
"paul@vorba.ch"
},
"dist"
:
{
"shasum"
:
"22ec92f33ac97a6ef4dc16c0f57fa46c01ed13bb"
,
"tarball"
:
"https://registry.npmjs.org/md5/-/md5-2.1.0.tgz"
},
"maintainers"
:
[
{
"name"
:
"coolaj86"
,
"email"
:
"coolaj86@gmail.com"
},
{
"name"
:
"pvorb"
,
"email"
:
"paul@vorba.ch"
}
],
"_npmOperationalInternal"
:
{
"host"
:
"packages-12-west.internal.npmjs.com"
,
"tmp"
:
"tmp/md5-2.1.0.tgz_1457478108340_0.010296016465872526"
},
"directories"
:
{},
"_resolved"
:
"https://registry.npmjs.org/md5/-/md5-2.1.0.tgz"
,
"readme"
:
"ERROR: No README data found!"
}
Please
register
or
login
to post a comment