site_opytex/theme/node_modules/ordered-read-streams/package.json

55 lines
1.6 KiB
JSON

{
"_from": "ordered-read-streams@^0.1.0",
"_id": "ordered-read-streams@0.1.0",
"_inBundle": false,
"_integrity": "sha1-/VZamvjrRHO6abbtijQ1LLVS8SY=",
"_location": "/ordered-read-streams",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ordered-read-streams@^0.1.0",
"name": "ordered-read-streams",
"escapedName": "ordered-read-streams",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/glob-stream"
],
"_resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz",
"_shasum": "fd565a9af8eb4473ba69b6ed8a34352cb552f126",
"_spec": "ordered-read-streams@^0.1.0",
"_where": "/home/lafrite/tmp/site_pelican/theme/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,
"deprecated": false,
"description": "Combines array of streams into one read stream in strict order",
"devDependencies": {
"jshint": "~2.4.1",
"mocha": "~1.17.0",
"pre-commit": "0.0.4",
"should": "~3.0.1",
"through2": "~0.4.0"
},
"homepage": "https://github.com/armed/ordered-read-streams#readme",
"license": "MIT",
"main": "index.js",
"name": "ordered-read-streams",
"repository": {
"type": "git",
"url": "git://github.com/armed/ordered-read-streams.git"
},
"scripts": {
"test": "jshint *.js test/*.js && mocha -R spec"
},
"version": "0.1.0"
}