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.

107 lines
2.9 KiB

{
"_args": [
[
"@babel/traverse@^7.0.0-beta",
"/home/bernhard/freifunk-app/node_modules/metro"
]
],
"_from": "@babel/traverse@>=7.0.0-beta <8.0.0",
"_id": "@babel/traverse@7.0.0-beta.54",
"_inCache": true,
"_installable": true,
"_location": "/@babel/traverse",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/traverse_7.0.0-beta.54_1531764025202_0.07424660964892915"
},
"_npmUser": {
"email": "hi@henryzoo.com",
"name": "hzoo"
},
"_phantomChildren": {
"ms": "2.0.0"
},
"_requested": {
"name": "@babel/traverse",
"raw": "@babel/traverse@^7.0.0-beta",
"rawSpec": "^7.0.0-beta",
"scope": "@babel",
"spec": ">=7.0.0-beta <8.0.0",
"type": "range"
},
"_requiredBy": [
"/@babel/core",
"/@babel/helper-call-delegate",
"/@babel/helper-explode-assignable-expression",
"/@babel/helper-remap-async-to-generator",
"/@babel/helper-replace-supers",
"/@babel/helper-wrap-function",
"/@babel/helpers",
"/metro"
],
"_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.0.0-beta.54.tgz",
"_shasum": "2c17f98dcdbf19aa918fde128f0e1a0bc089e05a",
"_shrinkwrap": null,
"_spec": "@babel/traverse@^7.0.0-beta",
"_where": "/home/bernhard/freifunk-app/node_modules/metro",
"author": {
"email": "sebmck@gmail.com",
"name": "Sebastian McKenzie"
},
"dependencies": {
"@babel/code-frame": "7.0.0-beta.54",
"@babel/generator": "7.0.0-beta.54",
"@babel/helper-function-name": "7.0.0-beta.54",
"@babel/helper-split-export-declaration": "7.0.0-beta.54",
"@babel/parser": "7.0.0-beta.54",
"@babel/types": "7.0.0-beta.54",
"debug": "^3.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.5"
},
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"devDependencies": {
"@babel/helper-plugin-test-runner": "7.0.0-beta.54"
},
"directories": {},
"dist": {
"fileCount": 34,
"shasum": "2c17f98dcdbf19aa918fde128f0e1a0bc089e05a",
"tarball": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.0.0-beta.54.tgz",
"unpackedSize": 143058
},
"homepage": "https://babeljs.io/",
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "danez",
"email": "daniel@tschinder.de"
},
{
"name": "existentialism",
"email": "bng412@gmail.com"
},
{
"name": "hzoo",
"email": "hi@henryzoo.com"
},
{
"name": "loganfsmyth",
"email": "loganfsmyth@gmail.com"
},
{
"name": "xtuc",
"email": "contact@xtuc.fr"
}
],
"name": "@babel/traverse",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-traverse"
},
"version": "7.0.0-beta.54"
}