package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "obuf@1.1.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "obuf@1.1.2",
  10. "_id": "obuf@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Cb6jND1BhZ69RGKS0RydTbYZCE4=",
  13. "_location": "/obuf",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "obuf@1.1.2",
  19. "name": "obuf",
  20. "escapedName": "obuf",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/hpack.js",
  27. "/spdy-transport"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/obuf/download/obuf-1.1.2.tgz",
  30. "_spec": "1.1.2",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Fedor Indutny",
  34. "email": "fedor@indutny.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/indutny/offset-buffer/issues"
  38. },
  39. "description": "Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.",
  40. "devDependencies": {
  41. "mocha": "^1.21.4"
  42. },
  43. "homepage": "https://github.com/indutny/offset-buffer",
  44. "keywords": [
  45. "Offset",
  46. "Buffer",
  47. "reader"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "obuf",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+ssh://git@github.com/indutny/offset-buffer.git"
  55. },
  56. "scripts": {
  57. "test": "mocha test/**/*-test.js"
  58. },
  59. "version": "1.1.2"
  60. }