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.
 
 
 
 

125 lines
3.2 KiB

{
"_args": [
[
"errorhandler@^1.5.0",
"/home/bernhard/freifunk-app/node_modules/react-native"
]
],
"_from": "errorhandler@>=1.5.0 <2.0.0",
"_id": "errorhandler@1.5.0",
"_inCache": true,
"_installable": true,
"_location": "/errorhandler",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/errorhandler-1.5.0.tgz_1479267057714_0.9408900195267051"
},
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "errorhandler",
"raw": "errorhandler@^1.5.0",
"rawSpec": "^1.5.0",
"scope": null,
"spec": ">=1.5.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/react-native"
],
"_resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.0.tgz",
"_shasum": "eaba64ca5d542a311ac945f582defc336165d9f4",
"_shrinkwrap": null,
"_spec": "errorhandler@^1.5.0",
"_where": "/home/bernhard/freifunk-app/node_modules/react-native",
"bugs": {
"url": "https://github.com/expressjs/errorhandler/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"dependencies": {
"accepts": "~1.3.3",
"escape-html": "~1.0.3"
},
"description": "Development-only error handler middleware",
"devDependencies": {
"after": "0.8.2",
"eslint": "3.10.2",
"eslint-config-standard": "6.2.1",
"eslint-plugin-promise": "3.3.2",
"eslint-plugin-standard": "2.0.1",
"istanbul": "0.4.5",
"mocha": "2.5.3",
"supertest": "1.1.0"
},
"directories": {},
"dist": {
"shasum": "eaba64ca5d542a311ac945f582defc336165d9f4",
"tarball": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.0.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js",
"public/"
],
"gitHead": "6bf441d94197219ea6e0f392cb8ccd72602ad357",
"homepage": "https://github.com/expressjs/errorhandler",
"license": "MIT",
"maintainers": [
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
}
],
"name": "errorhandler",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/errorhandler.git"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "1.5.0"
}