package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "wbuf@^1.7.3",
  3. "_id": "wbuf@1.7.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
  6. "_location": "/wbuf",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "wbuf@^1.7.3",
  12. "name": "wbuf",
  13. "escapedName": "wbuf",
  14. "rawSpec": "^1.7.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.7.3"
  17. },
  18. "_requiredBy": [
  19. "/hpack.js",
  20. "/spdy-transport"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
  23. "_shasum": "c1d8d149316d3ea852848895cb6a0bfe887b87df",
  24. "_spec": "wbuf@^1.7.3",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\spdy-transport",
  26. "author": {
  27. "name": "Fedor Indutny",
  28. "email": "fedor@indutny.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/indutny/wbuf/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "minimalistic-assert": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Write buffer",
  39. "devDependencies": {
  40. "mocha": "^5.0.4"
  41. },
  42. "homepage": "https://github.com/indutny/wbuf",
  43. "keywords": [
  44. "Write",
  45. "Buffer"
  46. ],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "wbuf",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+ssh://git@github.com/indutny/wbuf.git"
  53. },
  54. "scripts": {
  55. "test": "mocha test/**/*-test.js"
  56. },
  57. "version": "1.7.3"
  58. }