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.
128 lines
3.1 KiB
128 lines
3.1 KiB
6 years ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"@babel/core@^7.0.0-beta",
|
||
|
"/home/bernhard/freifunk-app/node_modules/metro"
|
||
|
]
|
||
|
],
|
||
|
"_from": "@babel/core@>=7.0.0-beta <8.0.0",
|
||
|
"_id": "@babel/core@7.0.0-beta.54",
|
||
|
"_inCache": true,
|
||
|
"_installable": true,
|
||
|
"_location": "/@babel/core",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "s3://npm-registry-packages",
|
||
|
"tmp": "tmp/core_7.0.0-beta.54_1531764030756_0.7673826885810595"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"email": "hi@henryzoo.com",
|
||
|
"name": "hzoo"
|
||
|
},
|
||
|
"_phantomChildren": {
|
||
|
"ms": "2.0.0"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"name": "@babel/core",
|
||
|
"raw": "@babel/core@^7.0.0-beta",
|
||
|
"rawSpec": "^7.0.0-beta",
|
||
|
"scope": "@babel",
|
||
|
"spec": ">=7.0.0-beta <8.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/metro"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.0.0-beta.54.tgz",
|
||
|
"_shasum": "253c54d0095403a5cfa764e7d9b458194692d02b",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "@babel/core@^7.0.0-beta",
|
||
|
"_where": "/home/bernhard/freifunk-app/node_modules/metro",
|
||
|
"author": {
|
||
|
"email": "sebmck@gmail.com",
|
||
|
"name": "Sebastian McKenzie"
|
||
|
},
|
||
|
"browser": {
|
||
|
"./lib/config/files/index.js": "./lib/config/files/index-browser.js",
|
||
|
"./lib/transform-file.js": "./lib/transform-file-browser.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/code-frame": "7.0.0-beta.54",
|
||
|
"@babel/generator": "7.0.0-beta.54",
|
||
|
"@babel/helpers": "7.0.0-beta.54",
|
||
|
"@babel/parser": "7.0.0-beta.54",
|
||
|
"@babel/template": "7.0.0-beta.54",
|
||
|
"@babel/traverse": "7.0.0-beta.54",
|
||
|
"@babel/types": "7.0.0-beta.54",
|
||
|
"convert-source-map": "^1.1.0",
|
||
|
"debug": "^3.1.0",
|
||
|
"json5": "^0.5.0",
|
||
|
"lodash": "^4.17.5",
|
||
|
"resolve": "^1.3.2",
|
||
|
"semver": "^5.4.1",
|
||
|
"source-map": "^0.5.0"
|
||
|
},
|
||
|
"description": "Babel compiler core.",
|
||
|
"devDependencies": {
|
||
|
"@babel/helper-transform-fixture-test-runner": "7.0.0-beta.54",
|
||
|
"@babel/register": "7.0.0-beta.54"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"fileCount": 52,
|
||
|
"shasum": "253c54d0095403a5cfa764e7d9b458194692d02b",
|
||
|
"tarball": "https://registry.npmjs.org/@babel/core/-/core-7.0.0-beta.54.tgz",
|
||
|
"unpackedSize": 123465
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6.9.0"
|
||
|
},
|
||
|
"homepage": "https://babeljs.io/",
|
||
|
"keywords": [
|
||
|
"6to5",
|
||
|
"babel",
|
||
|
"babel-core",
|
||
|
"classes",
|
||
|
"compiler",
|
||
|
"const",
|
||
|
"es6",
|
||
|
"harmony",
|
||
|
"let",
|
||
|
"modules",
|
||
|
"transpile",
|
||
|
"transpiler",
|
||
|
"var"
|
||
|
],
|
||
|
"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/core",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "ERROR: No README data found!",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/babel/babel/tree/master/packages/babel-core"
|
||
|
},
|
||
|
"version": "7.0.0-beta.54"
|
||
|
}
|