Repository URL to install this package:
Version:
0.0.2 ▾
|
website-mirror-by-proxy
/
opt
/
website-mirror-by-proxy
/
node_modules
/
replacestream
/
package.json
|
---|
{
"name": "replacestream",
"version": "4.0.0",
"description": "A node.js through stream that does basic streaming text search and replace and is chunk boundary friendly",
"repository": {
"type": "git",
"url": "git+https://github.com/eugeneware/replacestream.git"
},
"author": {
"name": "Eugene Ware",
"email": "eugene@noblesamurai.com"
},
"license": "BSD-3-Clause",
"files": [
"index.js"
],
"scripts": {
"test": "mocha --growl --full-trace"
},
"keywords": [
"replace",
"text",
"regex",
"stream",
"streams",
"streaming",
"search"
],
"dependencies": {
"escape-string-regexp": "^1.0.3",
"object-assign": "^3.0.0",
"readable-stream": "^2.0.1"
},
"devDependencies": {
"chai": "^3.0.0",
"concat-stream": "^1.5.0",
"mocha": "^2.2.5"
},
"gitHead": "4d667214c816a63665cc2d76df64c1d5d725d9a7",
"bugs": {
"url": "https://github.com/eugeneware/replacestream/issues"
},
"homepage": "https://github.com/eugeneware/replacestream",
"_id": "replacestream@4.0.0",
"_shasum": "ad574af1daf566a83d87ada5ab395e0bdc43e2a4",
"_from": "replacestream@>=4.0.0 <5.0.0",
"_npmVersion": "2.4.1",
"_nodeVersion": "0.10.32",
"_npmUser": {
"name": "eugeneware",
"email": "eugene@noblesamurai.com"
},
"maintainers": [
{
"name": "eugeneware",
"email": "eugene@noblesamurai.com"
},
{
"name": "mehtaphysical",
"email": "me@ryanmehta.me"
}
],
"dist": {
"shasum": "ad574af1daf566a83d87ada5ab395e0bdc43e2a4",
"tarball": "http://registry.npmjs.org/replacestream/-/replacestream-4.0.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/replacestream/-/replacestream-4.0.0.tgz",
"readme": "ERROR: No README data found!"
}