primer cambio

This commit is contained in:
beseira13
2026-01-19 12:12:38 -03:00
parent 5f59dba52d
commit 44990f015a
4759 changed files with 588702 additions and 0 deletions

19
node_modules/buffer-more-ints/package.json generated vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "buffer-more-ints",
"version": "1.0.0",
"author": "David Wragg <david@wragg.org>",
"description": "Add support for more integer widths to Buffer",
"homepage": "https://github.com/dpw/node-buffer-more-ints",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dpw/node-buffer-more-ints.git"
},
"main": "buffer-more-ints.js",
"devDependencies": {
"nodeunit": ""
},
"scripts": {
"test": "node ./node_modules/nodeunit/bin/nodeunit buffer-more-ints-tests.js"
}
}