12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "_args": [
- [
- "stream-consume@0.1.0",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "stream-consume@0.1.0",
- "_id": "stream-consume@0.1.0",
- "_inBundle": false,
- "_integrity": "sha1-pB6tGm1ggc63n2WwYZAbbY89HQ8=",
- "_location": "/stream-consume",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "stream-consume@0.1.0",
- "name": "stream-consume",
- "escapedName": "stream-consume",
- "rawSpec": "0.1.0",
- "saveSpec": null,
- "fetchSpec": "0.1.0"
- },
- "_requiredBy": [
- "/orchestrator"
- ],
- "_resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.0.tgz",
- "_spec": "0.1.0",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Aron Nopanen"
- },
- "bugs": {
- "url": "https://github.com/aroneous/stream-consume/issues"
- },
- "description": "Consume a stream to ensure it keeps flowing",
- "devDependencies": {
- "mocha": "^1.20.1",
- "should": "^4.0.4",
- "through2": "^0.5.1"
- },
- "homepage": "https://github.com/aroneous/stream-consume",
- "license": "MIT",
- "main": "index.js",
- "name": "stream-consume",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/aroneous/stream-consume.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "0.1.0"
- }
|