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
1.9 KiB

{
"_args": [
[
"jsonify@~0.0.0",
"/home/bernhard/freifunk-app/node_modules/json-stable-stringify"
]
],
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "jsonify@>=0.0.0 <0.1.0",
"_id": "jsonify@0.0.0",
"_inCache": true,
"_installable": true,
"_location": "/jsonify",
"_nodeVersion": "v0.5.0-pre",
"_npmVersion": "1.0.10",
"_phantomChildren": {},
"_requested": {
"name": "jsonify",
"raw": "jsonify@~0.0.0",
"rawSpec": "~0.0.0",
"scope": null,
"spec": ">=0.0.0 <0.1.0",
"type": "range"
},
"_requiredBy": [
"/json-stable-stringify",
"/shell-quote"
],
"_resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
"_shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73",
"_shrinkwrap": null,
"_spec": "jsonify@~0.0.0",
"_where": "/home/bernhard/freifunk-app/node_modules/json-stable-stringify",
"author": {
"name": "Douglas Crockford",
"url": "http://crockford.com/"
},
"bugs": {
"url": "https://github.com/substack/jsonify/issues"
},
"dependencies": {},
"description": "JSON without touching any globals",
"devDependencies": {
"garbage": "0.0.x",
"tap": "0.0.x"
},
"directories": {
"lib": ".",
"test": "test"
},
"dist": {
"shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73",
"tarball": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/substack/jsonify#readme",
"keywords": [
"browser",
"json"
],
"license": "Public Domain",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "jsonify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/jsonify.git"
},
"scripts": {
"test": "tap test"
},
"version": "0.0.0"
}