23 lines
582 B
JSON
23 lines
582 B
JSON
{
|
|
"name": "@stablelib/wipe",
|
|
"version": "2.0.1",
|
|
"description": "Wipes bytes and arrays (sets all values to zero)",
|
|
"main": "./lib/wipe.js",
|
|
"type": "module",
|
|
"typings": "./lib/wipe.d.ts",
|
|
"author": "Dmitry Chestnykh",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "https://github.com/StableLib/stablelib"
|
|
},
|
|
"homepage": "https://github.com/StableLib/stablelib/tree/master/packages/wipe",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run"
|
|
},
|
|
"gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502"
|
|
}
|