{ "_args": [ [ "wechat-jssdk@5.1.0", "/data/jenkins/workspace/mer.ws.baibaodun.com.cn" ] ], "_from": "wechat-jssdk@5.1.0", "_id": "wechat-jssdk@5.1.0", "_inBundle": false, "_integrity": "sha512-SzTV9GfEVyuGUSySUGRJSV2uyX2uxm8LJp+74G/NIehbdltaYVXT/XIs8BWdb9tCeL/kC5l99dOG0ZM+FWuaxg==", "_location": "/wechat-jssdk", "_phantomChildren": { "ms": "2.1.3" }, "_requested": { "type": "version", "registry": true, "raw": "wechat-jssdk@5.1.0", "name": "wechat-jssdk", "escapedName": "wechat-jssdk", "rawSpec": "5.1.0", "saveSpec": null, "fetchSpec": "5.1.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/wechat-jssdk/-/wechat-jssdk-5.1.0.tgz", "_spec": "5.1.0", "_where": "/data/jenkins/workspace/mer.ws.baibaodun.com.cn", "author": { "name": "Jason Jiang" }, "browser": "./dist/client.umd.js", "bugs": { "url": "https://github.com/JasonBoy/wechat-jssdk/issues" }, "dependencies": { "date-fns": "2.9.0", "debug": "4.1.1", "got": "9.6.0", "lodash.isempty": "4.4.0", "mongoose": "5.11.7", "xml2js": "0.4.23" }, "description": "WeChat JS-SDK integration with NodeJS and Web", "devDependencies": { "body-parser": "1.19.0", "chai": "4.2.0", "cookie-parser": "1.4.4", "coveralls": "3.0.9", "express": "4.17.1", "express-session": "1.17.0", "husky": "3.0.9", "lint-staged": "9.4.2", "lowdb": "1.0.0", "microbundle": "0.12.0-next.3", "mocha": "6.2.1", "nodemon": "2.0.2", "nunjucks": "3.2.0", "nyc": "15.0.0", "prettier": "1.19.1" }, "engines": { "node": ">= 8.6" }, "files": [ "dist/client.umd.js", "lib", "test", ".coveralls.yml", ".travis.yml", "LICENSE", "package.json", "README.md" ], "homepage": "https://github.com/JasonBoy/wechat-jssdk#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "wechat", "weixin", "node", "jssdk", "wechat share", "mini program" ], "license": "MIT", "lint-staged": { "**/*.js": [ "prettier --write", "git add" ] }, "main": "./lib/index.js", "name": "wechat-jssdk", "repository": { "type": "git", "url": "git+https://github.com/JasonBoy/wechat-jssdk.git" }, "scripts": { "build": "microbundle -f umd -o dist/client.js --name WechatJSSDK --no-sourcemap", "coverage": "nyc npm run test && nyc report --reporter=lcov", "coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls", "dev": "DEBUG=wechat* nodemon -w ./lib -w ./demo ./demo/index.js", "prepublishOnly": "npm run build", "start": "DEBUG=wechat* node ./demo/index.js", "test": "_mocha --exit test/**/*.js", "watch": "microbundle --watch -f umd -o dist/client.js --name WechatJSSDK" }, "source": "./lib/client.js", "version": "5.1.0" }