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.
 
 
 
 

106 lines
3.5 KiB

{
"_args": [
[
"arch@^2.1.0",
"/home/bernhard/freifunk-app/node_modules/clipboardy"
]
],
"_from": "arch@>=2.1.0 <3.0.0",
"_id": "arch@2.1.1",
"_inCache": true,
"_installable": true,
"_location": "/arch",
"_nodeVersion": "8.11.2",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/arch_2.1.1_1528583691673_0.6541298778147013"
},
"_npmUser": {
"email": "feross@feross.org",
"name": "feross"
},
"_npmVersion": "6.1.0",
"_phantomChildren": {},
"_requested": {
"name": "arch",
"raw": "arch@^2.1.0",
"rawSpec": "^2.1.0",
"scope": null,
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/clipboardy"
],
"_resolved": "https://registry.npmjs.org/arch/-/arch-2.1.1.tgz",
"_shasum": "8f5c2731aa35a30929221bb0640eed65175ec84e",
"_shrinkwrap": null,
"_spec": "arch@^2.1.0",
"_where": "/home/bernhard/freifunk-app/node_modules/clipboardy",
"author": {
"email": "feross@feross.org",
"name": "Feross Aboukhadijeh",
"url": "http://feross.org/"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/feross/arch/issues"
},
"dependencies": {},
"description": "Better `os.arch()` for node and the browser -- detect OS architecture",
"devDependencies": {
"airtap": "0.0.7",
"standard": "*",
"tape": "^4.0.0"
},
"directories": {},
"dist": {
"fileCount": 5,
"integrity": "sha512-BLM56aPo9vLLFVa8+/+pJLnrZ7QGGTVHWsCwieAWT9o9K8UeGaQbzZbGoabWLOo2ksBCztoXdqBZBplqLDDCSg==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbHFYMCRA9TVsSAnZWagAAVFoP/3p1tkkzfXzr5g9h8gOD\nJ6nfPUsyG0LgiNU5PFQ5JYJEN3eCHa/H9qbj37/Mm1iEji5+MFteWkizEtdB\nkzK2K7y8ZrCdx4z0R7tDAZkA7NvJFOAzqMWnBZkdgON1d0TpbFsCcXPmkllG\nOmzZAUUzbKTi9ePA/yHQ6pWp/aD2Cs1FF9WyjbeA/uXQo/y+/H3p6wVwlp85\nTRbkApet8jsPl277e8XgRpYwrOgm/hwaw+Q8CQg8OfSwaxfiwkmv/vyV1EKi\n19lAriKxDdvDDdcJ5RdsM0tgD+/OoT0yar2y593v/OooV2Vyn1kp9tI8FnZ/\nJxkxMEvAPPxg7voneO+op9YvSHqNte/SE6+DJm8uQCWWU0bo2DQ9Xnvot9S2\nW6zxXKnv8f1IdlmP001/93tvxV1XdZoLOxJIDMRVTRCQIdd0fk4c5gQmY8Rc\n96UWTBCcB37EdpgulpeUZYQUckDIxN6epZi35MI9zCXG1tsRV7rsD2uYOlhC\nPeGuM0qX4G82L/81xHNEBsg+FnvJiLwzP0qOhUU/xOLRkzK58zGh8WXM3LCP\nN2ByXJH8MLz5Mgnkmi5FmVld4+v0V+eaBhLfP1qjVfTC02HipVk+nVZXt095\n9ngwRCUj09jCe1qQd3ZjXO1FmY41gnNE8Eq0ro1lQaocz4g74thcZ3J2GlYY\nXXMW\r\n=IWmp\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "8f5c2731aa35a30929221bb0640eed65175ec84e",
"tarball": "https://registry.npmjs.org/arch/-/arch-2.1.1.tgz",
"unpackedSize": 7317
},
"gitHead": "c81888cb42661b7ef58d339f051a87cf2c5a13a6",
"homepage": "https://github.com/feross/arch",
"keywords": [
"32 bit",
"64 bit",
"arch",
"architecture",
"browser",
"browserify",
"cpu info",
"cpus",
"navigator.platform",
"x64",
"x86"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "feross",
"email": "feross@feross.org"
},
{
"name": "raynos",
"email": "raynos2@gmail.com"
}
],
"name": "arch",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/feross/arch.git"
},
"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "airtap -- test/*.js",
"test-browser-local": "airtap --local -- test/*.js",
"test-node": "tape test/*.js"
},
"version": "2.1.1"
}