package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "binary@~0.3.0",
  3. "_id": "binary@0.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-D4H1y5KYwpJgK8wk1Cue5LLPgmwHKYSChkbspQg5JtVuR5ulGckxfR62H3AE9UDkdMC8yyXlqYihuz3Aqg2XZg==",
  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. "/unzipper"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/binary/-/binary-0.3.0.tgz",
  22. "_shasum": "9f60553bc5ce8c3386f3b553cff47462adecaa79",
  23. "_spec": "binary@~0.3.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\unzipper",
  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. }