mirror of
https://github.com/thangisme/notes.git
synced 2026-06-15 03:19:56 -04:00
Initial commit
This commit is contained in:
75
node_modules/gather-stream/package.json
generated
vendored
Normal file
75
node_modules/gather-stream/package.json
generated
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"gather-stream@^1.0.0",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/read-file-stdin"
|
||||
]
|
||||
],
|
||||
"_from": "gather-stream@>=1.0.0 <2.0.0",
|
||||
"_id": "gather-stream@1.0.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/gather-stream",
|
||||
"_npmUser": {
|
||||
"email": "natevw@yahoo.com",
|
||||
"name": "natevw"
|
||||
},
|
||||
"_npmVersion": "1.4.20",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "gather-stream",
|
||||
"raw": "gather-stream@^1.0.0",
|
||||
"rawSpec": "^1.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/read-file-stdin"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gather-stream/-/gather-stream-1.0.0.tgz",
|
||||
"_shasum": "b33994af457a8115700d410f317733cbe7a0904b",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "gather-stream@^1.0.0",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/read-file-stdin",
|
||||
"author": {
|
||||
"name": "Nathan Vander Wilt"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/natevw/gather-stream/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Gather a stream, callback with buffer (or error) when done",
|
||||
"devDependencies": {},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "b33994af457a8115700d410f317733cbe7a0904b",
|
||||
"tarball": "https://registry.npmjs.org/gather-stream/-/gather-stream-1.0.0.tgz"
|
||||
},
|
||||
"gitHead": "fedfa6499830ee8d38347d95603c057094650b35",
|
||||
"homepage": "https://github.com/natevw/gather-stream",
|
||||
"keywords": [
|
||||
"buffer",
|
||||
"pipe",
|
||||
"stream"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "natevw",
|
||||
"email": "natevw@yahoo.com"
|
||||
}
|
||||
],
|
||||
"name": "gather-stream",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/natevw/gather-stream.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user