thedesk/app/node_modules/stream-to-buffer/package.json
2018-02-19 02:41:25 +09:00

83 lines
3.7 KiB
JSON

{
"_args": [
[
{
"raw": "stream-to-buffer@^0.1.0",
"scope": null,
"escapedName": "stream-to-buffer",
"name": "stream-to-buffer",
"rawSpec": "^0.1.0",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\jimp"
]
],
"_from": "stream-to-buffer@>=0.1.0 <0.2.0",
"_id": "stream-to-buffer@0.1.0",
"_inCache": true,
"_location": "/stream-to-buffer",
"_npmUser": {
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
"_npmVersion": "1.3.11",
"_phantomChildren": {},
"_requested": {
"raw": "stream-to-buffer@^0.1.0",
"scope": null,
"escapedName": "stream-to-buffer",
"name": "stream-to-buffer",
"rawSpec": "^0.1.0",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/jimp"
],
"_resolved": "https://registry.npmjs.org/stream-to-buffer/-/stream-to-buffer-0.1.0.tgz",
"_shasum": "26799d903ab2025c9bd550ac47171b00f8dd80a9",
"_shrinkwrap": null,
"_spec": "stream-to-buffer@^0.1.0",
"_where": "C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\jimp",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/jonathanong/stream-to-buffer/issues",
"email": "me@jongleberry.com"
},
"dependencies": {
"stream-to": "~0.2.0"
},
"description": "Concatenate a readable stream's data into a single buffer",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "26799d903ab2025c9bd550ac47171b00f8dd80a9",
"tarball": "https://registry.npmjs.org/stream-to-buffer/-/stream-to-buffer-0.1.0.tgz"
},
"engines": {
"node": ">= 0.8"
},
"homepage": "https://github.com/jonathanong/stream-to-buffer#readme",
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
}
],
"name": "stream-to-buffer",
"optionalDependencies": {},
"readme": "# Stream to Buffer\n\nThis repository is deprecated. \nPlease use [stream-to](https://github.com/jonathanong/stream-to) instead.\n\nConcatenate a readable stream's data into a single `Buffer` instance.\n\n## API\n\n```js\nvar streamToBuffer = require('stream-to-buffer')\n\nvar stream = // Some readable stream\n\nstreamToBuffer(stream, function (err, buffer) {\n \n})\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2013 Jonathan Ong me@jongleberry.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/jonathanong/stream-to-buffer.git"
},
"version": "0.1.0"
}