12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "_args": [
- [
- "ordered-read-streams@0.1.0",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_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": "version",
- "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",
- "_spec": "0.1.0",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Artem Medeusheyev",
- "email": "artem.medeusheyev@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/armed/ordered-read-streams/issues"
- },
- "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"
- }
|