HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/opensearch-dashboards/node_modules/stream-chopper/package.json
{
  "name": "stream-chopper",
  "version": "3.0.1",
  "description": "Chop a single stream of data into a series of readable streams",
  "main": "index.js",
  "dependencies": {
    "readable-stream": "^3.0.6"
  },
  "devDependencies": {
    "codecov": "^3.0.4",
    "nyc": "^13.0.1",
    "standard": "^12.0.1",
    "tape": "^4.9.1"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "test": "standard && nyc node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watson/stream-chopper.git"
  },
  "keywords": [
    "chop",
    "choppa",
    "chopper",
    "split",
    "splitter",
    "cut",
    "cutter",
    "stream",
    "streams",
    "size",
    "length",
    "time",
    "timeout",
    "max",
    "max-size"
  ],
  "author": "Thomas Watson <w@tson.dk> (https://twitter.com/wa7son)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/watson/stream-chopper/issues"
  },
  "homepage": "https://github.com/watson/stream-chopper#readme",
  "coordinates": [
    55.778265,
    12.593146
  ]
}