代码拉取完成,页面将自动刷新
{
"name": "ts-nkeys",
"version": "1.0.16",
"description": "A public-key signature system based on Ed25519 for the NATS ecosystem in typescript for ts-nats and node-nats",
"main": "lib/nkeys.js",
"types": "lib/nkeys.d.ts",
"scripts": {
"build": "npm run clean:dist && tsc && npm run copy:dist",
"clean": "npm run clean:dist",
"clean:dist": "rm -rf lib/* coverage/* .nyc_output/*",
"copy:dist": "cp lib/src/* lib/",
"cover:html": "nyc report --reporter=html && open coverage/index.html",
"cover:coveralls": "nyc report --reporter=lcovonly && cat ./coverage/lcov.info | coveralls",
"pack": "npm run build && npm pack",
"debugtest": "tsc && node node_modules/.bin/ava --verbose -T 6500000 --match",
"test": "tsc && nyc ava --verbose -T 15000"
},
"repository": {
"type": "git",
"url": "https://github.com//nats-io/ts-nkeys"
},
"keywords": [
"nats",
"Ed25519",
"node",
"typescript"
],
"author": "The NATS Authors",
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^14.0.5",
"ava": "^3.8.1",
"coveralls": "^3.1.0",
"dependency-check": "^4.1.0",
"nyc": "^15.0.1",
"ts-node": "^8.10.1",
"typescript": "^3.9.3"
},
"dependencies": {
"tweetnacl": "^1.0.3"
},
"ava": {
"failFast": false,
"require": [
"./lib/test/helpers/ava_fix.js"
],
"files": [
"./lib/test/**/*.js",
"!./lib/test/helpers/**/*.js"
]
},
"nyc": {
"extension": [
".ts",
".js"
],
"include": [
"src/**/*.ts",
"lib/src/**/*.js"
],
"exclude": [
"lib/test/**",
"examples/**",
"benchmark/**"
],
"sourceMap": true,
"all": false
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。