package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "binary@0.3.0",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "binary@0.3.0",
  10. "_id": "binary@0.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-n2BVO8XOjDOG87VTz/R0Yq3sqnk=",
  13. "_location": "/binary",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "binary@0.3.0",
  19. "name": "binary",
  20. "escapedName": "binary",
  21. "rawSpec": "0.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.0"
  24. },
  25. "_requiredBy": [
  26. "/decompress-zip"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz",
  29. "_spec": "0.3.0",
  30. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/substack/node-binary/issues"
  38. },
  39. "dependencies": {
  40. "buffers": "~0.1.1",
  41. "chainsaw": "~0.1.0"
  42. },
  43. "description": "Unpack multibyte binary values from buffers",
  44. "devDependencies": {
  45. "seq": "~0.2.5",
  46. "tap": "~0.2.4"
  47. },
  48. "engine": {
  49. "node": ">=0.4.0"
  50. },
  51. "homepage": "https://github.com/substack/node-binary#readme",
  52. "keywords": [
  53. "binary",
  54. "decode",
  55. "endian",
  56. "unpack",
  57. "signed",
  58. "unsigned"
  59. ],
  60. "license": "MIT",
  61. "main": "./index.js",
  62. "name": "binary",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/substack/node-binary.git"
  66. },
  67. "scripts": {
  68. "test": "tap test/*.js"
  69. },
  70. "version": "0.3.0"
  71. }