mirror of
https://git.eta.st/eta/rsp6-decoder.git
synced 2024-12-12 11:14:41 +00:00
064b18c52a
- reapply realloc->undefined hack, otherwise decoding mysteriously fails with 'ticket too short'
26 lines
555 B
JSON
26 lines
555 B
JSON
{
|
|
"name": "rsp6-decoder",
|
|
"type": "module",
|
|
"collaborators": [
|
|
"eta <cargo@eta.st>"
|
|
],
|
|
"description": "Decode UK National Rail mobile tickets in RSP6 format.",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.eta.st/eta/rsp6-decoder"
|
|
},
|
|
"files": [
|
|
"rsp6_decoder_bg.wasm",
|
|
"rsp6_decoder.js",
|
|
"rsp6_decoder_bg.js",
|
|
"rsp6_decoder.d.ts"
|
|
],
|
|
"main": "rsp6_decoder.js",
|
|
"types": "rsp6_decoder.d.ts",
|
|
"sideEffects": [
|
|
"./rsp6_decoder.js",
|
|
"./snippets/*"
|
|
]
|
|
} |