wechat wss demo

package.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "jsonify@~0.0.0",
  3. "_id": "jsonify@0.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=",
  6. "_location": "/jsonify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jsonify@~0.0.0",
  12. "name": "jsonify",
  13. "escapedName": "jsonify",
  14. "rawSpec": "~0.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.0.0"
  17. },
  18. "_requiredBy": [
  19. "/json-stable-stringify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
  22. "_shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73",
  23. "_spec": "jsonify@~0.0.0",
  24. "_where": "/var/wss/node_modules/json-stable-stringify",
  25. "author": {
  26. "name": "Douglas Crockford",
  27. "url": "http://crockford.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/substack/jsonify/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "JSON without touching any globals",
  35. "devDependencies": {
  36. "garbage": "0.0.x",
  37. "tap": "0.0.x"
  38. },
  39. "directories": {
  40. "lib": ".",
  41. "test": "test"
  42. },
  43. "engines": {
  44. "node": "*"
  45. },
  46. "homepage": "https://github.com/substack/jsonify#readme",
  47. "keywords": [
  48. "json",
  49. "browser"
  50. ],
  51. "license": "Public Domain",
  52. "main": "index.js",
  53. "name": "jsonify",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+ssh://git@github.com/substack/jsonify.git"
  57. },
  58. "scripts": {
  59. "test": "tap test"
  60. },
  61. "version": "0.0.0"
  62. }