ispt4.0_laravel/node_modules/bare-stream/package.json
2025-03-12 12:02:15 +00:00

32 lines
662 B
JSON
Executable File

{
"name": "bare-stream",
"version": "1.0.0",
"description": "Streaming data for JavaScript",
"exports": {
".": "./index.js",
"./package": "./package.json"
},
"files": [
"index.js"
],
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/bare-stream.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/bare-stream/issues"
},
"homepage": "https://github.com/holepunchto/bare-stream#readme",
"dependencies": {
"streamx": "^2.16.1"
},
"devDependencies": {
"standard": "^17.0.0"
}
}