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.
 
 
 
 

138 lines
3.2 KiB

{
"_args": [
[
"to-regex@^3.0.2",
"/home/bernhard/freifunk-app/node_modules/anymatch/node_modules/micromatch"
]
],
"_from": "to-regex@>=3.0.2 <4.0.0",
"_id": "to-regex@3.0.2",
"_inCache": true,
"_installable": true,
"_location": "/to-regex",
"_nodeVersion": "9.5.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/to-regex_3.0.2_1519460972133_0.47922488575382616"
},
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {
"assign-symbols": "1.0.0",
"is-plain-object": "2.0.4"
},
"_requested": {
"name": "to-regex",
"raw": "to-regex@^3.0.2",
"rawSpec": "^3.0.2",
"scope": null,
"spec": ">=3.0.2 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/anymatch/braces",
"/anymatch/expand-brackets",
"/anymatch/extglob",
"/anymatch/micromatch",
"/nanomatch",
"/sane/braces",
"/sane/expand-brackets",
"/sane/extglob",
"/sane/micromatch",
"/test-exclude/braces",
"/test-exclude/expand-brackets",
"/test-exclude/extglob",
"/test-exclude/micromatch"
],
"_resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
"_shasum": "13cfdd9b336552f30b51f33a8ae1b42a7a7599ce",
"_shrinkwrap": null,
"_spec": "to-regex@^3.0.2",
"_where": "/home/bernhard/freifunk-app/node_modules/anymatch/node_modules/micromatch",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/to-regex/issues"
},
"dependencies": {
"define-property": "^2.0.2",
"extend-shallow": "^3.0.2",
"regex-not": "^1.0.2",
"safe-regex": "^1.1.0"
},
"description": "Generate a regex from a string or array of strings.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.3"
},
"directories": {},
"dist": {
"fileCount": 4,
"integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
"shasum": "13cfdd9b336552f30b51f33a8ae1b42a7a7599ce",
"tarball": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
"unpackedSize": 12626
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "cc5735f98f62c8e9cfb98ae5b309abea1c8a2432",
"homepage": "https://github.com/jonschlinkert/to-regex",
"keywords": [
"match",
"regex",
"regular expression",
"test",
"to"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "to-regex",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/to-regex.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"layout": "default",
"lint": {
"reflinks": true
},
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"has-glob",
"is-glob",
"path-regex",
"to-regex-range"
]
},
"tasks": [
"readme"
],
"toc": {
"method": "preWrite"
}
},
"version": "3.0.2"
}