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.5 KiB

{
"_args": [
[
"domexception@^1.0.0",
"/home/bernhard/freifunk-app/node_modules/jsdom"
]
],
"_from": "domexception@>=1.0.0 <2.0.0",
"_id": "domexception@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/domexception",
"_nodeVersion": "8.9.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/domexception-1.0.1.tgz_1516581145452_0.33150808280333877"
},
"_npmUser": {
"email": "d@domenic.me",
"name": "domenic"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"name": "domexception",
"raw": "domexception@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/domexception/-/domexception-1.0.1.tgz",
"_shasum": "937442644ca6a31261ef36e3ec677fe805582c90",
"_shrinkwrap": null,
"_spec": "domexception@^1.0.0",
"_where": "/home/bernhard/freifunk-app/node_modules/jsdom",
"author": {
"email": "d@domenic.me",
"name": "Domenic Denicola",
"url": "https://domenic.me/"
},
"bugs": {
"url": "https://github.com/jsdom/domexception/issues"
},
"dependencies": {
"webidl-conversions": "^4.0.2"
},
"description": "An implementation of the DOMException class from browsers",
"devDependencies": {
"eslint": "^4.3.0",
"mkdirp": "^0.5.1",
"mocha": "^3.5.0",
"request": "^2.81.0",
"webidl2js": "^7.2.0"
},
"directories": {},
"dist": {
"integrity": "sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==",
"shasum": "937442644ca6a31261ef36e3ec677fe805582c90",
"tarball": "https://registry.npmjs.org/domexception/-/domexception-1.0.1.tgz"
},
"files": [
"lib/"
],
"gitHead": "5995e990587d4e3d49beb1d9f8a1e430f4be75e0",
"homepage": "https://github.com/jsdom/domexception#readme",
"keywords": [
"dom",
"domexception",
"error",
"exception",
"web idl",
"webidl"
],
"license": "MIT",
"main": "lib/public-api.js",
"maintainers": [
{
"name": "domenic",
"email": "d@domenic.me"
}
],
"name": "domexception",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/domexception.git"
},
"scripts": {
"lint": "eslint lib",
"prepublish": "node scripts/generate.js",
"pretest": "npm run prepublish",
"test": "mocha"
},
"version": "1.0.1"
}