mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
1.9 KiB
81 lines
1.9 KiB
{
|
|
"name": "concat-stream",
|
|
"version": "1.5.0",
|
|
"description": "writable stream that concatenates strings or binary data and calls a callback with the result",
|
|
"tags": [
|
|
"stream",
|
|
"simple",
|
|
"util",
|
|
"utility"
|
|
],
|
|
"author": {
|
|
"name": "Max Ogden",
|
|
"email": "max@maxogden.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/maxogden/concat-stream.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/maxogden/concat-stream/issues"
|
|
},
|
|
"engines": [
|
|
"node >= 0.8"
|
|
],
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "tape test/*.js test/server/*.js"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "~2.0.1",
|
|
"typedarray": "~0.0.5",
|
|
"readable-stream": "~2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "~2.3.2"
|
|
},
|
|
"testling": {
|
|
"files": "test/*.js",
|
|
"browsers": [
|
|
"ie/8..latest",
|
|
"firefox/17..latest",
|
|
"firefox/nightly",
|
|
"chrome/22..latest",
|
|
"chrome/canary",
|
|
"opera/12..latest",
|
|
"opera/next",
|
|
"safari/5.1..latest",
|
|
"ipad/6.0..latest",
|
|
"iphone/6.0..latest",
|
|
"android-browser/4.2..latest"
|
|
]
|
|
},
|
|
"gitHead": "7cb37c8ddc0fd2ea03c104d07d44d84b83a31185",
|
|
"homepage": "https://github.com/maxogden/concat-stream#readme",
|
|
"_id": "concat-stream@1.5.0",
|
|
"_shasum": "53f7d43c51c5e43f81c8fdd03321c631be68d611",
|
|
"_from": "concat-stream@>=1.4.6 <2.0.0",
|
|
"_npmVersion": "2.9.0",
|
|
"_nodeVersion": "1.8.2",
|
|
"_npmUser": {
|
|
"name": "maxogden",
|
|
"email": "max@maxogden.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "maxogden",
|
|
"email": "max@maxogden.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "53f7d43c51c5e43f81c8fdd03321c631be68d611",
|
|
"tarball": "http://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|