wechat wss demo

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "json-stable-stringify@^1.0.0",
  3. "_id": "json-stable-stringify@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=",
  6. "_location": "/json-stable-stringify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "json-stable-stringify@^1.0.0",
  12. "name": "json-stable-stringify",
  13. "escapedName": "json-stable-stringify",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/unique-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
  22. "_shasum": "9a759d39c5f2ff503fd5300646ed445f88c4f9af",
  23. "_spec": "json-stable-stringify@^1.0.0",
  24. "_where": "/var/wss/node_modules/unique-stream",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/substack/json-stable-stringify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "jsonify": "~0.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
  39. "devDependencies": {
  40. "tape": "~1.0.4"
  41. },
  42. "homepage": "https://github.com/substack/json-stable-stringify",
  43. "keywords": [
  44. "json",
  45. "stringify",
  46. "deterministic",
  47. "hash",
  48. "sort",
  49. "stable"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "json-stable-stringify",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/substack/json-stable-stringify.git"
  57. },
  58. "scripts": {
  59. "test": "tape test/*.js"
  60. },
  61. "testling": {
  62. "files": "test/*.js",
  63. "browsers": [
  64. "ie/8..latest",
  65. "ff/5",
  66. "ff/latest",
  67. "chrome/15",
  68. "chrome/latest",
  69. "safari/latest",
  70. "opera/latest"
  71. ]
  72. },
  73. "version": "1.0.1"
  74. }