MrShi
4 天以前 82f707ece09a906007f3d760b6bb025896e3bba6
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
  "_from": "weapp-qrcode",
  "_id": "weapp-qrcode@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-4sa3W0rGDVJ9QaeZpAKlAuUxVyjhDwiUqHyGK/jJMsRMXnhb4yO8qWU/pZruMo+iT5J6CraS67lDMFb1VY+RaA==",
  "_location": "/weapp-qrcode",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "weapp-qrcode",
    "name": "weapp-qrcode",
    "escapedName": "weapp-qrcode",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmmirror.com/weapp-qrcode/-/weapp-qrcode-1.0.0.tgz",
  "_shasum": "4f3b4b4e7d37710c513439166734587859aebbfc",
  "_spec": "weapp-qrcode",
  "_where": "D:\\豆米\\gtzxinglijicun\\small-program",
  "author": {
    "name": "yingye"
  },
  "bugs": {
    "url": "https://github.com/yingye/weapp-qrcode/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "extend": "^3.0.2"
  },
  "deprecated": false,
  "description": "generate qrcode in weapp",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.1",
    "eslint": "^4.16.0",
    "eslint-config-standard": "^11.0.0-beta.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1",
    "rollup": "^0.55.1",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-commonjs": "^8.3.0",
    "rollup-plugin-eslint": "^4.0.0",
    "rollup-plugin-license": "^0.6.0",
    "rollup-plugin-node-resolve": "^3.0.2",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-uglify": "^3.0.0"
  },
  "homepage": "https://github.com/yingye/weapp-qrcode#readme",
  "keywords": [
    "wechat",
    "weapp",
    "qrcode",
    "canvas"
  ],
  "license": "MIT",
  "main": "dist/weapp.qrcode.common.js",
  "module": "dist/weapp.qrcode.esm.js",
  "name": "weapp-qrcode",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yingye/weapp-qrcode.git"
  },
  "scripts": {
    "build": "rollup --config build/rollup.prod.config.js",
    "dev": "rollup --config build/rollup.dev.config.js -w",
    "publish": "rollup --config build/rollup.dev.config.js & npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.0.0"
}