23 lines
617 B
JSON
23 lines
617 B
JSON
{
|
|
"name": "@stablelib/constant-time",
|
|
"version": "2.0.1",
|
|
"description": "Algorithmically constant-time utility functions",
|
|
"main": "./lib/constant-time.js",
|
|
"type": "module",
|
|
"typings": "./lib/constant-time.d.ts",
|
|
"author": "Dmitry Chestnykh",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "https://github.com/StableLib/stablelib"
|
|
},
|
|
"homepage": "https://github.com/StableLib/stablelib/tree/master/packages/constant-time",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run"
|
|
},
|
|
"gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502"
|
|
}
|