package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_args": [
  3. [
  4. "has-binary2@1.0.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "has-binary2@1.0.3",
  9. "_id": "has-binary2@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==",
  12. "_location": "/has-binary2",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "has-binary2@1.0.3",
  18. "name": "has-binary2",
  19. "escapedName": "has-binary2",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/engine.io-parser",
  26. "/socket.io-client"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/has-binary2/-/has-binary2-1.0.3.tgz",
  29. "_spec": "1.0.3",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Kevin Roark"
  33. },
  34. "dependencies": {
  35. "isarray": "2.0.1"
  36. },
  37. "description": "A function that takes anything in javascript and returns true if its argument contains binary data.",
  38. "devDependencies": {
  39. "better-assert": "^1.0.2",
  40. "mocha": "^3.2.0",
  41. "semistandard": "^9.2.1"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "license": "MIT",
  47. "name": "has-binary2",
  48. "scripts": {
  49. "checkstyle": "semistandard",
  50. "test": "npm run checkstyle && mocha --bail"
  51. },
  52. "version": "1.0.3"
  53. }