mirror of https://github.com/lukechilds/docs.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.
75 lines
1.8 KiB
75 lines
1.8 KiB
{
|
|
"_args": [
|
|
[
|
|
"stream-to-observable@0.1.0",
|
|
"/Users/manthony/repos/docs.blockstack"
|
|
]
|
|
],
|
|
"_from": "stream-to-observable@0.1.0",
|
|
"_id": "stream-to-observable@0.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Rb8dny19wJvtgfHDB8Qw5ouEz/4=",
|
|
"_location": "/stream-to-observable",
|
|
"_optional": true,
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "stream-to-observable@0.1.0",
|
|
"name": "stream-to-observable",
|
|
"escapedName": "stream-to-observable",
|
|
"rawSpec": "0.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/listr"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/stream-to-observable/-/stream-to-observable-0.1.0.tgz",
|
|
"_spec": "0.1.0",
|
|
"_where": "/Users/manthony/repos/docs.blockstack",
|
|
"author": {
|
|
"name": "James Talmage",
|
|
"email": "james@talmage.io",
|
|
"url": "github.com/jamestalmage"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jamestalmage/stream-to-observable/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Convert Node Streams into ECMAScript-Observables",
|
|
"devDependencies": {
|
|
"array-to-events": "^1.0.0",
|
|
"ava": "^0.14.0",
|
|
"coveralls": "^2.11.9",
|
|
"delay": "^1.3.1",
|
|
"nyc": "^6.4.0",
|
|
"rxjs": "^5.0.0-beta.6",
|
|
"xo": "^0.14.0",
|
|
"zen-observable": "^0.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"zen.js",
|
|
"rxjs.js",
|
|
"rxjs-all.js"
|
|
],
|
|
"homepage": "https://github.com/jamestalmage/stream-to-observable#readme",
|
|
"keywords": [
|
|
"stream",
|
|
"observable"
|
|
],
|
|
"license": "MIT",
|
|
"name": "stream-to-observable",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jamestalmage/stream-to-observable.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && nyc --reporter=lcov --reporter=text ava"
|
|
},
|
|
"version": "0.1.0"
|
|
}
|
|
|