This commit is contained in:
2020-08-20 11:44:32 +02:00
parent 4715fc1814
commit 6aceefeb2f
2891 changed files with 11239 additions and 347539 deletions

View File

@@ -1,51 +1,20 @@
{
"_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",
"_shasum": "5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898",
"_spec": "json-buffer@3.0.0",
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\keyv",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "http://dominictarr.com"
},
"bugs": {
"url": "https://github.com/dominictarr/json-buffer/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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": [
@@ -61,6 +30,5 @@
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "3.0.0"
}
}