mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
feat: migrate to starlight
This commit is contained in:
31
node_modules/bare-stream/package.json
generated
vendored
Normal file
31
node_modules/bare-stream/package.json
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user