UNPKG

@hazae41/cursor

Version:

Rust-like Cursor for TypeScript

59 lines (58 loc) 1.16 kB
{ "type": "module", "name": "@hazae41/cursor", "version": "2.1.3", "description": "Rust-like Cursor for TypeScript", "repository": "github:hazae41/cursor", "author": "hazae41", "license": "MIT", "scripts": { "examine": "deno lint ./src && deno check ./src && deno test ./src", "version": "deno -RW ./x.vsync.ts && git add deno.json", "prepare": "deno -RW ./x.dsync.ts && deno install", "prepack": "rm -rf ./out && tsc && tscousin" }, "files": [ "./out" ], "exports": { ".": { "types": "./out/mod.d.ts", "import": "./out/mod.js" } }, "devDependencies": { "@hazae41/phobos": "^2.0.13", "@hazae41/tscousin": "^1.0.28", "typescript": "^5.9.3" }, "keywords": [ "cursor", "zero-copy", "encoding", "decoding", "buffer", "bytes", "protocol", "packets", "reader", "writer", "offset", "asn1", "der", "ber", "octets", "stream", "low-level", "alloc", "allocation", "allocator", "typescript", "esmodules", "tested", "unit-tested" ], "dependencies": { "@hazae41/lengthed": "^1.0.1" } }