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,55 +1,20 @@
{
"_args": [
[
"json-buffer@3.0.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "json-buffer@3.0.0",
"_id": "json-buffer@3.0.0",
"_inBundle": false,
"_integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=",
"_location": "/json-buffer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "json-buffer@3.0.0",
"name": "json-buffer",
"escapedName": "json-buffer",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/keyv"
],
"_resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "http://dominictarr.com"
},
"bugs": {
"url": "https://github.com/dominictarr/json-buffer/issues"
},
"description": "JSON parse & stringify that supports binary via bops & base64",
"devDependencies": {
"tape": "^4.6.3"
},
"homepage": "https://github.com/dominictarr/json-buffer",
"license": "MIT",
"name": "json-buffer",
"description": "JSON parse & stringify that supports binary via bops & base64",
"version": "3.0.0",
"homepage": "https://github.com/dominictarr/json-buffer",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/json-buffer.git"
},
"devDependencies": {
"tape": "^4.6.3"
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
"license": "MIT",
"testling": {
"files": "test/*.js",
"browsers": [
@@ -65,6 +30,9 @@
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "3.0.0"
}
}
,"_resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz"
,"_integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg="
,"_from": "json-buffer@3.0.0"
}