Run npm install so have clear baseline

This commit is contained in:
Sam Partington
2020-06-24 12:07:13 +01:00
parent 6846c702da
commit 43c1bea680
403 changed files with 22000 additions and 7778 deletions

View File

@@ -1,20 +1,55 @@
{
"name": "json-buffer",
"_args": [
[
"json-buffer@3.0.0",
"/Users/sam/code/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/sam/code/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",
"version": "3.0.0",
"devDependencies": {
"tape": "^4.6.3"
},
"homepage": "https://github.com/dominictarr/json-buffer",
"license": "MIT",
"name": "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": [
@@ -30,5 +65,6 @@
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
}
}
},
"version": "3.0.0"
}