Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/../querystring/../cookie-signature/../@thi.ng/bitstream
الملفات الموجودة في هذا الـ Path:
.
..
CHANGELOG.md
LICENSE
README.md
index.d.ts
index.js
input.d.ts
input.js
output.d.ts
output.js
package.json
simple.d.ts
simple.js

مشاهدة ملف: package.json

{
  "name": "@thi.ng/bitstream",
  "version": "2.2.32",
  "description": "ES6 iterator based read/write bit streams with support for variable word widths",
  "type": "module",
  "module": "./index.js",
  "typings": "./index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/thi-ng/umbrella.git"
  },
  "homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/bitstream#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/postspectacular"
    },
    {
      "type": "patreon",
      "url": "https://patreon.com/thing_umbrella"
    }
  ],
  "author": "Karsten Schmidt (https://thi.ng)",
  "license": "Apache-2.0",
  "scripts": {
    "build": "yarn clean && tsc --declaration",
    "clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc",
    "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
    "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
    "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
    "pub": "yarn npm publish --access public",
    "test": "bun test"
  },
  "dependencies": {
    "@thi.ng/errors": "^2.4.2"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.38.2",
    "@thi.ng/testament": "^0.4.1",
    "rimraf": "^5.0.5",
    "tools": "^0.0.1",
    "typedoc": "^0.25.3",
    "typescript": "^5.2.2"
  },
  "keywords": [
    "binary",
    "datastructure",
    "iterator",
    "stream",
    "typescript"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.7"
  },
  "files": [
    "./*.js",
    "./*.d.ts"
  ],
  "exports": {
    ".": {
      "default": "./index.js"
    },
    "./input": {
      "default": "./input.js"
    },
    "./output": {
      "default": "./output.js"
    },
    "./simple": {
      "default": "./simple.js"
    }
  },
  "thi.ng": {
    "related": [
      "range-coder",
      "rle-pack"
    ]
  },
  "gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n"
}