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.
 
 
 
 

96 lines
2.3 KiB

{
"_args": [
[
"serialize-error@^2.1.0",
"/home/bernhard/freifunk-app/node_modules/metro"
]
],
"_from": "serialize-error@>=2.1.0 <3.0.0",
"_id": "serialize-error@2.1.0",
"_inCache": true,
"_installable": true,
"_location": "/serialize-error",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/serialize-error-2.1.0.tgz_1479786904612_0.7532467234414071"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"name": "serialize-error",
"raw": "serialize-error@^2.1.0",
"rawSpec": "^2.1.0",
"scope": null,
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/metro"
],
"_resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz",
"_shasum": "50b679d5635cdf84667bdc8e59af4e5b81d5f60a",
"_shrinkwrap": null,
"_spec": "serialize-error@^2.1.0",
"_where": "/home/bernhard/freifunk-app/node_modules/metro",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/serialize-error/issues"
},
"dependencies": {},
"description": "Serialize an error into a plain object",
"devDependencies": {
"ava": "*",
"xo": "^0.16.0"
},
"directories": {},
"dist": {
"shasum": "50b679d5635cdf84667bdc8e59af4e5b81d5f60a",
"tarball": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "842f3dadec486bf6e69d7106bae1a550a15cbdae",
"homepage": "https://github.com/sindresorhus/serialize-error#readme",
"keywords": [
"convert",
"err",
"error",
"obj",
"object",
"process",
"send",
"serialize",
"stringify"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "serialize-error",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/serialize-error.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.1.0"
}