Ai
1 Star 1 Fork 0

CoderMonkey/data-struct-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 953 Bytes
一键复制 编辑 原始数据 按行查看 历史
CoderMonkey 提交于 2020-01-26 23:43 +08:00 . 0.0.14
{
"name": "data-struct-js",
"version": "0.0.14",
"description": "Provide commonly used data-structures for javascript.",
"main": "index.js",
"scripts": {
"compile": "npx babel src/ --out-dir lib",
"winpublish": "rmdir /s /q lib && npm run compile && npm publish",
"macpublish": "rm -rf lib && npm run compile && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoderMonkie/data-struct-js.git"
},
"keywords": [
"data-structure",
"javascript"
],
"author": "CoderMonkey <maonianyou@gmail.com> (http://github.com/codermonkie)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoderMonkie/data-struct-js/issues"
},
"homepage": "https://github.com/CoderMonkie/data-struct-js#readme",
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.6"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/coder-monkey/data-struct-js.git
git@gitee.com:coder-monkey/data-struct-js.git
coder-monkey
data-struct-js
data-struct-js
master

搜索帮助