Complete residential site build with Docker Compose & Gitea Actions deployment

This commit is contained in:
CalebLewallen
2026-05-13 17:31:20 -04:00
parent f9c4e13a50
commit 3c22823f72
19354 changed files with 2097331 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"name": "@emmetio/stream-reader",
"version": "2.2.0",
"description": "Reads text as stream",
"main": "dist/stream-reader.cjs.js",
"module": "dist/stream-reader.es.js",
"scripts": {
"test": "mocha",
"build": "rollup -c",
"prepublish": "npm run test && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emmetio/stream-reader.git"
},
"keywords": [
"emmet",
"stream",
"reader"
],
"author": "Sergey Chikuyonok <serge.che@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/emmetio/stream-reader/issues"
},
"homepage": "https://github.com/emmetio/stream-reader#readme",
"devDependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-register": "^6.18.0",
"mocha": "^3.2.0",
"rollup": "^0.41.1"
}
}