asd/asd-wx/node_modules/@hyoga/uni-socket.io/package.json

81 lines
2.3 KiB
JSON
Raw Normal View History

2024-11-21 11:32:11 +08:00
{
"_from": "@hyoga/uni-socket.io",
"_id": "@hyoga/uni-socket.io@3.0.4",
"_inBundle": false,
"_integrity": "sha512-m04M/ALXpTWcKoJGPDMzJosmzuopyAXF51DFN/qxLyXnbCFeQwsWOXT/XNLl4aWoBVGwQ7IptECFFRCA6z5C8A==",
"_location": "/@hyoga/uni-socket.io",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@hyoga/uni-socket.io",
"name": "@hyoga/uni-socket.io",
"escapedName": "@hyoga%2funi-socket.io",
"scope": "@hyoga",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@hyoga/uni-socket.io/-/uni-socket.io-3.0.4.tgz",
"_shasum": "0c7a321197bc5deb60af9481fd906fe167111340",
"_spec": "@hyoga/uni-socket.io",
"_where": "D:\\ZZK\\workspace\\Heir",
"author": {
"name": "lq9328@126.com"
},
"bugs": {
"url": "https://github.com/AspenLuoQiang/hyoga-uni-socket.io/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "适用于uni-app的socket.io封装可用于uni-app、微信小程序",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "4.1.7",
"babel-loader": "7.0.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "6.24.1",
"component-inherit": "^0.0.3",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.1",
"imports-loader": "^0.7.1",
"socket.io-client": "^4.0.0",
"strip-loader": "0.1.2",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-merge": "4.1.2",
"webpack-stream": "3.2.0"
},
"files": [
"lib/",
"dist/"
],
"homepage": "https://github.com/AspenLuoQiang/hyoga-uni-socket.io",
"keywords": [
"mp-weixin",
"uni-app",
"websocket",
"socket.io",
"微信小程序"
],
"license": "MIT",
"main": "./dist/uni-socket.io.js",
"name": "@hyoga/uni-socket.io",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/AspenLuoQiang/hyoga-uni-socket.io.git"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"build-dev": "webpack --config webpack.config.dev.js",
"prepublish": "rm -rf ./dist && npm run build"
},
"version": "3.0.4"
}