Run npm install so have clear baseline
This commit is contained in:
parent
6846c702da
commit
43c1bea680
403 changed files with 22000 additions and 7778 deletions
71
node_modules/md5-o-matic/package.json
generated
vendored
71
node_modules/md5-o-matic/package.json
generated
vendored
|
|
@ -1,18 +1,48 @@
|
|||
{
|
||||
"name": "md5-o-matic",
|
||||
"version": "0.1.1",
|
||||
"_args": [
|
||||
[
|
||||
"md5-o-matic@0.1.1",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "md5-o-matic@0.1.1",
|
||||
"_id": "md5-o-matic@0.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-givM1l4RfFFPqxdrJZRdVBAKA8M=",
|
||||
"_location": "/md5-o-matic",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "md5-o-matic@0.1.1",
|
||||
"name": "md5-o-matic",
|
||||
"escapedName": "md5-o-matic",
|
||||
"rawSpec": "0.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/concordance/md5-hex"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/md5-o-matic/-/md5-o-matic-0.1.1.tgz",
|
||||
"_spec": "0.1.1",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"author": {
|
||||
"name": "Trent Millar"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/trentmillar/md5-o-matic/issues"
|
||||
},
|
||||
"description": "Fast and simple MD5 hashing utility with zero module dependencies. View MD5 Shootout results, http://jsperf.com/md5-shootout/39",
|
||||
"main": "lib/md5omatic.js",
|
||||
"devDependencies": {
|
||||
"mocha": "",
|
||||
"should": ""
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/*.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/trentmillar/md5-o-matic.git"
|
||||
},
|
||||
"homepage": "https://github.com/trentmillar/md5-o-matic",
|
||||
"keywords": [
|
||||
"md5",
|
||||
"hashing",
|
||||
|
|
@ -22,23 +52,20 @@
|
|||
"fast",
|
||||
"md5-o-matic"
|
||||
],
|
||||
"readmeFilename": "README.md",
|
||||
"author": {
|
||||
"name": "Trent Millar"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/trentmillar/md5-o-matic/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"devDependencies": {
|
||||
"mocha": "",
|
||||
"should": ""
|
||||
"main": "lib/md5omatic.js",
|
||||
"name": "md5-o-matic",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/trentmillar/md5-o-matic.git"
|
||||
},
|
||||
"readme": "# md5-o-matic\n\nMD5 Shootout and how it stacks up - http://jsperf.com/md5-shootout/39\nMD5-o-matic provides simple & fast MD5 hashing for Node.js that requires no other module dependencies.\n",
|
||||
"bugs": {
|
||||
"url": "https://github.com/trentmillar/md5-o-matic/issues"
|
||||
"scripts": {
|
||||
"test": "mocha test/*.js"
|
||||
},
|
||||
"homepage": "https://github.com/trentmillar/md5-o-matic"
|
||||
}
|
||||
"version": "0.1.1"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue