package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "binary@>= 0.3.0 < 1",
  6. "scope": null,
  7. "escapedName": "binary",
  8. "name": "binary",
  9. "rawSpec": ">= 0.3.0 < 1",
  10. "spec": ">=0.3.0 <1.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/unzip"
  14. ]
  15. ],
  16. "_defaultsLoaded": true,
  17. "_engineSupported": true,
  18. "_from": "binary@>=0.3.0 <1.0.0",
  19. "_id": "binary@0.3.0",
  20. "_inCache": true,
  21. "_installable": true,
  22. "_location": "/binary",
  23. "_nodeVersion": "v0.6.11",
  24. "_npmUser": {
  25. "name": "substack",
  26. "email": "mail@substack.net"
  27. },
  28. "_npmVersion": "1.1.19",
  29. "_phantomChildren": {},
  30. "_requested": {
  31. "raw": "binary@>= 0.3.0 < 1",
  32. "scope": null,
  33. "escapedName": "binary",
  34. "name": "binary",
  35. "rawSpec": ">= 0.3.0 < 1",
  36. "spec": ">=0.3.0 <1.0.0",
  37. "type": "range"
  38. },
  39. "_requiredBy": [
  40. "/unzip"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz",
  43. "_shasum": "9f60553bc5ce8c3386f3b553cff47462adecaa79",
  44. "_shrinkwrap": null,
  45. "_spec": "binary@>= 0.3.0 < 1",
  46. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/unzip",
  47. "author": {
  48. "name": "James Halliday",
  49. "email": "mail@substack.net",
  50. "url": "http://substack.net"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/substack/node-binary/issues"
  54. },
  55. "dependencies": {
  56. "buffers": "~0.1.1",
  57. "chainsaw": "~0.1.0"
  58. },
  59. "description": "Unpack multibyte binary values from buffers",
  60. "devDependencies": {
  61. "seq": "~0.2.5",
  62. "tap": "~0.2.4"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "9f60553bc5ce8c3386f3b553cff47462adecaa79",
  67. "tarball": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz"
  68. },
  69. "engine": {
  70. "node": ">=0.4.0"
  71. },
  72. "engines": {
  73. "node": "*"
  74. },
  75. "homepage": "https://github.com/substack/node-binary#readme",
  76. "keywords": [
  77. "binary",
  78. "decode",
  79. "endian",
  80. "unpack",
  81. "signed",
  82. "unsigned"
  83. ],
  84. "license": "MIT",
  85. "main": "./index.js",
  86. "maintainers": [
  87. {
  88. "name": "substack",
  89. "email": "mail@substack.net"
  90. }
  91. ],
  92. "name": "binary",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/substack/node-binary.git"
  98. },
  99. "scripts": {
  100. "test": "tap test/*.js"
  101. },
  102. "version": "0.3.0"
  103. }