UNPKG

@tokenizer/http

Version:

HTTP tokenizer for Node.js and browser

91 lines (90 loc) 2.51 kB
{ "name": "@tokenizer/http", "version": "0.9.2", "description": "HTTP tokenizer for Node.js and browser", "type": "module", "exports": { "default": "./lib/index.js" }, "types": "lib/index.d.ts", "files": [ "lib/**/*.js", "lib/**/*.d.ts" ], "repository": { "type": "git", "url": "git+https://github.com/Borewit/tokenizer-http.git" }, "author": { "name": "Borewit", "url": "https://github.com/Borewit" }, "funding": { "type": "github", "url": "https://github.com/sponsors/Borewit" }, "keywords": [ "xhr", "http", "sttok3", "RFC-7233", "range", "chunk", "https", "client", "meta", "metadata", "audio", "media", "tags" ], "license": "MIT", "bugs": { "url": "https://github.com/Borewit/tokenizer-http/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", "karma": "karma start karma.conf.cjs", "test": "mocha", "karma-once": "karma start --browsers ChromeHeadless --single-run karma.conf.cjs", "karma-headless": "karma start --single-run --reporters coverage-istanbul,spec,progress" }, "devDependencies": { "@biomejs/biome": "=1.9.4", "@music-metadata/test-audio": "^0.1.0", "@types/chai": "^5.0.1", "@types/debug": "^4.1.12", "@types/mocha": "^10.0.10", "@types/node": "^22.10.1", "chai": "^5.1.2", "coveralls": "^3.1.1", "del-cli": "^6.0.0", "karma": "^6.4.4", "karma-chrome-launcher": "^3.2.0", "karma-coverage-istanbul-reporter": "^3.0.3", "karma-firefox-launcher": "^2.1.3", "karma-mocha": "^2.0.1", "karma-sourcemap-loader": "^0.4.0", "karma-webpack": "^5.0.1", "mocha": "^10.8.2", "music-metadata": "^10.6.2", "ts-loader": "^9.5.1", "ts-node": "^10.9.2", "typescript": "^5.7.2", "webpack": "^5.96.1", "webpack-cli": "^5.1.4" }, "dependencies": { "@tokenizer/range": "^0.12.0", "debug": "^4.3.7", "strtok3": "^10.0.0" }, "packageManager": "yarn@4.4.1" }