package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "_from": "has-binary@0.1.7",
  3. "_id": "has-binary@0.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-aOYesWIQyVRaClzOBqhzkS/h5ow=",
  6. "_location": "/has-binary",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "has-binary@0.1.7",
  12. "name": "has-binary",
  13. "escapedName": "has-binary",
  14. "rawSpec": "0.1.7",
  15. "saveSpec": null,
  16. "fetchSpec": "0.1.7"
  17. },
  18. "_requiredBy": [
  19. "/engine.io-parser",
  20. "/socket.io",
  21. "/socket.io-client"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/has-binary/-/has-binary-0.1.7.tgz",
  24. "_shasum": "68e61eb16210c9545a0a5cce06a873912fe1e68c",
  25. "_spec": "has-binary@0.1.7",
  26. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\socket.io",
  27. "author": {
  28. "name": "Kevin Roark"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "isarray": "0.0.1"
  33. },
  34. "deprecated": false,
  35. "description": "A function that takes anything in javascript and returns true if its argument contains binary data.",
  36. "devDependencies": {
  37. "better-assert": "1.0.0",
  38. "mocha": "2.3.4"
  39. },
  40. "license": "MIT",
  41. "name": "has-binary",
  42. "version": "0.1.7"
  43. }