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.
 
 
 
 

99 lines
2.4 KiB

{
"_args": [
[
"tr46@^1.0.1",
"/home/bernhard/freifunk-app/node_modules/whatwg-url"
]
],
"_from": "tr46@>=1.0.1 <2.0.0",
"_id": "tr46@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/tr46",
"_nodeVersion": "7.7.2",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/tr46-1.0.1.tgz_1504404535111_0.9779330701567233"
},
"_npmUser": {
"email": "sebmaster16@gmail.com",
"name": "sebmaster"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"name": "tr46",
"raw": "tr46@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/whatwg-url"
],
"_resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
"_shasum": "a8b13fd6bfd2489519674ccde55ba3693b706d09",
"_shrinkwrap": null,
"_spec": "tr46@^1.0.1",
"_where": "/home/bernhard/freifunk-app/node_modules/whatwg-url",
"author": {
"email": "npm@smayr.name",
"name": "Sebastian Mayr"
},
"bugs": {
"url": "https://github.com/sebmaster/tr46.js/issues"
},
"dependencies": {
"punycode": "^2.1.0"
},
"description": "An implementation of the Unicode TR46 spec",
"devDependencies": {
"eslint": "^3.13.0",
"mocha": "^3.2.0",
"regenerate": "^1.3.2",
"request": "^2.79.0",
"unicode-10.0.0": "^0.7.4"
},
"directories": {},
"dist": {
"shasum": "a8b13fd6bfd2489519674ccde55ba3693b706d09",
"tarball": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz"
},
"files": [
"index.js",
"lib/mappingTable.json",
"lib/regexes.js"
],
"gitHead": "89825520a434d1d750103e05b6fa19b1a75b7ab4",
"homepage": "https://github.com/sebmaster/tr46.js#readme",
"keywords": [
"tr46",
"unicode",
"url",
"whatwg"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "sebmaster",
"email": "sebmaster16@gmail.com"
}
],
"name": "tr46",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sebmaster/tr46.js.git"
},
"scripts": {
"lint": "eslint .",
"prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js",
"pretest": "node scripts/getLatestTests.js",
"test": "mocha"
},
"unicodeVersion": "10.0.0",
"version": "1.0.1"
}