wickra 0.3.1 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -5
- package/index.d.ts +2343 -0
- package/index.js +54 -50
- package/npm/darwin-arm64/package.json +1 -1
- package/npm/darwin-arm64/wickra.darwin-arm64.node +0 -0
- package/npm/darwin-x64/package.json +1 -1
- package/npm/darwin-x64/wickra.darwin-x64.node +0 -0
- package/npm/linux-arm64-gnu/package.json +1 -1
- package/npm/linux-arm64-gnu/wickra.linux-arm64-gnu.node +0 -0
- package/npm/linux-x64-gnu/package.json +1 -1
- package/npm/linux-x64-gnu/wickra.linux-x64-gnu.node +0 -0
- package/npm/win32-arm64-msvc/package.json +1 -1
- package/npm/win32-arm64-msvc/wickra.win32-arm64-msvc.node +0 -0
- package/npm/win32-x64-msvc/package.json +1 -1
- package/npm/win32-x64-msvc/wickra.win32-x64-msvc.node +0 -0
- package/package.json +10 -9
- package/wickra.darwin-arm64.node +0 -0
- package/wickra.darwin-x64.node +0 -0
- package/wickra.linux-arm64-gnu.node +0 -0
- package/wickra.linux-x64-gnu.node +0 -0
- package/wickra.win32-arm64-msvc.node +0 -0
- package/wickra.win32-x64-msvc.node +0 -0
package/index.js
CHANGED
|
@@ -310,7 +310,7 @@ if (!nativeBinding) {
|
|
|
310
310
|
throw new Error(`Failed to load native binding`)
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
const { version, SMA, EMA, WMA, RSI, DEMA, TEMA, HMA, ROC, TRIX, SMMA, TRIMA, ZLEMA, MOM, CMO, DPO, StdDev, UlcerIndex, VerticalHorizontalFilter, ZScore, MACD, BollingerBands, ATR, Stochastic, OBV, ADX, ADXR, CCI, WilliamsR, MFI, PSAR, Keltner, Donchian, VWAP, RollingVWAP, AwesomeOscillator, Aroon,
|
|
313
|
+
const { version, SMA, EMA, WMA, RSI, DEMA, TEMA, HMA, ROC, TRIX, SMMA, TRIMA, ZLEMA, MOM, CMO, DPO, StdDev, UlcerIndex, VerticalHorizontalFilter, ZScore, McGinleyDynamic, FRAMA, SuperSmoother, FisherTransform, Decycler, CenterOfGravity, CyberneticCycle, InstantaneousTrendline, EhlersStochastic, RVIVolatility, Variance, CoefficientOfVariation, Skewness, Kurtosis, StandardError, DetrendedStdDev, RSquared, MedianAbsoluteDeviation, Autocorrelation, HurstExponent, PearsonCorrelation, Beta, PairwiseBeta, SpearmanCorrelation, PairSpreadZScore, LeadLagCrossCorrelation, Cointegration, RelativeStrengthAB, MACD, BollingerBands, ATR, Stochastic, OBV, ADX, ADXR, CCI, WilliamsR, MFI, PSAR, Keltner, Donchian, VWAP, RollingVWAP, AwesomeOscillator, Aroon, Inertia, ConnorsRSI, LaguerreRSI, SMI, KST, PGO, RVI, AwesomeOscillatorHistogram, STC, ElderImpulse, ZeroLagMACD, CFO, APO, KAMA, EVWMA, Alligator, JMA, VIDYA, ALMA, T3, TSI, PMO, TII, ADL, VolumePriceTrend, ChaikinMoneyFlow, ChaikinOscillator, ForceIndex, NVI, PVI, VolumeOscillator, KVO, WilliamsAD, AnchoredVWAP, DemandIndex, TSV, VZO, MarketFacilitationIndex, EaseOfMovement, SuperTrend, ChandelierExit, ChandeKrollStop, AtrTrailingStop, HiLoActivator, VoltyStop, YoyoExit, DonchianStop, PercentageTrailingStop, StepTrailingStop, RenkoTrailingStop, TypicalPrice, MedianPrice, WeightedClose, LinearRegression, LinRegSlope, AcceleratorOscillator, BalanceOfPower, ChoppinessIndex, TrueRange, ChaikinVolatility, YangZhangVolatility, RogersSatchellVolatility, GarmanKlassVolatility, ParkinsonVolatility, LinRegAngle, BollingerBandwidth, PercentB, NATR, HistoricalVolatility, AroonOscillator, WaveTrend, RWI, Vortex, MassIndex, StochRSI, UltimateOscillator, PPO, Coppock, VWMA, MaEnvelope, AccelerationBands, StarcBands, AtrBands, HurstChannel, LinRegChannel, StandardErrorBands, DoubleBollinger, TtmSqueeze, FractalChaosBands, VwapStdDevBands, ClassicPivots, FibonacciPivots, Camarilla, WoodiePivots, DemarkPivots, WilliamsFractals, ZigZag, TDSetup, TDSequential, TDDeMarker, TDREI, TDPressure, TDCombo, TDCountdown, TDLines, TDRangeProjection, TDDifferential, TDOpen, TDRiskLevel, InverseFisherTransform, DecyclerOscillator, RoofingFilter, EmpiricalModeDecomposition, HilbertDominantCycle, AdaptiveCycle, SineWave, MAMA, FAMA, Ichimoku, HeikinAshi, ValueArea, InitialBalance, OpeningRange, Doji, Hammer, InvertedHammer, HangingMan, ShootingStar, Engulfing, Harami, MorningEveningStar, ThreeSoldiersOrCrows, PiercingDarkCloud, Marubozu, Tweezer, SpinningTop, ThreeInside, ThreeOutside, SharpeRatio, SortinoRatio, CalmarRatio, OmegaRatio, MaxDrawdown, AverageDrawdown, DrawdownDuration, PainIndex, ValueAtRisk, ConditionalValueAtRisk, ProfitFactor, GainLossRatio, RecoveryFactor, KellyCriterion, TreynorRatio, InformationRatio, Alpha } = nativeBinding
|
|
314
314
|
|
|
315
315
|
module.exports.version = version
|
|
316
316
|
module.exports.SMA = SMA
|
|
@@ -332,6 +332,34 @@ module.exports.StdDev = StdDev
|
|
|
332
332
|
module.exports.UlcerIndex = UlcerIndex
|
|
333
333
|
module.exports.VerticalHorizontalFilter = VerticalHorizontalFilter
|
|
334
334
|
module.exports.ZScore = ZScore
|
|
335
|
+
module.exports.McGinleyDynamic = McGinleyDynamic
|
|
336
|
+
module.exports.FRAMA = FRAMA
|
|
337
|
+
module.exports.SuperSmoother = SuperSmoother
|
|
338
|
+
module.exports.FisherTransform = FisherTransform
|
|
339
|
+
module.exports.Decycler = Decycler
|
|
340
|
+
module.exports.CenterOfGravity = CenterOfGravity
|
|
341
|
+
module.exports.CyberneticCycle = CyberneticCycle
|
|
342
|
+
module.exports.InstantaneousTrendline = InstantaneousTrendline
|
|
343
|
+
module.exports.EhlersStochastic = EhlersStochastic
|
|
344
|
+
module.exports.RVIVolatility = RVIVolatility
|
|
345
|
+
module.exports.Variance = Variance
|
|
346
|
+
module.exports.CoefficientOfVariation = CoefficientOfVariation
|
|
347
|
+
module.exports.Skewness = Skewness
|
|
348
|
+
module.exports.Kurtosis = Kurtosis
|
|
349
|
+
module.exports.StandardError = StandardError
|
|
350
|
+
module.exports.DetrendedStdDev = DetrendedStdDev
|
|
351
|
+
module.exports.RSquared = RSquared
|
|
352
|
+
module.exports.MedianAbsoluteDeviation = MedianAbsoluteDeviation
|
|
353
|
+
module.exports.Autocorrelation = Autocorrelation
|
|
354
|
+
module.exports.HurstExponent = HurstExponent
|
|
355
|
+
module.exports.PearsonCorrelation = PearsonCorrelation
|
|
356
|
+
module.exports.Beta = Beta
|
|
357
|
+
module.exports.PairwiseBeta = PairwiseBeta
|
|
358
|
+
module.exports.SpearmanCorrelation = SpearmanCorrelation
|
|
359
|
+
module.exports.PairSpreadZScore = PairSpreadZScore
|
|
360
|
+
module.exports.LeadLagCrossCorrelation = LeadLagCrossCorrelation
|
|
361
|
+
module.exports.Cointegration = Cointegration
|
|
362
|
+
module.exports.RelativeStrengthAB = RelativeStrengthAB
|
|
335
363
|
module.exports.MACD = MACD
|
|
336
364
|
module.exports.BollingerBands = BollingerBands
|
|
337
365
|
module.exports.ATR = ATR
|
|
@@ -349,27 +377,25 @@ module.exports.VWAP = VWAP
|
|
|
349
377
|
module.exports.RollingVWAP = RollingVWAP
|
|
350
378
|
module.exports.AwesomeOscillator = AwesomeOscillator
|
|
351
379
|
module.exports.Aroon = Aroon
|
|
352
|
-
module.exports.KAMA = KAMA
|
|
353
|
-
module.exports.RVI = RVI
|
|
354
|
-
module.exports.PGO = PGO
|
|
355
|
-
module.exports.KST = KST
|
|
356
|
-
module.exports.SMI = SMI
|
|
357
|
-
module.exports.LaguerreRSI = LaguerreRSI
|
|
358
|
-
module.exports.ConnorsRSI = ConnorsRSI
|
|
359
380
|
module.exports.Inertia = Inertia
|
|
360
|
-
module.exports.
|
|
361
|
-
module.exports.
|
|
362
|
-
module.exports.
|
|
363
|
-
module.exports.
|
|
364
|
-
module.exports.
|
|
365
|
-
module.exports.
|
|
366
|
-
module.exports.EVWMA = EVWMA
|
|
367
|
-
module.exports.APO = APO
|
|
381
|
+
module.exports.ConnorsRSI = ConnorsRSI
|
|
382
|
+
module.exports.LaguerreRSI = LaguerreRSI
|
|
383
|
+
module.exports.SMI = SMI
|
|
384
|
+
module.exports.KST = KST
|
|
385
|
+
module.exports.PGO = PGO
|
|
386
|
+
module.exports.RVI = RVI
|
|
368
387
|
module.exports.AwesomeOscillatorHistogram = AwesomeOscillatorHistogram
|
|
369
|
-
module.exports.CFO = CFO
|
|
370
|
-
module.exports.ZeroLagMACD = ZeroLagMACD
|
|
371
|
-
module.exports.ElderImpulse = ElderImpulse
|
|
372
388
|
module.exports.STC = STC
|
|
389
|
+
module.exports.ElderImpulse = ElderImpulse
|
|
390
|
+
module.exports.ZeroLagMACD = ZeroLagMACD
|
|
391
|
+
module.exports.CFO = CFO
|
|
392
|
+
module.exports.APO = APO
|
|
393
|
+
module.exports.KAMA = KAMA
|
|
394
|
+
module.exports.EVWMA = EVWMA
|
|
395
|
+
module.exports.Alligator = Alligator
|
|
396
|
+
module.exports.JMA = JMA
|
|
397
|
+
module.exports.VIDYA = VIDYA
|
|
398
|
+
module.exports.ALMA = ALMA
|
|
373
399
|
module.exports.T3 = T3
|
|
374
400
|
module.exports.TSI = TSI
|
|
375
401
|
module.exports.PMO = PMO
|
|
@@ -379,17 +405,17 @@ module.exports.VolumePriceTrend = VolumePriceTrend
|
|
|
379
405
|
module.exports.ChaikinMoneyFlow = ChaikinMoneyFlow
|
|
380
406
|
module.exports.ChaikinOscillator = ChaikinOscillator
|
|
381
407
|
module.exports.ForceIndex = ForceIndex
|
|
382
|
-
module.exports.EaseOfMovement = EaseOfMovement
|
|
383
|
-
module.exports.KVO = KVO
|
|
384
|
-
module.exports.VolumeOscillator = VolumeOscillator
|
|
385
408
|
module.exports.NVI = NVI
|
|
386
409
|
module.exports.PVI = PVI
|
|
410
|
+
module.exports.VolumeOscillator = VolumeOscillator
|
|
411
|
+
module.exports.KVO = KVO
|
|
387
412
|
module.exports.WilliamsAD = WilliamsAD
|
|
388
413
|
module.exports.AnchoredVWAP = AnchoredVWAP
|
|
389
414
|
module.exports.DemandIndex = DemandIndex
|
|
390
415
|
module.exports.TSV = TSV
|
|
391
416
|
module.exports.VZO = VZO
|
|
392
417
|
module.exports.MarketFacilitationIndex = MarketFacilitationIndex
|
|
418
|
+
module.exports.EaseOfMovement = EaseOfMovement
|
|
393
419
|
module.exports.SuperTrend = SuperTrend
|
|
394
420
|
module.exports.ChandelierExit = ChandelierExit
|
|
395
421
|
module.exports.ChandeKrollStop = ChandeKrollStop
|
|
@@ -411,26 +437,25 @@ module.exports.BalanceOfPower = BalanceOfPower
|
|
|
411
437
|
module.exports.ChoppinessIndex = ChoppinessIndex
|
|
412
438
|
module.exports.TrueRange = TrueRange
|
|
413
439
|
module.exports.ChaikinVolatility = ChaikinVolatility
|
|
440
|
+
module.exports.YangZhangVolatility = YangZhangVolatility
|
|
441
|
+
module.exports.RogersSatchellVolatility = RogersSatchellVolatility
|
|
442
|
+
module.exports.GarmanKlassVolatility = GarmanKlassVolatility
|
|
443
|
+
module.exports.ParkinsonVolatility = ParkinsonVolatility
|
|
414
444
|
module.exports.LinRegAngle = LinRegAngle
|
|
415
445
|
module.exports.BollingerBandwidth = BollingerBandwidth
|
|
416
446
|
module.exports.PercentB = PercentB
|
|
417
447
|
module.exports.NATR = NATR
|
|
418
448
|
module.exports.HistoricalVolatility = HistoricalVolatility
|
|
419
449
|
module.exports.AroonOscillator = AroonOscillator
|
|
420
|
-
module.exports.Vortex = Vortex
|
|
421
|
-
module.exports.RWI = RWI
|
|
422
450
|
module.exports.WaveTrend = WaveTrend
|
|
451
|
+
module.exports.RWI = RWI
|
|
452
|
+
module.exports.Vortex = Vortex
|
|
423
453
|
module.exports.MassIndex = MassIndex
|
|
424
454
|
module.exports.StochRSI = StochRSI
|
|
425
455
|
module.exports.UltimateOscillator = UltimateOscillator
|
|
426
456
|
module.exports.PPO = PPO
|
|
427
457
|
module.exports.Coppock = Coppock
|
|
428
458
|
module.exports.VWMA = VWMA
|
|
429
|
-
module.exports.RVIVolatility = RVIVolatility
|
|
430
|
-
module.exports.ParkinsonVolatility = ParkinsonVolatility
|
|
431
|
-
module.exports.GarmanKlassVolatility = GarmanKlassVolatility
|
|
432
|
-
module.exports.RogersSatchellVolatility = RogersSatchellVolatility
|
|
433
|
-
module.exports.YangZhangVolatility = YangZhangVolatility
|
|
434
459
|
module.exports.MaEnvelope = MaEnvelope
|
|
435
460
|
module.exports.AccelerationBands = AccelerationBands
|
|
436
461
|
module.exports.StarcBands = StarcBands
|
|
@@ -461,16 +486,9 @@ module.exports.TDRangeProjection = TDRangeProjection
|
|
|
461
486
|
module.exports.TDDifferential = TDDifferential
|
|
462
487
|
module.exports.TDOpen = TDOpen
|
|
463
488
|
module.exports.TDRiskLevel = TDRiskLevel
|
|
464
|
-
module.exports.SuperSmoother = SuperSmoother
|
|
465
|
-
module.exports.FisherTransform = FisherTransform
|
|
466
489
|
module.exports.InverseFisherTransform = InverseFisherTransform
|
|
467
|
-
module.exports.Decycler = Decycler
|
|
468
490
|
module.exports.DecyclerOscillator = DecyclerOscillator
|
|
469
491
|
module.exports.RoofingFilter = RoofingFilter
|
|
470
|
-
module.exports.CenterOfGravity = CenterOfGravity
|
|
471
|
-
module.exports.CyberneticCycle = CyberneticCycle
|
|
472
|
-
module.exports.InstantaneousTrendline = InstantaneousTrendline
|
|
473
|
-
module.exports.EhlersStochastic = EhlersStochastic
|
|
474
492
|
module.exports.EmpiricalModeDecomposition = EmpiricalModeDecomposition
|
|
475
493
|
module.exports.HilbertDominantCycle = HilbertDominantCycle
|
|
476
494
|
module.exports.AdaptiveCycle = AdaptiveCycle
|
|
@@ -479,19 +497,6 @@ module.exports.MAMA = MAMA
|
|
|
479
497
|
module.exports.FAMA = FAMA
|
|
480
498
|
module.exports.Ichimoku = Ichimoku
|
|
481
499
|
module.exports.HeikinAshi = HeikinAshi
|
|
482
|
-
module.exports.Variance = Variance
|
|
483
|
-
module.exports.CoefficientOfVariation = CoefficientOfVariation
|
|
484
|
-
module.exports.Skewness = Skewness
|
|
485
|
-
module.exports.Kurtosis = Kurtosis
|
|
486
|
-
module.exports.StandardError = StandardError
|
|
487
|
-
module.exports.DetrendedStdDev = DetrendedStdDev
|
|
488
|
-
module.exports.RSquared = RSquared
|
|
489
|
-
module.exports.MedianAbsoluteDeviation = MedianAbsoluteDeviation
|
|
490
|
-
module.exports.Autocorrelation = Autocorrelation
|
|
491
|
-
module.exports.HurstExponent = HurstExponent
|
|
492
|
-
module.exports.PearsonCorrelation = PearsonCorrelation
|
|
493
|
-
module.exports.Beta = Beta
|
|
494
|
-
module.exports.SpearmanCorrelation = SpearmanCorrelation
|
|
495
500
|
module.exports.ValueArea = ValueArea
|
|
496
501
|
module.exports.InitialBalance = InitialBalance
|
|
497
502
|
module.exports.OpeningRange = OpeningRange
|
|
@@ -510,7 +515,6 @@ module.exports.Tweezer = Tweezer
|
|
|
510
515
|
module.exports.SpinningTop = SpinningTop
|
|
511
516
|
module.exports.ThreeInside = ThreeInside
|
|
512
517
|
module.exports.ThreeOutside = ThreeOutside
|
|
513
|
-
// Family 15: Risk / Performance metrics
|
|
514
518
|
module.exports.SharpeRatio = SharpeRatio
|
|
515
519
|
module.exports.SortinoRatio = SortinoRatio
|
|
516
520
|
module.exports.CalmarRatio = CalmarRatio
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-darwin-arm64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Native binding for wickra (macOS Apple Silicon). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
5
5
|
"main": "wickra.darwin-arm64.node",
|
|
6
6
|
"files": [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-darwin-x64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Native binding for wickra (macOS Intel). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
5
5
|
"main": "wickra.darwin-x64.node",
|
|
6
6
|
"files": [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-linux-arm64-gnu",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Native binding for wickra (linux arm64 GNU). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
5
5
|
"main": "wickra.linux-arm64-gnu.node",
|
|
6
6
|
"files": [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-linux-x64-gnu",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Native binding for wickra (linux x64 GNU). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
5
5
|
"main": "wickra.linux-x64-gnu.node",
|
|
6
6
|
"files": [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-win32-arm64-msvc",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Native binding for wickra (Windows arm64 MSVC). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
5
5
|
"main": "wickra.win32-arm64-msvc.node",
|
|
6
6
|
"files": [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-win32-x64-msvc",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Native binding for wickra (Windows x64 MSVC). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
5
5
|
"main": "wickra.win32-x64-msvc.node",
|
|
6
6
|
"files": [
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Streaming-first technical indicators: incremental, fast, install-free. Node bindings powered by Rust.",
|
|
5
|
-
"author": "kingchenc <wickra.
|
|
5
|
+
"author": "kingchenc <support@wickra.org>",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"types": "index.d.ts",
|
|
8
8
|
"license": "PolyForm-Noncommercial-1.0.0",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"node": ">= 18"
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|
|
50
|
-
"wickra-linux-x64-gnu": "0.
|
|
51
|
-
"wickra-linux-arm64-gnu": "0.
|
|
52
|
-
"wickra-darwin-x64": "0.
|
|
53
|
-
"wickra-darwin-arm64": "0.
|
|
54
|
-
"wickra-win32-x64-msvc": "0.
|
|
55
|
-
"wickra-win32-arm64-msvc": "0.
|
|
50
|
+
"wickra-linux-x64-gnu": "0.4.1",
|
|
51
|
+
"wickra-linux-arm64-gnu": "0.4.1",
|
|
52
|
+
"wickra-darwin-x64": "0.4.1",
|
|
53
|
+
"wickra-darwin-arm64": "0.4.1",
|
|
54
|
+
"wickra-win32-x64-msvc": "0.4.1",
|
|
55
|
+
"wickra-win32-arm64-msvc": "0.4.1"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build": "napi build --platform --release",
|
|
@@ -60,7 +60,8 @@
|
|
|
60
60
|
"artifacts": "napi artifacts",
|
|
61
61
|
"universal": "napi universal",
|
|
62
62
|
"version": "napi version",
|
|
63
|
-
"test": "node --test __tests__/"
|
|
63
|
+
"test": "node --test __tests__/",
|
|
64
|
+
"bench": "node benchmarks/throughput.js"
|
|
64
65
|
},
|
|
65
66
|
"devDependencies": {
|
|
66
67
|
"@napi-rs/cli": "^2.18.0"
|
package/wickra.darwin-arm64.node
CHANGED
|
Binary file
|
package/wickra.darwin-x64.node
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|