zhangjian
2023-06-05 0976d2d0f90cff460cedfdc8bd74e98c2c31a58c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "wbuf",
  "version": "1.7.3",
  "description": "Write buffer",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/**/*-test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:indutny/wbuf"
  },
  "keywords": [
    "Write",
    "Buffer"
  ],
  "author": "Fedor Indutny <fedor@indutny.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/indutny/wbuf/issues"
  },
  "homepage": "https://github.com/indutny/wbuf",
  "devDependencies": {
    "mocha": "^5.0.4"
  },
  "dependencies": {
    "minimalistic-assert": "^1.0.0"
  }
}