wechat wss demo

package.json 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "commist@^1.0.0",
  3. "_id": "commist@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-wMNSUBz29S6RJOPvicmAbiAi6+8=",
  6. "_location": "/commist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "commist@^1.0.0",
  12. "name": "commist",
  13. "escapedName": "commist",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/mqtt"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/commist/-/commist-1.0.0.tgz",
  22. "_shasum": "c0c352501cf6f52e9124e3ef89c9806e2022ebef",
  23. "_spec": "commist@^1.0.0",
  24. "_where": "/var/wss/node_modules/mqtt",
  25. "author": {
  26. "name": "Matteo Collina",
  27. "email": "hello@matteocollina.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mcollina/commist/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "leven": "^1.0.0",
  35. "minimist": "^1.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "Build your commands on minimist!",
  39. "devDependencies": {
  40. "minimist": "^1.1.0",
  41. "pre-commit": "0.0.9",
  42. "tape": "^3.0.3"
  43. },
  44. "homepage": "https://github.com/mcollina/commist",
  45. "license": "MIT",
  46. "main": "index.js",
  47. "name": "commist",
  48. "pre-commit": "test",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/mcollina/commist.git"
  52. },
  53. "scripts": {
  54. "test": "tap test.js"
  55. },
  56. "version": "1.0.0"
  57. }