1 Star 0 Fork 0

NATS/js-nuid

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
Alberto Ricart 提交于 2021-06-22 08:41 . updated build-deps (#24)
{
"name": "js-nuid",
"version": "1.1.2",
"description": "Nuid for javascript",
"main": "nuid.js",
"scripts": {
"build": "tsc && cp build/src/*.d.ts . && npm run package",
"cover": "nyc report --reporter=html && open coverage/index.html",
"coveralls": "nyc report --reporter=lcovonly && cat ./coverage/lcov.info | coveralls",
"clean": "rm -rf build .nyc_output coverage && ./nuid.js ./nuid.js.map ./nuid.d.ts",
"test": "npm run build && nyc ava --verbose -T 15000",
"debugtest": "tsc && node $NODE_DEBUG_OPTION node_modules/.bin/ava --verbose -T 6500000 -m",
"package": "webpack-cli"
},
"repository": {
"type": "git",
"url": "https://github.com//nats-io/js-nuid"
},
"keywords": [
"nuid",
"nats-io"
],
"author": "NATS Authors",
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^15.12.2",
"ava": "^3.15.0",
"browser-env": "^3.3.0",
"coveralls": "^3.1.0",
"nyc": "^15.1.0",
"ts-loader": "^9.2.3",
"typescript": "^4.3.4",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
},
"ava": {
"require": [
"./build/test/helpers/setup-browser-env.js",
"./build/test/helpers/ava_fix.js"
],
"files": [
"./build/test/**/*.js",
"!./build/test/helpers/**/*.js"
]
},
"nyc": {
"extension": [
".ts",
".js"
],
"include": [
"src/**/*.ts",
"build/src/**/*.js"
],
"exclude": [
"build/test/**",
"examples/**",
"benchmark/**"
],
"sourceMap": true,
"all": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nats-io/js-nuid.git
[email protected]:nats-io/js-nuid.git
nats-io
js-nuid
js-nuid
master

搜索帮助