1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
| {
| "name": "@uqrcode/js",
| "version": "4.0.7",
| "description": "uQRCode是一款基于Javascript环境开发的二维码生成插件,适用所有Javascript运行环境的前端应用和Node.js。",
| "main": "uqrcode.js",
| "scripts": {
| "test": "echo \"Error: no test specified\" && exit 1"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/Sansnn/uQRCode.git"
| },
| "keywords": [
| "uQRCode",
| "QR",
| "QRCode",
| "artQRCode",
| "二维码",
| "艺术码"
| ],
| "author": "Sansnn",
| "license": "Apache-2.0",
| "bugs": {
| "url": "https://github.com/Sansnn/uQRCode/issues"
| },
| "homepage": "https://github.com/Sansnn/uQRCode#readme"
| }
|
|