wishthis/node_modules/replacestream/package.json

76 lines
1.9 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"replacestream@4.0.3",
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_from": "replacestream@4.0.3",
"_id": "replacestream@4.0.3",
"_inBundle": false,
"_integrity": "sha512-AC0FiLS352pBBiZhd4VXB1Ab/lh0lEgpP+GGvZqbQh8a5cmXVoTe5EX/YeTFArnp4SRGTHh1qCHu9lGs1qG8sA==",
"_location": "/replacestream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "replacestream@4.0.3",
"name": "replacestream",
"escapedName": "replacestream",
"rawSpec": "4.0.3",
"saveSpec": null,
"fetchSpec": "4.0.3"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"_requiredBy": [
"/gulp-replace"
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_resolved": "https://registry.npmjs.org/replacestream/-/replacestream-4.0.3.tgz",
"_spec": "4.0.3",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Eugene Ware",
"email": "eugene@noblesamurai.com"
},
"bugs": {
"url": "https://github.com/eugeneware/replacestream/issues"
},
2022-01-21 08:28:41 +00:00
"dependencies": {
"escape-string-regexp": "^1.0.3",
"object-assign": "^4.0.1",
"readable-stream": "^2.0.2"
},
2022-02-23 16:41:13 +00:00
"description": "A node.js through stream that does basic streaming text search and replace and is chunk boundary friendly",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"chai": "^4.1.2",
"concat-stream": "^1.6.0",
"istanbul": "^0.4.5",
"istanbul-coveralls": "^1.0.3",
"mocha": "^3.5.3"
2022-02-23 16:41:13 +00:00
},
"files": [
"index.js"
],
"homepage": "https://github.com/eugeneware/replacestream#readme",
"keywords": [
"replace",
"text",
"regex",
"stream",
"streams",
"streaming",
"search"
],
"license": "BSD-3-Clause",
"name": "replacestream",
"repository": {
"type": "git",
"url": "git+https://github.com/eugeneware/replacestream.git"
},
"scripts": {
"coverage": "istanbul cover _mocha",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
"test": "mocha --growl --full-trace"
},
"version": "4.0.3"
2022-01-21 08:28:41 +00:00
}