node-xterm (5.3.0-4)

Details

Core information at a glance

Distribution
kali
Origin
kali-last-snapshot
Repository
https://http.kali.org/kali
Codename
kali-last-snapshot
Component
main
Source
none
Architecture
i386
Section
javascript
Priority
optional
Maintainer
Debian Javascript Maintainers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
4.3 kB
Size expected
606.4 kB
Size actual
606.4 kB
Size match

Dependencies

Required package dependencies

  • None

Suggested packages

Recommended additional packages

  • nodejs:any

Description

terminal front-end component for the browser - NodeJS modules

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD5ad621407…2d11eca7
SHA-145aaa00e…b5965b5d
SHA-256a268e94c…414b4386
SHA-5122f83c035…40082966

Contents

Files and directories included

.
usr
usr/share
usr/share/doc
usr/share/doc/node-xterm
usr/share/doc/node-xterm/CODE_OF_CONDUCT.md
usr/share/doc/node-xterm/CONTRIBUTING.md
usr/share/doc/node-xterm/README.md.gz
usr/share/doc/node-xterm/changelog.Debian.gz
usr/share/doc/node-xterm/copyright
usr/share/doc/node-xterm-addon-attach
usr/share/doc/node-xterm-addon-attach/README.md
usr/share/doc/node-xterm-addon-canvas
usr/share/doc/node-xterm-addon-canvas/README.md
usr/share/doc/node-xterm-addon-fit
usr/share/doc/node-xterm-addon-fit/README.md
usr/share/doc/node-xterm-addon-image
usr/share/doc/node-xterm-addon-image/README.md.gz
usr/share/doc/node-xterm-addon-search
usr/share/doc/node-xterm-addon-search/README.md
usr/share/doc/node-xterm-addon-serialize
usr/share/doc/node-xterm-addon-serialize/README.md
usr/share/doc/node-xterm-addon-unicode11
usr/share/doc/node-xterm-addon-unicode11/README.md
usr/share/doc/node-xterm-addon-web-links
usr/share/doc/node-xterm-addon-web-links/README.md
usr/share/doc/node-xterm-addon-webgl
usr/share/doc/node-xterm-addon-webgl/README.md
usr/share/doc/node-xterm-wasm-parts
usr/share/doc/node-xterm-wasm-parts/README.md
usr/share/nodejs
usr/share/nodejs/xterm
usr/share/nodejs/xterm/css
usr/share/nodejs/xterm/css/xterm.css
usr/share/nodejs/xterm/lib
usr/share/nodejs/xterm/lib/xterm.js
usr/share/nodejs/xterm/lib/xterm.js.map
usr/share/nodejs/xterm/package.json
usr/share/nodejs/xterm/pkgjs-lock.json
usr/share/nodejs/xterm/src
usr/share/nodejs/xterm/src/browser
usr/share/nodejs/xterm/src/browser/AccessibilityManager.ts
usr/share/nodejs/xterm/src/browser/Clipboard.ts
usr/share/nodejs/xterm/src/browser/ColorContrastCache.ts
usr/share/nodejs/xterm/src/browser/Lifecycle.ts
usr/share/nodejs/xterm/src/browser/Linkifier2.ts
usr/share/nodejs/xterm/src/browser/LocalizableStrings.ts
usr/share/nodejs/xterm/src/browser/OscLinkProvider.ts
usr/share/nodejs/xterm/src/browser/RenderDebouncer.ts
usr/share/nodejs/xterm/src/browser/ScreenDprMonitor.ts
usr/share/nodejs/xterm/src/browser/Terminal.ts
usr/share/nodejs/xterm/src/browser/TimeBasedDebouncer.ts
usr/share/nodejs/xterm/src/browser/Types.d.ts
usr/share/nodejs/xterm/src/browser/Viewport.ts
usr/share/nodejs/xterm/src/browser/decorations
usr/share/nodejs/xterm/src/browser/decorations/BufferDecorationRenderer.ts
usr/share/nodejs/xterm/src/browser/decorations/ColorZoneStore.ts
usr/share/nodejs/xterm/src/browser/decorations/OverviewRulerRenderer.ts
usr/share/nodejs/xterm/src/browser/input
usr/share/nodejs/xterm/src/browser/input/CompositionHelper.ts
usr/share/nodejs/xterm/src/browser/input/Mouse.ts
usr/share/nodejs/xterm/src/browser/input/MoveToCell.ts
usr/share/nodejs/xterm/src/browser/public
usr/share/nodejs/xterm/src/browser/public/Terminal.ts
usr/share/nodejs/xterm/src/browser/renderer
usr/share/nodejs/xterm/src/browser/renderer/dom
usr/share/nodejs/xterm/src/browser/renderer/dom/DomRenderer.ts
usr/share/nodejs/xterm/src/browser/renderer/dom/DomRendererRowFactory.ts
usr/share/nodejs/xterm/src/browser/renderer/dom/WidthCache.ts
usr/share/nodejs/xterm/src/browser/renderer/shared
usr/share/nodejs/xterm/src/browser/renderer/shared/CellColorResolver.ts
usr/share/nodejs/xterm/src/browser/renderer/shared/CharAtlasCache.ts
usr/share/nodejs/xterm/src/browser/renderer/shared/CharAtlasUtils.ts
usr/share/nodejs/xterm/src/browser/renderer/shared/Constants.ts
usr/share/nodejs/xterm/src/browser/renderer/shared/CursorBlinkStateManager.ts
usr/share/nodejs/xterm/src/browser/renderer/shared/CustomGlyphs.ts
usr/share/nodejs/xterm/src/browser/renderer/shared/DevicePixelObserver.ts
usr/share/nodejs/xterm/src/browser/renderer/shared/RendererUtils.ts
usr/share/nodejs/xterm/src/browser/renderer/shared/SelectionRenderModel.ts
usr/share/nodejs/xterm/src/browser/renderer/shared/TextureAtlas.ts
usr/share/nodejs/xterm/src/browser/renderer/shared/Types.d.ts
usr/share/nodejs/xterm/src/browser/selection
usr/share/nodejs/xterm/src/browser/selection/SelectionModel.ts
usr/share/nodejs/xterm/src/browser/selection/Types.d.ts
usr/share/nodejs/xterm/src/browser/services
usr/share/nodejs/xterm/src/browser/services/CharSizeService.ts
usr/share/nodejs/xterm/src/browser/services/CharacterJoinerService.ts
usr/share/nodejs/xterm/src/browser/services/CoreBrowserService.ts
usr/share/nodejs/xterm/src/browser/services/MouseService.ts
usr/share/nodejs/xterm/src/browser/services/RenderService.ts
usr/share/nodejs/xterm/src/browser/services/SelectionService.ts
usr/share/nodejs/xterm/src/browser/services/Services.ts
usr/share/nodejs/xterm/src/browser/services/ThemeService.ts
usr/share/nodejs/xterm/src/common
usr/share/nodejs/xterm/src/common/CircularList.ts
usr/share/nodejs/xterm/src/common/Clone.ts
usr/share/nodejs/xterm/src/common/Color.ts
usr/share/nodejs/xterm/src/common/CoreTerminal.ts
usr/share/nodejs/xterm/src/common/EventEmitter.ts
usr/share/nodejs/xterm/src/common/InputHandler.ts
usr/share/nodejs/xterm/src/common/Lifecycle.ts
usr/share/nodejs/xterm/src/common/MultiKeyMap.ts
usr/share/nodejs/xterm/src/common/Platform.ts
usr/share/nodejs/xterm/src/common/SortedList.ts
usr/share/nodejs/xterm/src/common/TaskQueue.ts
usr/share/nodejs/xterm/src/common/TypedArrayUtils.ts
usr/share/nodejs/xterm/src/common/Types.d.ts
usr/share/nodejs/xterm/src/common/WindowsMode.ts
usr/share/nodejs/xterm/src/common/buffer
usr/share/nodejs/xterm/src/common/buffer/AttributeData.ts
usr/share/nodejs/xterm/src/common/buffer/Buffer.ts
usr/share/nodejs/xterm/src/common/buffer/BufferLine.ts
usr/share/nodejs/xterm/src/common/buffer/BufferRange.ts
usr/share/nodejs/xterm/src/common/buffer/BufferReflow.ts
usr/share/nodejs/xterm/src/common/buffer/BufferSet.ts
usr/share/nodejs/xterm/src/common/buffer/CellData.ts
usr/share/nodejs/xterm/src/common/buffer/Constants.ts
usr/share/nodejs/xterm/src/common/buffer/Marker.ts
usr/share/nodejs/xterm/src/common/buffer/Types.d.ts
usr/share/nodejs/xterm/src/common/data
usr/share/nodejs/xterm/src/common/data/Charsets.ts
usr/share/nodejs/xterm/src/common/data/EscapeSequences.ts
usr/share/nodejs/xterm/src/common/input
usr/share/nodejs/xterm/src/common/input/Keyboard.ts
usr/share/nodejs/xterm/src/common/input/TextDecoder.ts
usr/share/nodejs/xterm/src/common/input/UnicodeV6.ts
usr/share/nodejs/xterm/src/common/input/WriteBuffer.ts
usr/share/nodejs/xterm/src/common/input/XParseColor.ts
usr/share/nodejs/xterm/src/common/parser
usr/share/nodejs/xterm/src/common/parser/Constants.ts
usr/share/nodejs/xterm/src/common/parser/DcsParser.ts
usr/share/nodejs/xterm/src/common/parser/EscapeSequenceParser.ts
usr/share/nodejs/xterm/src/common/parser/OscParser.ts
usr/share/nodejs/xterm/src/common/parser/Params.ts
usr/share/nodejs/xterm/src/common/parser/Types.d.ts
usr/share/nodejs/xterm/src/common/public
usr/share/nodejs/xterm/src/common/public/AddonManager.ts
usr/share/nodejs/xterm/src/common/public/BufferApiView.ts
usr/share/nodejs/xterm/src/common/public/BufferLineApiView.ts
usr/share/nodejs/xterm/src/common/public/BufferNamespaceApi.ts
usr/share/nodejs/xterm/src/common/public/ParserApi.ts
usr/share/nodejs/xterm/src/common/public/UnicodeApi.ts
usr/share/nodejs/xterm/src/common/services
usr/share/nodejs/xterm/src/common/services/BufferService.ts
usr/share/nodejs/xterm/src/common/services/CharsetService.ts
usr/share/nodejs/xterm/src/common/services/CoreMouseService.ts
usr/share/nodejs/xterm/src/common/services/CoreService.ts
usr/share/nodejs/xterm/src/common/services/DecorationService.ts
usr/share/nodejs/xterm/src/common/services/InstantiationService.ts
usr/share/nodejs/xterm/src/common/services/LogService.ts
usr/share/nodejs/xterm/src/common/services/OptionsService.ts
usr/share/nodejs/xterm/src/common/services/OscLinkService.ts
usr/share/nodejs/xterm/src/common/services/ServiceRegistry.ts
usr/share/nodejs/xterm/src/common/services/Services.ts
usr/share/nodejs/xterm/src/common/services/UnicodeService.ts
usr/share/nodejs/xterm/src/headless
usr/share/nodejs/xterm/src/headless/Terminal.ts
usr/share/nodejs/xterm/src/headless/public
usr/share/nodejs/xterm/src/headless/public/Terminal.ts
usr/share/nodejs/xterm/typings
usr/share/nodejs/xterm/typings/xterm.d.ts
usr/share/nodejs/xterm-addon-attach
usr/share/nodejs/xterm-addon-attach/lib
usr/share/nodejs/xterm-addon-attach/lib/xterm-addon-attach.js
usr/share/nodejs/xterm-addon-attach/lib/xterm-addon-attach.js.map
usr/share/nodejs/xterm-addon-attach/package.json
usr/share/nodejs/xterm-addon-attach/src
usr/share/nodejs/xterm-addon-attach/src/AttachAddon.ts
usr/share/nodejs/xterm-addon-attach/typings
usr/share/nodejs/xterm-addon-attach/typings/xterm-addon-attach.d.ts
usr/share/nodejs/xterm-addon-canvas
usr/share/nodejs/xterm-addon-canvas/lib
usr/share/nodejs/xterm-addon-canvas/lib/xterm-addon-canvas.js
usr/share/nodejs/xterm-addon-canvas/lib/xterm-addon-canvas.js.map
usr/share/nodejs/xterm-addon-canvas/package.json
usr/share/nodejs/xterm-addon-canvas/src
usr/share/nodejs/xterm-addon-canvas/src/BaseRenderLayer.ts
usr/share/nodejs/xterm-addon-canvas/src/CanvasAddon.ts
usr/share/nodejs/xterm-addon-canvas/src/CanvasRenderer.ts
usr/share/nodejs/xterm-addon-canvas/src/CursorRenderLayer.ts
usr/share/nodejs/xterm-addon-canvas/src/GridCache.ts
usr/share/nodejs/xterm-addon-canvas/src/LinkRenderLayer.ts
usr/share/nodejs/xterm-addon-canvas/src/SelectionRenderLayer.ts
usr/share/nodejs/xterm-addon-canvas/src/TextRenderLayer.ts
usr/share/nodejs/xterm-addon-canvas/src/Types.d.ts
usr/share/nodejs/xterm-addon-canvas/typings
usr/share/nodejs/xterm-addon-canvas/typings/xterm-addon-canvas.d.ts
usr/share/nodejs/xterm-addon-fit
usr/share/nodejs/xterm-addon-fit/lib
usr/share/nodejs/xterm-addon-fit/lib/xterm-addon-fit.js
usr/share/nodejs/xterm-addon-fit/lib/xterm-addon-fit.js.map
usr/share/nodejs/xterm-addon-fit/package.json
usr/share/nodejs/xterm-addon-fit/src
usr/share/nodejs/xterm-addon-fit/src/FitAddon.ts
usr/share/nodejs/xterm-addon-fit/typings
usr/share/nodejs/xterm-addon-fit/typings/xterm-addon-fit.d.ts
usr/share/nodejs/xterm-addon-image
usr/share/nodejs/xterm-addon-image/lib
usr/share/nodejs/xterm-addon-image/lib/xterm-addon-image.js
usr/share/nodejs/xterm-addon-image/lib/xterm-addon-image.js.map
usr/share/nodejs/xterm-addon-image/out
usr/share/nodejs/xterm-addon-image/out/IIPHandler.js
usr/share/nodejs/xterm-addon-image/out/IIPHandler.js.map
usr/share/nodejs/xterm-addon-image/out/IIPHeaderParser.js
usr/share/nodejs/xterm-addon-image/out/IIPHeaderParser.js.map
usr/share/nodejs/xterm-addon-image/out/IIPHeaderParser.test.js
usr/share/nodejs/xterm-addon-image/out/IIPHeaderParser.test.js.map
usr/share/nodejs/xterm-addon-image/out/IIPMetrics.js
usr/share/nodejs/xterm-addon-image/out/IIPMetrics.js.map
usr/share/nodejs/xterm-addon-image/out/IIPMetrics.test.js
usr/share/nodejs/xterm-addon-image/out/IIPMetrics.test.js.map
usr/share/nodejs/xterm-addon-image/out/ImageAddon.js
usr/share/nodejs/xterm-addon-image/out/ImageAddon.js.map
usr/share/nodejs/xterm-addon-image/out/ImageRenderer.js
usr/share/nodejs/xterm-addon-image/out/ImageRenderer.js.map
usr/share/nodejs/xterm-addon-image/out/ImageStorage.js
usr/share/nodejs/xterm-addon-image/out/ImageStorage.js.map
usr/share/nodejs/xterm-addon-image/out/SixelHandler.js
usr/share/nodejs/xterm-addon-image/out/SixelHandler.js.map
usr/share/nodejs/xterm-addon-image/package.json
usr/share/nodejs/xterm-addon-image/pkgjs-lock.json
usr/share/nodejs/xterm-addon-image/src
usr/share/nodejs/xterm-addon-image/src/IIPHandler.ts
usr/share/nodejs/xterm-addon-image/src/IIPHeaderParser.test.ts
usr/share/nodejs/xterm-addon-image/src/IIPHeaderParser.ts
usr/share/nodejs/xterm-addon-image/src/IIPMetrics.test.ts
usr/share/nodejs/xterm-addon-image/src/IIPMetrics.ts
usr/share/nodejs/xterm-addon-image/src/ImageAddon.ts
usr/share/nodejs/xterm-addon-image/src/ImageRenderer.ts
usr/share/nodejs/xterm-addon-image/src/ImageStorage.ts
usr/share/nodejs/xterm-addon-image/src/SixelHandler.ts
usr/share/nodejs/xterm-addon-image/src/Types.d.ts
usr/share/nodejs/xterm-addon-image/src/tsconfig.json
usr/share/nodejs/xterm-addon-image/typings
usr/share/nodejs/xterm-addon-image/typings/xterm-addon-image.d.ts
usr/share/nodejs/xterm-addon-search
usr/share/nodejs/xterm-addon-search/lib
usr/share/nodejs/xterm-addon-search/lib/xterm-addon-search.js
usr/share/nodejs/xterm-addon-search/lib/xterm-addon-search.js.map
usr/share/nodejs/xterm-addon-search/package.json
usr/share/nodejs/xterm-addon-search/src
usr/share/nodejs/xterm-addon-search/src/SearchAddon.ts
usr/share/nodejs/xterm-addon-search/typings
usr/share/nodejs/xterm-addon-search/typings/xterm-addon-search.d.ts
usr/share/nodejs/xterm-addon-serialize
usr/share/nodejs/xterm-addon-serialize/lib
usr/share/nodejs/xterm-addon-serialize/lib/xterm-addon-serialize.js
usr/share/nodejs/xterm-addon-serialize/lib/xterm-addon-serialize.js.map
usr/share/nodejs/xterm-addon-serialize/package.json
usr/share/nodejs/xterm-addon-serialize/src
usr/share/nodejs/xterm-addon-serialize/src/SerializeAddon.ts
usr/share/nodejs/xterm-addon-serialize/typings
usr/share/nodejs/xterm-addon-serialize/typings/xterm-addon-serialize.d.ts
usr/share/nodejs/xterm-addon-unicode11
usr/share/nodejs/xterm-addon-unicode11/lib
usr/share/nodejs/xterm-addon-unicode11/lib/xterm-addon-unicode11.js
usr/share/nodejs/xterm-addon-unicode11/lib/xterm-addon-unicode11.js.map
usr/share/nodejs/xterm-addon-unicode11/package.json
usr/share/nodejs/xterm-addon-unicode11/src
usr/share/nodejs/xterm-addon-unicode11/src/Unicode11Addon.ts
usr/share/nodejs/xterm-addon-unicode11/src/UnicodeV11.ts
usr/share/nodejs/xterm-addon-unicode11/typings
usr/share/nodejs/xterm-addon-unicode11/typings/xterm-addon-unicode11.d.ts
usr/share/nodejs/xterm-addon-web-links
usr/share/nodejs/xterm-addon-web-links/lib
usr/share/nodejs/xterm-addon-web-links/lib/xterm-addon-web-links.js
usr/share/nodejs/xterm-addon-web-links/lib/xterm-addon-web-links.js.map
usr/share/nodejs/xterm-addon-web-links/package.json
usr/share/nodejs/xterm-addon-web-links/src
usr/share/nodejs/xterm-addon-web-links/src/WebLinkProvider.ts
usr/share/nodejs/xterm-addon-web-links/src/WebLinksAddon.ts
usr/share/nodejs/xterm-addon-web-links/typings
usr/share/nodejs/xterm-addon-web-links/typings/xterm-addon-web-links.d.ts
usr/share/nodejs/xterm-addon-webgl
usr/share/nodejs/xterm-addon-webgl/lib
usr/share/nodejs/xterm-addon-webgl/lib/xterm-addon-webgl.js
usr/share/nodejs/xterm-addon-webgl/lib/xterm-addon-webgl.js.map
usr/share/nodejs/xterm-addon-webgl/package.json
usr/share/nodejs/xterm-addon-webgl/src
usr/share/nodejs/xterm-addon-webgl/src/GlyphRenderer.ts
usr/share/nodejs/xterm-addon-webgl/src/RectangleRenderer.ts
usr/share/nodejs/xterm-addon-webgl/src/RenderModel.ts
usr/share/nodejs/xterm-addon-webgl/src/TypedArray.ts
usr/share/nodejs/xterm-addon-webgl/src/Types.d.ts
usr/share/nodejs/xterm-addon-webgl/src/WebglAddon.ts
usr/share/nodejs/xterm-addon-webgl/src/WebglRenderer.ts
usr/share/nodejs/xterm-addon-webgl/src/WebglUtils.ts
usr/share/nodejs/xterm-addon-webgl/src/renderLayer
usr/share/nodejs/xterm-addon-webgl/src/renderLayer/BaseRenderLayer.ts
usr/share/nodejs/xterm-addon-webgl/src/renderLayer/LinkRenderLayer.ts
usr/share/nodejs/xterm-addon-webgl/src/renderLayer/Types.ts
usr/share/nodejs/xterm-addon-webgl/typings
usr/share/nodejs/xterm-addon-webgl/typings/xterm-addon-webgl.d.ts
usr/share/nodejs/xterm-wasm-parts
usr/share/nodejs/xterm-wasm-parts/lib
usr/share/nodejs/xterm-wasm-parts/lib/base64
usr/share/nodejs/xterm-wasm-parts/lib/base64/Base64Decoder.wasm.d.ts
usr/share/nodejs/xterm-wasm-parts/lib/base64/Base64Decoder.wasm.js
usr/share/nodejs/xterm-wasm-parts/lib/base64/Base64Encoder.wasm.d.ts
usr/share/nodejs/xterm-wasm-parts/lib/base64/Base64Encoder.wasm.js
usr/share/nodejs/xterm-wasm-parts/lib/index.d.ts
usr/share/nodejs/xterm-wasm-parts/lib/index.js
usr/share/nodejs/xterm-wasm-parts/package.json
usr/share/nodejs/xterm-wasm-parts/pkgjs-lock.json
usr/share/doc/node-xterm-addon-attach/copyright
usr/share/doc/node-xterm-addon-canvas/copyright
usr/share/doc/node-xterm-addon-fit/copyright
usr/share/doc/node-xterm-addon-image/copyright
usr/share/doc/node-xterm-addon-search/copyright
usr/share/doc/node-xterm-addon-serialize/copyright
usr/share/doc/node-xterm-addon-unicode11/copyright
usr/share/doc/node-xterm-addon-web-links/copyright
usr/share/doc/node-xterm-addon-webgl/copyright
usr/share/doc/node-xterm-wasm-parts/copyright