package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "socket.io-parser@3.3.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "socket.io-parser@3.3.3",
  9. "_id": "socket.io-parser@3.3.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-qOg87q1PMWWTeO01768Yh9ogn7chB9zkKtQnya41Y355S0UmpXgpcrFwAgjYJxu9BdKug5r5e9YtVSeWhKBUZg==",
  12. "_location": "/socket.io-parser",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "socket.io-parser@3.3.3",
  18. "name": "socket.io-parser",
  19. "escapedName": "socket.io-parser",
  20. "rawSpec": "3.3.3",
  21. "saveSpec": null,
  22. "fetchSpec": "3.3.3"
  23. },
  24. "_requiredBy": [
  25. "/socket.io-client"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/socket.io-parser/-/socket.io-parser-3.3.3.tgz",
  28. "_spec": "3.3.3",
  29. "_where": "/Users/mac/projects/mime/mine",
  30. "bugs": {
  31. "url": "https://github.com/Automattic/socket.io-parser/issues"
  32. },
  33. "dependencies": {
  34. "component-emitter": "~1.3.0",
  35. "debug": "~3.1.0",
  36. "isarray": "2.0.1"
  37. },
  38. "description": "socket.io protocol parser",
  39. "devDependencies": {
  40. "benchmark": "2.1.2",
  41. "expect.js": "0.3.1",
  42. "mocha": "3.2.0",
  43. "socket.io-browsers": "^1.0.0",
  44. "zuul": "3.11.1",
  45. "zuul-ngrok": "4.0.0"
  46. },
  47. "files": [
  48. "binary.js",
  49. "index.js",
  50. "is-buffer.js"
  51. ],
  52. "homepage": "https://github.com/Automattic/socket.io-parser#readme",
  53. "license": "MIT",
  54. "name": "socket.io-parser",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/Automattic/socket.io-parser.git"
  58. },
  59. "scripts": {
  60. "test": "make test"
  61. },
  62. "version": "3.3.3"
  63. }