You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.9 KiB

6 years ago
  1. {
  2. "name": "socket.io-parser",
  3. "version": "3.2.0",
  4. "description": "socket.io protocol parser",
  5. "repository": {
  6. "type": "git",
  7. "url": "git+https://github.com/Automattic/socket.io-parser.git"
  8. },
  9. "files": [
  10. "binary.js",
  11. "index.js",
  12. "is-buffer.js"
  13. ],
  14. "dependencies": {
  15. "debug": "~3.1.0",
  16. "component-emitter": "1.2.1",
  17. "isarray": "2.0.1"
  18. },
  19. "devDependencies": {
  20. "benchmark": "2.1.2",
  21. "expect.js": "0.3.1",
  22. "mocha": "3.2.0",
  23. "socket.io-browsers": "^1.0.0",
  24. "zuul": "3.11.1",
  25. "zuul-ngrok": "4.0.0"
  26. },
  27. "scripts": {
  28. "test": "make test"
  29. },
  30. "license": "MIT",
  31. "gitHead": "6e400188be089990fcb811bb734b7d0215cb74f7",
  32. "bugs": {
  33. "url": "https://github.com/Automattic/socket.io-parser/issues"
  34. },
  35. "homepage": "https://github.com/Automattic/socket.io-parser#readme",
  36. "_id": "socket.io-parser@3.2.0",
  37. "_npmVersion": "5.5.1",
  38. "_nodeVersion": "9.2.0",
  39. "_npmUser": {
  40. "name": "darrachequesne",
  41. "email": "damien.arrachequesne@gmail.com"
  42. },
  43. "dist": {
  44. "integrity": "sha512-FYiBx7rc/KORMJlgsXysflWx/RIvtqZbyGLlHZvjfmPTPeuD/I8MaW7cfFrj5tRltICJdgwflhfZ3NVVbVLFQA==",
  45. "shasum": "e7c6228b6aa1f814e6148aea325b51aa9499e077",
  46. "tarball": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz",
  47. "fileCount": 6,
  48. "unpackedSize": 16643
  49. },
  50. "maintainers": [
  51. {
  52. "name": "darrachequesne",
  53. "email": "damien.arrachequesne@gmail.com"
  54. },
  55. {
  56. "name": "rauchg",
  57. "email": "rauchg@gmail.com"
  58. }
  59. ],
  60. "directories": {},
  61. "_npmOperationalInternal": {
  62. "host": "s3://npm-registry-packages",
  63. "tmp": "tmp/socket.io-parser_3.2.0_1519852162668_0.45235605487419206"
  64. },
  65. "_shasum": "e7c6228b6aa1f814e6148aea325b51aa9499e077",
  66. "_from": "socket.io-parser@~3.2.0",
  67. "_resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz",
  68. "readme": "ERROR: No README data found!"
  69. }