added compiled nano.js
This commit is contained in:
parent
e8f1264971
commit
5888eee2db
File diff suppressed because one or more lines are too long
|
@ -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> */
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "web-arduino-uploader",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "web-arduino-uploader",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"async": "^3.2.0",
|
||||
|
@ -4881,7 +4881,7 @@
|
|||
},
|
||||
"stk500": {
|
||||
"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": {
|
||||
"async": "^0.9.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue