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.
 
 
 
 

100 lines
2.3 KiB

{
"_args": [
[
"callsites@^2.0.0",
"/home/bernhard/freifunk-app/node_modules/jest-util"
]
],
"_from": "callsites@>=2.0.0 <3.0.0",
"_id": "callsites@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/callsites",
"_nodeVersion": "4.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/callsites-2.0.0.tgz_1472344208744_0.7568928482942283"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.15.9",
"_phantomChildren": {},
"_requested": {
"name": "callsites",
"raw": "callsites@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/jest-util"
],
"_resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
"_shasum": "06eb84f00eea413da86affefacbffb36093b3c50",
"_shrinkwrap": null,
"_spec": "callsites@^2.0.0",
"_where": "/home/bernhard/freifunk-app/node_modules/jest-util",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/callsites/issues"
},
"dependencies": {},
"description": "Get callsites from the V8 stack trace API",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "06eb84f00eea413da86affefacbffb36093b3c50",
"tarball": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"gitHead": "76081d07c93d0ec3657d2be3c300bb21f45cf9db",
"homepage": "https://github.com/sindresorhus/callsites#readme",
"keywords": [
"callsite",
"callsites",
"debug",
"file",
"function",
"line",
"stack",
"stacktrace",
"trace",
"v8"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "callsites",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/callsites.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0",
"xo": {
"esnext": true
}
}