package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "isbinaryfile@3.0.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "isbinaryfile@3.0.3",
  10. "_id": "isbinaryfile@3.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw==",
  13. "_location": "/isbinaryfile",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "isbinaryfile@3.0.3",
  19. "name": "isbinaryfile",
  20. "escapedName": "isbinaryfile",
  21. "rawSpec": "3.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.3"
  24. },
  25. "_requiredBy": [
  26. "/karma"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz",
  29. "_spec": "3.0.3",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "bugs": {
  32. "url": "https://github.com/gjtorikian/isBinaryFile/issues"
  33. },
  34. "dependencies": {
  35. "buffer-alloc": "^1.2.0"
  36. },
  37. "description": "Detects if a file is binary in Node.js. Similar to Perl's -B.",
  38. "devDependencies": {
  39. "grunt": "~0.4.1",
  40. "grunt-cli": "~0.1.13",
  41. "grunt-exec": "0.4.3",
  42. "grunt-release": "~0.6.0",
  43. "mocha": "^2.2.4"
  44. },
  45. "engines": {
  46. "node": ">=0.6.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/gjtorikian/isBinaryFile#readme",
  52. "license": "MIT",
  53. "main": "./index.js",
  54. "maintainers": [
  55. {
  56. "name": "Garen J. Torikian",
  57. "email": "gjtorikian@gmail.com"
  58. }
  59. ],
  60. "name": "isbinaryfile",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/gjtorikian/isBinaryFile.git"
  64. },
  65. "scripts": {
  66. "test": "mocha"
  67. },
  68. "version": "3.0.3"
  69. }