| Server IP : 159.203.156.69 / Your IP : 216.73.216.37 Web Server : nginx/1.24.0 System : Linux main-ubuntu 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/tanviranik.com/node_modules/turbo-stream/ |
Upload File : |
{
"name": "turbo-stream",
"version": "3.2.0",
"description": "A streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.",
"files": [
"dist",
"README.md"
],
"main": "dist/turbo-stream.js",
"types": "dist/turbo-stream.d.ts",
"exports": {
".": {
"types": "./dist/turbo-stream.d.ts",
"import": "./dist/turbo-stream.mjs",
"require": "./dist/turbo-stream.js",
"default": "./dist/turbo-stream.js"
},
"./package.json": "./package.json"
},
"scripts": {
"node": "node --no-warnings --loader tsm --enable-source-maps",
"bench": "pnpm node ./src/turbo-stream.bench.mts",
"build": "pnpm build:esm && pnpm build:cjs && cp ./dist/turbo-stream.mjs ./viewer/scripts/turbo-stream.js",
"build:cjs": "tsc --outDir dist --project tsconfig.lib.json",
"build:esm": "esbuild --bundle --platform=node --target=node16 --format=esm --outfile=dist/turbo-stream.mjs src/turbo-stream.ts",
"test": "pnpm node --test-reporter tap --test src/*.spec.ts",
"test-typecheck": "tsc --noEmit --project tsconfig.spec.json",
"prepublish": "attw $(npm pack) --ignore-rules false-cjs"
},
"keywords": [
"devalue",
"turbo",
"stream",
"enhanced",
"json"
],
"author": "Jacob Ebey <jacob.ebey@live.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jacob-ebey/turbo-stream.git"
},
"sideEffects": false,
"devDependencies": {
"@arethetypeswrong/cli": "^0.12.2",
"@biomejs/biome": "^1.9.4",
"@types/node": "^20.8.7",
"esbuild": "^0.19.5",
"expect": "^29.7.0",
"mitata": "^1.0.33",
"pkg-pr-new": "^0.0.39",
"tsm": "^2.3.0",
"typescript": "^5.2.2"
}
}