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.
 
 
 
 

115 lines
2.7 KiB

{
"_args": [
[
"uglify-es@^3.1.9",
"/home/bernhard/freifunk-app/node_modules/metro-minify-uglify"
]
],
"_from": "uglify-es@>=3.1.9 <4.0.0",
"_id": "uglify-es@3.3.9",
"_inCache": true,
"_installable": true,
"_location": "/uglify-es",
"_nodeVersion": "9.3.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/uglify-es-3.3.9.tgz_1517072064861_0.4805743731558323"
},
"_npmUser": {
"email": "alexlamsl@gmail.com",
"name": "alexlamsl"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"name": "uglify-es",
"raw": "uglify-es@^3.1.9",
"rawSpec": "^3.1.9",
"scope": null,
"spec": ">=3.1.9 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/metro-minify-uglify"
],
"_resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.9.tgz",
"_shasum": "0c1c4f0700bed8dbc124cdb304d2592ca203e677",
"_shrinkwrap": null,
"_spec": "uglify-es@^3.1.9",
"_where": "/home/bernhard/freifunk-app/node_modules/metro-minify-uglify",
"author": {
"email": "mihai.bazon@gmail.com",
"name": "Mihai Bazon",
"url": "http://lisperator.net/"
},
"bin": {
"uglifyjs": "bin/uglifyjs"
},
"bugs": {
"url": "https://github.com/mishoo/UglifyJS2/issues"
},
"dependencies": {
"commander": "~2.13.0",
"source-map": "~0.6.1"
},
"description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+",
"devDependencies": {
"acorn": "~5.3.0",
"mocha": "~3.5.1",
"semver": "~5.4.1"
},
"directories": {},
"dist": {
"integrity": "sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==",
"shasum": "0c1c4f0700bed8dbc124cdb304d2592ca203e677",
"tarball": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.9.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"files": [
"LICENSE",
"bin",
"lib",
"tools"
],
"gitHead": "8e595171b9794ea92fea65c1b30d627083064187",
"homepage": "https://github.com/mishoo/UglifyJS2/tree/harmony",
"keywords": [
"async",
"await",
"ecmascript",
"es2015",
"es2016",
"es2017",
"es5",
"es6",
"es7",
"es8",
"javascript",
"minifier",
"minify",
"uglify",
"uglify-es",
"uglify-js"
],
"license": "BSD-2-Clause",
"main": "tools/node.js",
"maintainers": [
{
"name": "alexlamsl",
"email": "alexlamsl@gmail.com"
}
],
"name": "uglify-es",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mishoo/UglifyJS2.git#harmony"
},
"scripts": {
"test": "node test/run-tests.js"
},
"version": "3.3.9"
}