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.
 
 
 
 

90 lines
2.1 KiB

{
"_args": [
[
"resolve-url@^0.2.1",
"/home/bernhard/freifunk-app/node_modules/source-map-resolve"
]
],
"_from": "resolve-url@>=0.2.1 <0.3.0",
"_id": "resolve-url@0.2.1",
"_inCache": true,
"_installable": true,
"_location": "/resolve-url",
"_npmUser": {
"email": "simon.lydell@gmail.com",
"name": "lydell"
},
"_npmVersion": "1.4.4",
"_phantomChildren": {},
"_requested": {
"name": "resolve-url",
"raw": "resolve-url@^0.2.1",
"rawSpec": "^0.2.1",
"scope": null,
"spec": ">=0.2.1 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/source-map-resolve"
],
"_resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
"_shasum": "2c637fe77c893afd2a663fe21aa9080068e2052a",
"_shrinkwrap": null,
"_spec": "resolve-url@^0.2.1",
"_where": "/home/bernhard/freifunk-app/node_modules/source-map-resolve",
"author": {
"name": "Simon Lydell"
},
"bugs": {
"url": "https://github.com/lydell/resolve-url/issues"
},
"dependencies": {},
"description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
"devDependencies": {
"jshint": "~2.4.3",
"tape": "~2.5.0",
"testling": "~1.6.0"
},
"directories": {},
"dist": {
"shasum": "2c637fe77c893afd2a663fe21aa9080068e2052a",
"tarball": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz"
},
"homepage": "https://github.com/lydell/resolve-url",
"keywords": [
"resolve",
"url"
],
"license": "MIT",
"main": "resolve-url.js",
"maintainers": [
{
"name": "lydell",
"email": "simon.lydell@gmail.com"
}
],
"name": "resolve-url",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/lydell/resolve-url.git"
},
"scripts": {
"test": "jshint resolve-url.js test/ && testling -u"
},
"testling": {
"browsers": [
"android-browser/4",
"chrome/latest",
"firefox/latest",
"ie/8..latest",
"iphone/6",
"opera/12",
"opera/latest",
"safari/5"
],
"files": "test/*.js"
},
"version": "0.2.1"
}