Files
homewebsite/node_modules/stream-replace-string/package.json
2025-10-17 21:06:57 +00:00

36 lines
833 B
JSON

{
"name": "stream-replace-string",
"version": "2.0.0",
"description": "Replaces strings in a stream.",
"main": "./index.js",
"types": "./index.d.ts",
"type": "module",
"scripts": {
"lint": "standard",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChocolateLoverRaj/stream-replace-string.git"
},
"keywords": [
"string",
"replace",
"find",
"find-and-replace",
"stream",
"transform"
],
"author": "Rajas Paranjpe",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChocolateLoverRaj/stream-replace-string/issues"
},
"homepage": "https://github.com/ChocolateLoverRaj/stream-replace-string#readme",
"devDependencies": {
"baretest": "^2.0.0",
"standard": "^17.0.0",
"stream-to-string": "^1.2.0"
}
}