package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "isbinaryfile@^3.0.2",
  3. "_id": "isbinaryfile@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Sj6XTsDLqQBNP8bN5yCeppNopiE=",
  6. "_location": "/isbinaryfile",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "isbinaryfile@^3.0.2",
  12. "name": "isbinaryfile",
  13. "escapedName": "isbinaryfile",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/electron-osx-sign"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.2.tgz",
  22. "_shasum": "4a3e974ec0cba9004d3fc6cde7209ea69368a621",
  23. "_spec": "isbinaryfile@^3.0.2",
  24. "_where": "E:\\vscode\\UseStudio.Desktop\\node_modules\\electron-osx-sign",
  25. "bugs": {
  26. "url": "https://github.com/gjtorikian/isBinaryFile/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "Detects if a file is binary in Node.js. Similar to Perl's -B.",
  31. "devDependencies": {
  32. "grunt": "~0.4.1",
  33. "grunt-cli": "~0.1.13",
  34. "grunt-exec": "0.4.3",
  35. "grunt-release": "~0.6.0",
  36. "mocha": "^2.2.4"
  37. },
  38. "engines": {
  39. "node": ">=0.6.0"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/gjtorikian/isBinaryFile#readme",
  45. "license": "MIT",
  46. "main": "./index.js",
  47. "maintainers": [
  48. {
  49. "name": "Garen J. Torikian",
  50. "email": "gjtorikian@gmail.com"
  51. }
  52. ],
  53. "name": "isbinaryfile",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/gjtorikian/isBinaryFile.git"
  57. },
  58. "scripts": {
  59. "test": "mocha"
  60. },
  61. "version": "3.0.2"
  62. }