This commit is contained in:
lalBi94
2023-03-05 13:23:23 +01:00
commit 7bc56c09b5
14034 changed files with 1834369 additions and 0 deletions

27
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"
}
}