update deps

This commit is contained in:
Alex Kalyvitis 2020-06-18 18:43:30 +02:00
parent 3ff198f23b
commit f9768ac4ba
384 changed files with 13733 additions and 26207 deletions

View file

@ -1,58 +1,24 @@
{
"_args": [
[
"md5-hex@2.0.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "md5-hex@2.0.0",
"_id": "md5-hex@2.0.0",
"_inBundle": false,
"_integrity": "sha1-0FiOnxx0lUSS7NJKwKxs6ZfZLjM=",
"_location": "/concordance/md5-hex",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "md5-hex@2.0.0",
"name": "md5-hex",
"escapedName": "md5-hex",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/concordance"
],
"_resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"name": "md5-hex",
"version": "2.0.0",
"description": "Create a MD5 hash with hex encoding",
"license": "MIT",
"repository": "sindresorhus/md5-hex",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/sindresorhus/md5-hex/issues"
},
"dependencies": {
"md5-o-matic": "^0.1.1"
},
"description": "Create a MD5 hash with hex encoding",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"browser.js"
],
"homepage": "https://github.com/sindresorhus/md5-hex#readme",
"keywords": [
"hash",
"crypto",
@ -62,14 +28,16 @@
"browser",
"browserify"
],
"license": "MIT",
"name": "md5-hex",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/md5-hex.git"
"dependencies": {
"md5-o-matic": "^0.1.1"
},
"scripts": {
"test": "xo && ava"
"devDependencies": {
"ava": "*",
"xo": "*"
},
"version": "2.0.0"
}
"browser": "browser.js"
,"_resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-2.0.0.tgz"
,"_integrity": "sha1-0FiOnxx0lUSS7NJKwKxs6ZfZLjM="
,"_from": "md5-hex@2.0.0"
}

View file

@ -1,60 +1,32 @@
{
"_from": "semver@^5.5.1",
"_id": "semver@5.7.1",
"_inBundle": false,
"_integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
"_location": "/concordance/semver",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "semver@^5.5.1",
"name": "semver",
"escapedName": "semver",
"rawSpec": "^5.5.1",
"saveSpec": null,
"fetchSpec": "^5.5.1"
},
"_requiredBy": [
"/concordance"
],
"_resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
"_shasum": "a954f931aeba508d307bbf069eff0c01c96116f7",
"_spec": "semver@^5.5.1",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action/node_modules/concordance",
"bin": {
"semver": "bin/semver"
},
"bugs": {
"url": "https://github.com/npm/node-semver/issues"
},
"bundleDependencies": false,
"deprecated": false,
"name": "semver",
"version": "5.7.1",
"description": "The semantic version parser used by npm.",
"main": "semver.js",
"scripts": {
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"devDependencies": {
"tap": "^13.0.0-rc.18"
},
"license": "ISC",
"repository": "https://github.com/npm/node-semver",
"bin": {
"semver": "./bin/semver"
},
"files": [
"bin",
"range.bnf",
"semver.js"
],
"homepage": "https://github.com/npm/node-semver#readme",
"license": "ISC",
"main": "semver.js",
"name": "semver",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/node-semver.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap"
},
"tap": {
"check-coverage": true
},
"version": "5.7.1"
}
}
,"_resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz"
,"_integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
,"_from": "semver@5.7.1"
}

View file

@ -1,48 +1,29 @@
{
"_args": [
[
"concordance@4.0.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
"name": "concordance",
"version": "4.0.0",
"description": "Compare, format, diff and serialize any JavaScript value",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"_development": true,
"_from": "concordance@4.0.0",
"_id": "concordance@4.0.0",
"_inBundle": false,
"_integrity": "sha512-l0RFuB8RLfCS0Pt2Id39/oCPykE01pyxgAFypWTlaGRgvLkZrtczZ8atEHpTeEIW+zYWXTBuA9cCSeEOScxReQ==",
"_location": "/concordance",
"_phantomChildren": {
"md5-o-matic": "0.1.1"
"engines": {
"node": ">=6.12.3 <7 || >=8.9.4 <9 || >=10.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "concordance@4.0.0",
"name": "concordance",
"escapedName": "concordance",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
"scripts": {
"lint": "as-i-preach",
"test": "npm run -s lint && nyc ava"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/concordance/-/concordance-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"as-i-preach": {
"allowDevDependencies": [
"perf/**/*.js",
"test/**/*.js"
]
},
"author": {
"name": "Mark Wubben",
"url": "https://novemberborn.net/"
"repository": {
"type": "git",
"url": "git+https://github.com/concordancejs/concordance.git"
},
"author": "Mark Wubben (https://novemberborn.net/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/concordancejs/concordance/issues"
},
"homepage": "https://github.com/concordancejs/concordance#readme",
"dependencies": {
"date-time": "^2.1.0",
"esutils": "^2.0.2",
@ -56,7 +37,6 @@
"semver": "^5.5.1",
"well-known-symbols": "^2.0.0"
},
"description": "Compare, format, diff and serialize any JavaScript value",
"devDependencies": {
"@novemberborn/as-i-preach": "^10.0.1",
"ava": "1.0.0-beta.8",
@ -67,17 +47,12 @@
"nyc": "^13.0.1",
"pretty-format": "^23.6.0"
},
"engines": {
"node": ">=6.12.3 <7 || >=8.9.4 <9 || >=10.0.0"
"as-i-preach": {
"allowDevDependencies": [
"perf/**/*.js",
"test/**/*.js"
]
},
"files": [
"lib",
"index.js"
],
"homepage": "https://github.com/concordancejs/concordance#readme",
"license": "ISC",
"main": "index.js",
"name": "concordance",
"nyc": {
"reporter": [
"html",
@ -85,14 +60,9 @@
"text"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/concordancejs/concordance.git"
},
"scripts": {
"lint": "as-i-preach",
"test": "npm run -s lint && nyc ava"
},
"standard-engine": "@novemberborn/as-i-preach",
"version": "4.0.0"
}
"standard-engine": "@novemberborn/as-i-preach"
,"_resolved": "https://registry.npmjs.org/concordance/-/concordance-4.0.0.tgz"
,"_integrity": "sha512-l0RFuB8RLfCS0Pt2Id39/oCPykE01pyxgAFypWTlaGRgvLkZrtczZ8atEHpTeEIW+zYWXTBuA9cCSeEOScxReQ=="
,"_from": "concordance@4.0.0"
}