package.json 1.6 KB

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