package.json 1.3 KB

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