Last commit july 5th

This commit is contained in:
2024-07-05 13:46:23 +02:00
parent dad0d86e8c
commit b0e4dfbb76
24982 changed files with 2621219 additions and 413 deletions

39
spa/node_modules/minipass-json-stream/package.json generated vendored Normal file
View File

@@ -0,0 +1,39 @@
{
"name": "minipass-json-stream",
"version": "1.0.1",
"description": "Like JSONStream, but using Minipass streams",
"author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
"license": "MIT",
"scripts": {
"test": "tap",
"snap": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
},
"tap": {
"check-coverage": true
},
"devDependencies": {
"JSONStream": "^1.3.5",
"tap": "^14.6.9"
},
"dependencies": {
"jsonparse": "^1.3.1",
"minipass": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/minipass-json-stream.git"
},
"keywords": [
"stream",
"json",
"parse",
"minipass",
"JSONStream"
],
"files": [
"index.js"
]
}