package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "ByteBuffer",
  3. "_id": "ByteBuffer@0.2.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3bve8cyX9wc9UqEafgNZfEI3YdE=",
  6. "_location": "/ByteBuffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "ByteBuffer",
  12. "name": "ByteBuffer",
  13. "escapedName": "ByteBuffer",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ByteBuffer/-/ByteBuffer-0.2.6.tgz",
  23. "_shasum": "ddbbdef1cc97f7073d52a11a7e03597c423761d1",
  24. "_spec": "ByteBuffer",
  25. "_where": "E:\\code\\CYQP\\CYQP",
  26. "author": {
  27. "name": "yoyo",
  28. "email": "http://yoyo.play175.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/play175/ByteBuffer/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "pack or unpack a byte array",
  36. "homepage": "http://play175.github.com/ByteBuffer/",
  37. "keywords": [
  38. "Buffer",
  39. "byte array",
  40. "pack",
  41. "unpack"
  42. ],
  43. "main": "ByteBuffer.js",
  44. "name": "ByteBuffer",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/play175/ByteBuffer.git"
  48. },
  49. "version": "0.2.6"
  50. }