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
| {
| "_from": "jweixin-module",
| "_id": "jweixin-module@1.4.1",
| "_inBundle": false,
| "_integrity": "sha1-H8j6QmIiQ/bDVlHScs1Yfev1bNE=",
| "_location": "/jweixin-module",
| "_phantomChildren": {},
| "_requested": {
| "type": "tag",
| "registry": true,
| "raw": "jweixin-module",
| "name": "jweixin-module",
| "escapedName": "jweixin-module",
| "rawSpec": "",
| "saveSpec": null,
| "fetchSpec": "latest"
| },
| "_requiredBy": [
| "#USER",
| "/"
| ],
| "_resolved": "https://registry.npm.taobao.org/jweixin-module/download/jweixin-module-1.4.1.tgz",
| "_shasum": "1fc8fa42622243f6c35651d272cd587debf56cd1",
| "_spec": "jweixin-module",
| "_where": "D:\\xampp",
| "author": {
| "name": "Shengqiang Guo"
| },
| "bugs": {
| "url": "https://github.com/zhetengbiji/jweixin-module/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "微信JS-SDK",
| "devDependencies": {
| "textfile": "^1.2.0",
| "uglify-js": "^3.4.9"
| },
| "homepage": "https://github.com/zhetengbiji/jweixin-module#readme",
| "keywords": [
| "wxjssdk",
| "weixin",
| "jweixin",
| "wechat",
| "jssdk",
| "wx"
| ],
| "license": "ISC",
| "main": "out/index.js",
| "name": "jweixin-module",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/zhetengbiji/jweixin-module.git"
| },
| "scripts": {
| "build": "node build",
| "prepublish": "npm run build"
| },
| "version": "1.4.1"
| }
|
|