Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

60 строки
1.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "obuf@1.1.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "obuf@1.1.2",
  9. "_id": "obuf@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
  12. "_location": "/obuf",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "obuf@1.1.2",
  18. "name": "obuf",
  19. "escapedName": "obuf",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/hpack.js",
  26. "/spdy-transport"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Fedor Indutny",
  33. "email": "fedor@indutny.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/indutny/offset-buffer/issues"
  37. },
  38. "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.",
  39. "devDependencies": {
  40. "mocha": "^1.21.4"
  41. },
  42. "homepage": "https://github.com/indutny/offset-buffer",
  43. "keywords": [
  44. "Offset",
  45. "Buffer",
  46. "reader"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "obuf",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+ssh://git@github.com/indutny/offset-buffer.git"
  54. },
  55. "scripts": {
  56. "test": "mocha test/**/*-test.js"
  57. },
  58. "version": "1.1.2"
  59. }