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.
 
 
 
 

97 lines
2.2 KiB

{
"_args": [
[
"safe-regex@^1.1.0",
"/home/bernhard/freifunk-app/node_modules/to-regex"
]
],
"_from": "safe-regex@>=1.1.0 <2.0.0",
"_id": "safe-regex@1.1.0",
"_inCache": true,
"_installable": true,
"_location": "/safe-regex",
"_nodeVersion": "0.12.0",
"_npmUser": {
"email": "mail@substack.net",
"name": "substack"
},
"_npmVersion": "2.3.0",
"_phantomChildren": {},
"_requested": {
"name": "safe-regex",
"raw": "safe-regex@^1.1.0",
"rawSpec": "^1.1.0",
"scope": null,
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/regex-not",
"/to-regex"
],
"_resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
"_shasum": "40a3669f3b077d1e943d44629e157dd48023bf2e",
"_shrinkwrap": null,
"_spec": "safe-regex@^1.1.0",
"_where": "/home/bernhard/freifunk-app/node_modules/to-regex",
"author": {
"email": "mail@substack.net",
"name": "James Halliday",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/safe-regex/issues"
},
"dependencies": {
"ret": "~0.1.10"
},
"description": "detect possibly catastrophic, exponential-time regular expressions",
"devDependencies": {
"tape": "^3.5.0"
},
"directories": {},
"dist": {
"shasum": "40a3669f3b077d1e943d44629e157dd48023bf2e",
"tarball": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz"
},
"gitHead": "d2570f31bd9d779515015917bb8297c753e46572",
"homepage": "https://github.com/substack/safe-regex",
"keywords": [
"catastrophic",
"exponential",
"regex",
"safe",
"sandbox"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "safe-regex",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/safe-regex.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"browsers": [
"chrome/latest",
"firefox/latest",
"ie/10",
"ie/8",
"ie/9",
"opera/latest",
"safari/latest"
],
"files": "test/*.js"
},
"version": "1.1.0"
}