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.
 
 
 
 

125 lines
2.8 KiB

{
"_args": [
[
"sax@~1.1.1",
"/home/bernhard/freifunk-app/node_modules/xmldoc"
]
],
"_from": "sax@>=1.1.1 <1.2.0",
"_id": "sax@1.1.6",
"_inCache": true,
"_installable": true,
"_location": "/sax",
"_nodeVersion": "5.6.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/sax-1.1.6.tgz_1457169236375_0.0688094305805862"
},
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
"_npmVersion": "3.7.3",
"_phantomChildren": {},
"_requested": {
"name": "sax",
"raw": "sax@~1.1.1",
"rawSpec": "~1.1.1",
"scope": null,
"spec": ">=1.1.1 <1.2.0",
"type": "range"
},
"_requiredBy": [
"/xmldoc"
],
"_resolved": "https://registry.npmjs.org/sax/-/sax-1.1.6.tgz",
"_shasum": "5d616be8a5e607d54e114afae55b7eaf2fcc3240",
"_shrinkwrap": null,
"_spec": "sax@~1.1.1",
"_where": "/home/bernhard/freifunk-app/node_modules/xmldoc",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/sax-js/issues"
},
"contributors": [
{
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
},
{
"name": "Stein Martin Hustad",
"email": "stein@hustad.com"
},
{
"name": "Mikeal Rogers",
"email": "mikeal.rogers@gmail.com"
},
{
"name": "Laurie Harper",
"email": "laurie@holoweb.net"
},
{
"name": "Jann Horn",
"email": "jann@Jann-PC.fritz.box"
},
{
"name": "Elijah Insua",
"email": "tmpvar@gmail.com"
},
{
"name": "Henry Rawas",
"email": "henryr@schakra.com"
},
{
"name": "Justin Makeig",
"email": "jmpublic@makeig.com"
},
{
"name": "Mike Schilling",
"email": "mike@emotive.com"
}
],
"dependencies": {},
"description": "An evented streaming XML parser in JavaScript",
"devDependencies": {
"standard": "^5.3.1",
"tap": "^5.2.0"
},
"directories": {},
"dist": {
"shasum": "5d616be8a5e607d54e114afae55b7eaf2fcc3240",
"tarball": "https://registry.npmjs.org/sax/-/sax-1.1.6.tgz"
},
"files": [
"LICENSE",
"LICENSE-W3C.html",
"README.md",
"lib/sax.js"
],
"gitHead": "8dc23406a83992a22b8240abdd91185db2b4fb0c",
"homepage": "https://github.com/isaacs/sax-js#readme",
"license": "ISC",
"main": "lib/sax.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"name": "sax",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/sax-js.git"
},
"scripts": {
"posttest": "standard -F test/*.js lib/*.js",
"test": "tap test/*.js --cov"
},
"version": "1.1.6"
}