UNPKG

kaitai-struct-loader

Version:

This [webpack loader](https://webpack.js.org/concepts/loaders/) adds support for [Kaitai Struct](https://kaitai.io) .ksy definitions.

29 lines (28 loc) 672 B
{ "name": "kaitai-struct-loader", "version": "0.9.0", "main": "index.js", "license": "MIT", "author": "Kaitai team (https://github.com/orgs/kaitai-io/people)", "keywords": [ "kaitai", "binary", "parsing", "struct", "webpack", "loader" ], "bugs": { "url": "https://github.com/kaitai-io/kaitai-struct-loader/issues" }, "homepage": "https://github.com/kaitai-io/kaitai-struct-loader#readme", "repository": { "type": "git", "url": "git+https://github.com:kaitai-io/kaitai-struct-loader.git" }, "dependencies": { "js-yaml": "^3.13.1", "kaitai-struct": "^0.9.0", "kaitai-struct-compiler": "^0.9.0" } }