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: /var/dev/farhangmoaser/web/node_modules/peek-readable/package.json
{
  "name": "peek-readable",
  "version": "5.4.2",
  "description": "Read and peek from a readable stream",
  "author": {
    "name": "Borewit",
    "url": "https://github.com/Borewit"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Borewit"
  },
  "scripts": {
    "clean": "del-cli 'lib/**/*.js' 'lib/**/*.js.map' 'lib/**/*.d.ts' 'test/**/*.js' 'test/**/*.js.map' 'coverage' '.nyc_output'",
    "build": "npm run clean && npm run compile",
    "compile-src": "tsc -p lib",
    "compile-test": "tsc -p test",
    "compile": "yarn run compile-src && yarn run compile-test",
    "lint-ts": "biome check",
    "lint-md": "remark -u preset-lint-recommended .",
    "lint": "yarn run lint-md && yarn run lint-ts",
    "test": "mocha",
    "test-coverage": "c8 npm run test",
    "start": "yarn run compile && yarn run lint && yarn run cover-test"
  },
  "engines": {
    "node": ">=14.16"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Borewit/peek-readable"
  },
  "license": "MIT",
  "type": "module",
  "exports": "./lib/index.js",
  "types": "lib/index.d.ts",
  "bugs": {
    "url": "https://github.com/Borewit/peek-readable/issues"
  },
  "files": [
    "lib/**/*.js",
    "lib/**/*.d.ts"
  ],
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@types/chai": "^5.0.1",
    "@types/chai-as-promised": "^8.0.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.10.10",
    "c8": "^10.1.3",
    "chai": "^5.1.2",
    "chai-as-promised": "^8.0.1",
    "del-cli": "^6.0.0",
    "mocha": "^11.1.0",
    "remark-cli": "^12.0.1",
    "remark-preset-lint-recommended": "^7.0.0",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3"
  },
  "keywords": [
    "readable",
    "buffer",
    "stream",
    "read"
  ],
  "packageManager": "yarn@4.6.0"
}