package.json 753 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "wbuf",
  3. "version": "1.7.3",
  4. "description": "Write buffer",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha test/**/*-test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@github.com:indutny/wbuf"
  12. },
  13. "keywords": [
  14. "Write",
  15. "Buffer"
  16. ],
  17. "author": "Fedor Indutny <fedor@indutny.com>",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/indutny/wbuf/issues"
  21. },
  22. "homepage": "https://github.com/indutny/wbuf",
  23. "devDependencies": {
  24. "mocha": "^5.0.4"
  25. },
  26. "dependencies": {
  27. "minimalistic-assert": "^1.0.0"
  28. },
  29. "__npminstall_done": "Thu Dec 24 2020 20:21:06 GMT+0800 (CST)",
  30. "_from": "wbuf@1.7.3",
  31. "_resolved": "https://registry.npm.taobao.org/wbuf/download/wbuf-1.7.3.tgz"
  32. }