UNPKG

kuznyechik_multi

Version:

Шифрование ГОСТ 34.12-2018 Кузнечик. Encryption GOST 34.12-2018 Kuznyechik || Grasshopper. Support || Поддержка ESM/CommonJS/ChildProcess/browser

59 lines (58 loc) 1.77 kB
{ "name": "kuznyechik_multi", "version": "1.1.5", "description": "Шифрование ГОСТ 34.12-2018 Кузнечик. Encryption GOST 34.12-2018 Kuznyechik || Grasshopper.\n Support || Поддержка ESM/CommonJS/ChildProcess/browser", "author": "GBV/bogdah9", "license": "MIT", "type": "module", "types": "./types.d.ts", "homepage": "https://gitverse.ru/bogdah9/kuznyechik_multi", "keywords": ["kuznyechik_multi","GOST","34.12-2018","kuznyechik","cipher","encryption","grasshopper","ECMAScript","CommonJS","browser"], "repository": { "type": "git", "url": "https://github.com/Bogdah9/kuznyechik_multi.git" }, "exports": { ".": { "types": "./_types/index.d.mts", "require": "./cjs/index.cjs", "import": "./esm/index.mjs", "default": "./esm/index.mjs" }, "./sync": { "types": "./_types/sync.d.mts", "require": "./cjs/sync.cjs", "import": "./esm/sync.mjs", "default": "./esm/sync.mjs" }, "./async": { "types": "./_types/async.d.mts", "require": "./cjs/async.cjs", "import": "./esm/async.mjs", "default": "./esm/async.mjs" }, "./multithreading": { "types": "./_types/multithreading.d.mts", "require": "./cjs/multithreading.cjs", "import": "./esm/multithreading.mjs", "default": "./esm/multithreading.mjs" }, "./test": { "types": "./_types/test/index.d.mts", "require": "./cjs/test/index.cjs", "import": "./esm/test/index.mjs", "default": "./esm/test/index.mjs" }, "./browser":{ "types":"./browser/index.min.d.ts", "default": "./browser/index.min.ts" } }, "typesVersions": { ">=4.2": { "*": [ "_types/*" ] } } }