package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "has-binary2@~1.0.2",
  3. "_id": "has-binary2@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==",
  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-client"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/has-binary2/-/has-binary2-1.0.3.tgz",
  23. "_shasum": "7776ac627f3ea77250cfc332dab7ddf5e4f5d11d",
  24. "_spec": "has-binary2@~1.0.2",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\socket.io-client",
  26. "author": {
  27. "name": "Kevin Roark"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "isarray": "2.0.1"
  32. },
  33. "deprecated": false,
  34. "description": "A function that takes anything in javascript and returns true if its argument contains binary data.",
  35. "devDependencies": {
  36. "better-assert": "^1.0.2",
  37. "mocha": "^3.2.0",
  38. "semistandard": "^9.2.1"
  39. },
  40. "files": [
  41. "index.js"
  42. ],
  43. "license": "MIT",
  44. "name": "has-binary2",
  45. "scripts": {
  46. "checkstyle": "semistandard",
  47. "test": "npm run checkstyle && mocha --bail"
  48. },
  49. "version": "1.0.3"
  50. }