added compiled nano.js

This commit is contained in:
Oleksiy 2025-03-20 21:55:18 +02:00
parent e8f1264971
commit 5888eee2db
3 changed files with 21 additions and 3 deletions

2
nano/nano.js Normal file

File diff suppressed because one or more lines are too long

16
nano/nano.js.LICENSE.txt Normal file
View File

@ -0,0 +1,16 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
/*!
* async
* https://github.com/caolan/async
*
* Copyright 2010-2014 Caolan McMahon
* Released under the MIT license
*/
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

6
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "web-arduino-uploader", "name": "web-arduino-uploader",
"version": "1.1.1", "version": "1.1.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "web-arduino-uploader", "name": "web-arduino-uploader",
"version": "1.1.1", "version": "1.1.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"async": "^3.2.0", "async": "^3.2.0",
@ -4881,7 +4881,7 @@
}, },
"stk500": { "stk500": {
"version": "git+ssh://git@github.com/dbuezas/js-stk500v1.git#fe1d7238b1d32e8e997c7c8bafef7cd31f71e04b", "version": "git+ssh://git@github.com/dbuezas/js-stk500v1.git#fe1d7238b1d32e8e997c7c8bafef7cd31f71e04b",
"from": "stk500@dbuezas/js-stk500v1#v3.0.0", "from": "stk500@github:dbuezas/js-stk500v1#v3.0.0",
"requires": { "requires": {
"async": "^0.9.0" "async": "^0.9.0"
}, },