Upsilon-VsCode/Client/node_modules/ordered-read-streams/package.json

61 lines
1.7 KiB
JSON
Executable File

{
"_from": "ordered-read-streams@^0.3.0",
"_id": "ordered-read-streams@0.3.0",
"_inBundle": false,
"_integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=",
"_location": "/ordered-read-streams",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ordered-read-streams@^0.3.0",
"name": "ordered-read-streams",
"escapedName": "ordered-read-streams",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/glob-stream"
],
"_resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz",
"_shasum": "7137e69b3298bb342247a1bbee3881c80e2fd78b",
"_spec": "ordered-read-streams@^0.3.0",
"_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/glob-stream",
"author": {
"name": "Artem Medeusheyev",
"email": "artem.medeusheyev@gmail.com"
},
"bugs": {
"url": "https://github.com/armed/ordered-read-streams/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-stream": "^1.0.1",
"readable-stream": "^2.0.1"
},
"deprecated": false,
"description": "Combines array of streams into one read stream in strict order",
"devDependencies": {
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"pre-commit": "^1.0.10",
"should": "^7.0.1",
"through2": "^2.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/armed/ordered-read-streams#readme",
"license": "MIT",
"name": "ordered-read-streams",
"repository": {
"type": "git",
"url": "git+https://github.com/armed/ordered-read-streams.git"
},
"scripts": {
"test": "jshint *.js test/*.js && mocha"
},
"version": "0.3.0"
}