update deps
This commit is contained in:
parent
3ff198f23b
commit
f9768ac4ba
384 changed files with 13733 additions and 26207 deletions
84
node_modules/blueimp-md5/package.json
generated
vendored
84
node_modules/blueimp-md5/package.json
generated
vendored
|
|
@ -1,47 +1,28 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"blueimp-md5@2.15.0",
|
||||
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
|
||||
]
|
||||
"name": "blueimp-md5",
|
||||
"version": "2.15.0",
|
||||
"title": "JavaScript MD5",
|
||||
"description": "JavaScript MD5 implementation. Compatible with server-side environments like Node.js, module loaders like RequireJS, Browserify or webpack and all web browsers.",
|
||||
"keywords": [
|
||||
"javascript",
|
||||
"md5"
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "blueimp-md5@2.15.0",
|
||||
"_id": "blueimp-md5@2.15.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Zc6sowqlCWu3+V0bocZwdaPPXlRv14EHtYcQDCOghj9EdyKLMkAOODBh3HHAx5r7QRylDYCOaXa/b/edgBLDpA==",
|
||||
"_location": "/blueimp-md5",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "blueimp-md5@2.15.0",
|
||||
"name": "blueimp-md5",
|
||||
"escapedName": "blueimp-md5",
|
||||
"rawSpec": "2.15.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.15.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/md5-hex"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.15.0.tgz",
|
||||
"_spec": "2.15.0",
|
||||
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
|
||||
"homepage": "https://github.com/blueimp/JavaScript-MD5",
|
||||
"author": {
|
||||
"name": "Sebastian Tschan",
|
||||
"url": "https://blueimp.net"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/blueimp/JavaScript-MD5/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Paul Johnston",
|
||||
"url": "http://pajhome.org.uk/crypt/md5"
|
||||
}
|
||||
],
|
||||
"description": "JavaScript MD5 implementation. Compatible with server-side environments like Node.js, module loaders like RequireJS, Browserify or webpack and all web browsers.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/blueimp/JavaScript-MD5.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"chai": "4",
|
||||
"eslint": "6",
|
||||
|
|
@ -68,18 +49,6 @@
|
|||
"js/*.min.js",
|
||||
"test/vendor"
|
||||
],
|
||||
"files": [
|
||||
"js/*.js",
|
||||
"js/*.js.map"
|
||||
],
|
||||
"homepage": "https://github.com/blueimp/JavaScript-MD5",
|
||||
"keywords": [
|
||||
"javascript",
|
||||
"md5"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "js/md5.js",
|
||||
"name": "blueimp-md5",
|
||||
"prettier": {
|
||||
"arrowParens": "avoid",
|
||||
"proseWrap": "always",
|
||||
|
|
@ -87,19 +56,22 @@
|
|||
"singleQuote": true,
|
||||
"trailingComma": "none"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/blueimp/JavaScript-MD5.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "cd js && uglifyjs md5.js -c -m -o md5.min.js --source-map url=md5.min.js.map",
|
||||
"lint": "eslint .",
|
||||
"postversion": "git push --tags origin master master:gh-pages && npm publish",
|
||||
"preversion": "npm test",
|
||||
"test": "npm run lint && npm run unit",
|
||||
"unit": "mocha",
|
||||
"version": "npm run build && git add -A js"
|
||||
"test": "npm run lint && npm run unit",
|
||||
"build": "cd js && uglifyjs md5.js -c -m -o md5.min.js --source-map url=md5.min.js.map",
|
||||
"preversion": "npm test",
|
||||
"version": "npm run build && git add -A js",
|
||||
"postversion": "git push --tags origin master master:gh-pages && npm publish"
|
||||
},
|
||||
"title": "JavaScript MD5",
|
||||
"version": "2.15.0"
|
||||
}
|
||||
"files": [
|
||||
"js/*.js",
|
||||
"js/*.js.map"
|
||||
],
|
||||
"main": "js/md5.js"
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.15.0.tgz"
|
||||
,"_integrity": "sha512-Zc6sowqlCWu3+V0bocZwdaPPXlRv14EHtYcQDCOghj9EdyKLMkAOODBh3HHAx5r7QRylDYCOaXa/b/edgBLDpA=="
|
||||
,"_from": "blueimp-md5@2.15.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue