2 Star 0 Fork 0

mirrors_bpmn-io/ids

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
Maciej Barelkowski 提交于 2023-07-17 08:28 . 2.0.1
{
"name": "ids",
"version": "2.0.1",
"description": "Simple id generation and caching",
"scripts": {
"all": "run-s lint test bundle",
"lint": "eslint .",
"bundle": "microbundle --no-compress --name Ids --external none --generateTypes false",
"test": "mocha test",
"prepublishOnly": "run-s bundle"
},
"engines": {
"node": ">= 16"
},
"type": "module",
"source": "./index.js",
"exports": {
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js"
},
"main": "./dist/index.cjs",
"types": "./index.d.ts",
"module": "./dist/index.module.js",
"umd:main": "./dist/ids.umd.js",
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/ids"
},
"keywords": [
"id",
"ids",
"id-generator"
],
"files": [
"dist",
"index.d.ts"
],
"author": {
"name": "Nico Rehwaldt",
"url": "https://github.com/nikku"
},
"license": "MIT",
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.44.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"hat": "0.0.3",
"microbundle": "^0.15.1",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_bpmn-io/ids.git
git@gitee.com:mirrors_bpmn-io/ids.git
mirrors_bpmn-io
ids
ids
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385