Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 1.5KB

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