This app provides monitoring and information features for the common freifunk user and the technical stuff of a freifunk community. Code base is taken from a TUM Practical Course project and added here to see if Freifunk Altdorf can use it. https://www.freifunk-altdorf.de
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.
 
 
 
 

83 lines
2.1 KiB

{
"_args": [
[
"stream-buffers@~2.2.0",
"/home/bernhard/freifunk-app/node_modules/bplist-creator"
]
],
"_from": "stream-buffers@>=2.2.0 <2.3.0",
"_id": "stream-buffers@2.2.0",
"_inCache": true,
"_installable": true,
"_location": "/stream-buffers",
"_nodeVersion": "0.12.5",
"_npmUser": {
"email": "me@samcday.com.au",
"name": "samcday"
},
"_npmVersion": "2.11.2",
"_phantomChildren": {},
"_requested": {
"name": "stream-buffers",
"raw": "stream-buffers@~2.2.0",
"rawSpec": "~2.2.0",
"scope": null,
"spec": ">=2.2.0 <2.3.0",
"type": "range"
},
"_requiredBy": [
"/bplist-creator"
],
"_resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz",
"_shasum": "91d5f5130d1cef96dcfa7f726945188741d09ee4",
"_shrinkwrap": null,
"_spec": "stream-buffers@~2.2.0",
"_where": "/home/bernhard/freifunk-app/node_modules/bplist-creator",
"author": {
"email": "me@samcday.com.au",
"name": "Sam Day"
},
"bugs": {
"url": "https://github.com/samcday/node-stream-buffer/issues"
},
"dependencies": {},
"description": "Buffer-backed Streams for reading and writing.",
"devDependencies": {
"istanbul": "~0.3.2",
"vows": ">= 0.5.6"
},
"directories": {},
"dist": {
"shasum": "91d5f5130d1cef96dcfa7f726945188741d09ee4",
"tarball": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"gitHead": "17024f70e0107175ede0ebcfbe9de7102d8be25f",
"homepage": "https://github.com/samcday/node-stream-buffer#readme",
"keywords": [
"buffer streams",
"memory streams",
"streams"
],
"license": "Unlicense",
"main": "./lib/streambuffer.js",
"maintainers": [
{
"name": "samcday",
"email": "sam.c.day@gmail.com"
}
],
"name": "stream-buffers",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/samcday/node-stream-buffer.git"
},
"scripts": {
"test": "[ -n \"$NO_COVERAGE\" ] && vows --spec || istanbul cover vows -- --spec"
},
"version": "2.2.0"
}