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.
 
 
 
 

86 lines
2.1 KiB

{
"_args": [
[
"regjsparser@^0.1.4",
"/home/bernhard/freifunk-app/node_modules/regexpu-core"
]
],
"_from": "regjsparser@>=0.1.4 <0.2.0",
"_id": "regjsparser@0.1.5",
"_inCache": true,
"_installable": true,
"_location": "/regjsparser",
"_nodeVersion": "0.12.6",
"_npmUser": {
"email": "julian.viereck@gmail.com",
"name": "jviereck"
},
"_npmVersion": "2.11.2",
"_phantomChildren": {},
"_requested": {
"name": "regjsparser",
"raw": "regjsparser@^0.1.4",
"rawSpec": "^0.1.4",
"scope": null,
"spec": ">=0.1.4 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/regexpu-core"
],
"_resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz",
"_shasum": "7ee8f84dc6fa792d3fd0ae228d24bd949ead205c",
"_shrinkwrap": null,
"_spec": "regjsparser@^0.1.4",
"_where": "/home/bernhard/freifunk-app/node_modules/regexpu-core",
"author": {
"email": "julian.viereck@gmail.com",
"name": "'Julian Viereck'"
},
"bin": {
"regjsparser": "bin/parser"
},
"bugs": {
"url": "https://github.com/jviereck/regjsparser/issues"
},
"dependencies": {
"jsesc": "~0.5.0"
},
"description": "Parsing the JavaScript's RegExp in JavaScript.",
"devDependencies": {
"regenerate": "~1.0.1",
"unicode-7.0.0": "~0.1.5"
},
"directories": {},
"dist": {
"shasum": "7ee8f84dc6fa792d3fd0ae228d24bd949ead205c",
"tarball": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz"
},
"files": [
"LICENSE.BSD",
"README.md",
"bin/",
"parser.js"
],
"gitHead": "0540a6a12bfe13659a29b217bf82455ce1ced0eb",
"homepage": "https://github.com/jviereck/regjsparser",
"license": "BSD",
"main": "./parser",
"maintainers": [
{
"name": "jviereck",
"email": "julian.viereck@gmail.com"
}
],
"name": "regjsparser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jviereck/regjsparser.git"
},
"scripts": {
"test": "node test/index.js"
},
"version": "0.1.5"
}