package.json 1.4 KB

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