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,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"
}