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.
 
 
 
 

104 lines
2.8 KiB

{
"_args": [
[
"symbol-tree@^3.2.2",
"/home/bernhard/freifunk-app/node_modules/jsdom"
]
],
"_from": "symbol-tree@>=3.2.2 <4.0.0",
"_id": "symbol-tree@3.2.2",
"_inCache": true,
"_installable": true,
"_location": "/symbol-tree",
"_nodeVersion": "7.2.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/symbol-tree-3.2.2.tgz_1486847058094_0.6699730809777975"
},
"_npmUser": {
"email": "joris@jorisvanderwel.com",
"name": "joris-van-der-wel"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"name": "symbol-tree",
"raw": "symbol-tree@^3.2.2",
"rawSpec": "^3.2.2",
"scope": null,
"spec": ">=3.2.2 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.2.tgz",
"_shasum": "ae27db38f660a7ae2e1c3b7d1bc290819b8519e6",
"_shrinkwrap": null,
"_spec": "symbol-tree@^3.2.2",
"_where": "/home/bernhard/freifunk-app/node_modules/jsdom",
"author": {
"email": "joris@jorisvanderwel.com",
"name": "Joris van der Wel"
},
"bugs": {
"url": "https://github.com/jsdom/js-symbol-tree/issues"
},
"dependencies": {},
"description": "Turn any collection of objects into its own efficient tree or linked list using Symbol",
"devDependencies": {
"babel-eslint": "^7.1.1",
"coveralls": "^2.11.15",
"eslint": "^3.12.0",
"eslint-plugin-import": "^2.2.0",
"istanbul": "^0.4.5",
"jsdoc-to-markdown": "^3.0.0",
"tape": "^4.0.0"
},
"directories": {},
"dist": {
"shasum": "ae27db38f660a7ae2e1c3b7d1bc290819b8519e6",
"tarball": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.2.tgz"
},
"files": [
"api.md",
"lib"
],
"gitHead": "1e213a3f820f79c083859cce601ed091154449b5",
"homepage": "https://github.com/jsdom/js-symbol-tree#symbol-tree",
"keywords": [
"dom",
"es6",
"linked-list",
"list",
"queue",
"stack",
"symbol",
"tree"
],
"license": "MIT",
"main": "lib/SymbolTree.js",
"maintainers": [
{
"name": "joris-van-der-wel",
"email": "joris@jorisvanderwel.com"
}
],
"name": "symbol-tree",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/js-symbol-tree.git"
},
"scripts": {
"ci": "istanbul cover test/SymbolTree.js --report lcovonly && cat ./coverage/lcov.info | coveralls",
"documentation": "jsdoc2md --files lib/SymbolTree.js >> README.md",
"lint": "eslint lib test",
"postci": "npm run posttest",
"posttest": "npm run lint",
"predocumentation": "cp readme-header.md README.md",
"test": "istanbul cover test/SymbolTree.js"
},
"version": "3.2.2"
}