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

65
node_modules/fast-diff/package.json generated vendored
View File

@@ -1,59 +1,30 @@
{
"_args": [
[
"fast-diff@1.2.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "fast-diff@1.2.0",
"_id": "fast-diff@1.2.0",
"_inBundle": false,
"_integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==",
"_location": "/fast-diff",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fast-diff@1.2.0",
"name": "fast-diff",
"escapedName": "fast-diff",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/concordance"
],
"_resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Jason Chen",
"email": "jhchen7@gmail.com"
},
"bugs": {
"url": "https://github.com/jhchen/fast-diff/issues"
},
"name": "fast-diff",
"version": "1.2.0",
"description": "Fast Javascript text diff",
"author": "Jason Chen <jhchen7@gmail.com>",
"main": "diff.js",
"types": "diff.d.ts",
"devDependencies": {
"lodash": "~3.9.3",
"seedrandom": "~2.4.0"
},
"homepage": "https://github.com/jhchen/fast-diff#readme",
"keywords": [
"diff"
],
"license": "Apache-2.0",
"main": "diff.js",
"name": "fast-diff",
"repository": {
"type": "git",
"url": "git+https://github.com/jhchen/fast-diff.git"
"url": "https://github.com/jhchen/fast-diff"
},
"bugs": {
"url": "https://github.com/jhchen/fast-diff/issues"
},
"scripts": {
"test": "node test.js"
},
"types": "diff.d.ts",
"version": "1.2.0"
}
"license": "Apache-2.0",
"keywords": [
"diff"
]
,"_resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz"
,"_integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w=="
,"_from": "fast-diff@1.2.0"
}