package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "has-binary2@~1.0.2",
  3. "_id": "has-binary2@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-d3asYn8+p3JQz8My2rfd9eT10R0=",
  6. "_location": "/has-binary2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-binary2@~1.0.2",
  12. "name": "has-binary2",
  13. "escapedName": "has-binary2",
  14. "rawSpec": "~1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/engine.io-parser",
  20. "/socket.io",
  21. "/socket.io-client"
  22. ],
  23. "_resolved": "http://registry.npm.taobao.org/has-binary2/download/has-binary2-1.0.3.tgz",
  24. "_shasum": "7776ac627f3ea77250cfc332dab7ddf5e4f5d11d",
  25. "_spec": "has-binary2@~1.0.2",
  26. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\socket.io",
  27. "author": {
  28. "name": "Kevin Roark"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "isarray": "2.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.2",
  38. "mocha": "^3.2.0",
  39. "semistandard": "^9.2.1"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "license": "MIT",
  45. "name": "has-binary2",
  46. "scripts": {
  47. "checkstyle": "semistandard",
  48. "test": "npm run checkstyle && mocha --bail"
  49. },
  50. "version": "1.0.3"
  51. }