1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/wbuf/package.json

59 lines
1.4 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "wbuf@^1.7.3",
2023-12-18 13:12:25 +08:00
"_id": "wbuf@1.7.3",
"_inBundle": false,
"_integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
"_location": "/wbuf",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "wbuf@^1.7.3",
2023-12-18 13:12:25 +08:00
"name": "wbuf",
"escapedName": "wbuf",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.7.3",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.7.3"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/hpack.js",
"/spdy-transport"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/wbuf/-/wbuf-1.7.3.tgz",
"_shasum": "c1d8d149316d3ea852848895cb6a0bfe887b87df",
"_spec": "wbuf@^1.7.3",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\spdy-transport",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
},
"bugs": {
"url": "https://github.com/indutny/wbuf/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"minimalistic-assert": "^1.0.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Write buffer",
"devDependencies": {
"mocha": "^5.0.4"
},
"homepage": "https://github.com/indutny/wbuf",
"keywords": [
"Write",
"Buffer"
],
"license": "MIT",
"main": "index.js",
"name": "wbuf",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/indutny/wbuf.git"
},
"scripts": {
"test": "mocha test/**/*-test.js"
},
"version": "1.7.3"
}