first commit
This commit is contained in:
29
app_vue/node_modules/wbuf/package.json
generated
vendored
Normal file
29
app_vue/node_modules/wbuf/package.json
generated
vendored
Normal file
@ -0,0 +1,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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user