This commit is contained in:
szabomarton
2025-01-28 11:38:27 +01:00
parent 9c5ca86086
commit 7f4a15b9c3
36841 changed files with 4032468 additions and 1 deletions

27
25_01_07/mai/node_modules/obuf/package.json generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "obuf",
"version": "1.1.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*-test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:indutny/offset-buffer"
},
"keywords": [
"Offset",
"Buffer",
"reader"
],
"author": "Fedor Indutny <fedor@indutny.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indutny/offset-buffer/issues"
},
"homepage": "https://github.com/indutny/offset-buffer",
"devDependencies": {
"mocha": "^1.21.4"
}
}