@tokenizer/range
Version:
Range-request tokenizer adapter
83 lines (82 loc) • 2.11 kB
JSON
{
"name": "@tokenizer/range",
"version": "0.13.0",
"description": "Range-request tokenizer adapter",
"type": "module",
"exports": "./lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*.js",
"lib/**/*.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Borewit/tokenizer-range.git"
},
"author": {
"name": "Borewit",
"url": "https://github.com/Borewit"
},
"engines": {
"node": ">=16"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
},
"keywords": [
"xhr",
"http",
"strtok3",
"tokenizer",
"RFC-7233",
"range",
"chunk",
"byte-serving",
"https",
"client",
"meta",
"metadata",
"audio",
"media",
"tags"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Borewit/tokenizer-range/issues"
},
"scripts": {
"clean": "del-cli 'lib/**/*.js' 'lib/**/*.js.map' 'lib/**/*.d.ts' 'test/**/*.js' 'test/**/*.js.map' coverage",
"compile-lib": "tsc -p lib/tsconfig.json",
"compile-test": "tsc -p test/tsconfig.json",
"compile": "yarn run compile-lib && yarn run compile-test",
"prepublishOnly": "yarn run build",
"build": "yarn run clean && yarn run compile",
"lint-ts": "biome check",
"lint": "yarn run lint-ts",
"test": "mocha",
"test-node": "cd node && yarn install && yarn test-data",
"test-coverage": "c8 yarn run test",
"send-codacy": "c8 report --reporter=text-lcov | codacy-coverage"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/chai": "^5.0.1",
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.10",
"@types/node": "^22.12.0",
"c8": "^10.1.3",
"chai": "^5.1.2",
"del-cli": "^6.0.0",
"global": "^4.4.0",
"mocha": "^11.1.0",
"music-metadata": "^10.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"dependencies": {
"debug": "^4.4.0",
"strtok3": "^10.2.0"
},
"packageManager": "yarn@4.6.0"
}