1 Star 6 Fork 1

theajack / qrcode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.10 KB
一键复制 编辑 原始数据 按行查看 历史
theajack 提交于 2021-05-15 17:36 . feat: 1.1.0 use new Encoder and Decoder
{
"name": "tc-qrcode",
"version": "1.1.0",
"description": "简单好用的生成和解析二维码的js库",
"scripts": {
"dev": "webpack-dev-server --open --config webpack-config/dev.js",
"build": "webpack --config webpack-config/build.js",
"build-web": "webpack --config webpack-config/build-web.js",
"lint": "eslint src --ext js",
"publish": "npm publish npm",
"test": "node test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theajack/qrcode.git"
},
"keywords": [
"生成二维码",
"qrcodejs",
"qrcode"
],
"author": "theajack",
"license": "MIT",
"bugs": {
"url": "https://github.com/theajack/qrcode/issues"
},
"homepage": "https://github.com/theajack/qrcode",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.3",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^5.2.4",
"easy-test-lib": "0.0.2",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"run-node-webpack-plugin": "^1.3.0",
"style-loader": "^2.0.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
JavaScript
1
https://gitee.com/theajack/qrcode.git
git@gitee.com:theajack/qrcode.git
theajack
qrcode
qrcode
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891