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.
 
 
 
 

112 lines
3.9 KiB

{
"_args": [
[
"big-integer@^1.6.7",
"/home/bernhard/freifunk-app/node_modules/bplist-parser"
]
],
"_from": "big-integer@>=1.6.7 <2.0.0",
"_id": "big-integer@1.6.32",
"_inCache": true,
"_installable": true,
"_location": "/big-integer",
"_nodeVersion": "9.3.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/big-integer_1.6.32_1530055980148_0.42649268840015964"
},
"_npmUser": {
"email": "peter.e.c.olson+npm@gmail.com",
"name": "peterolson"
},
"_npmVersion": "6.0.0",
"_phantomChildren": {},
"_requested": {
"name": "big-integer",
"raw": "big-integer@^1.6.7",
"rawSpec": "^1.6.7",
"scope": null,
"spec": ">=1.6.7 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/bplist-parser"
],
"_resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.32.tgz",
"_shasum": "5867458b25ecd5bcb36b627c30bb501a13c07e89",
"_shrinkwrap": null,
"_spec": "big-integer@^1.6.7",
"_where": "/home/bernhard/freifunk-app/node_modules/bplist-parser",
"author": {
"email": "peter.e.c.olson+npm@gmail.com",
"name": "Peter Olson"
},
"bin": {},
"bugs": {
"url": "https://github.com/peterolson/BigInteger.js/issues"
},
"contributors": [],
"dependencies": {},
"description": "An arbitrary length integer library for Javascript",
"devDependencies": {
"@types/lodash": "^4.14.109",
"@types/node": "^7.0.65",
"coveralls": "^2.11.4",
"jasmine": "2.1.x",
"jasmine-core": "^2.3.4",
"karma": "^0.13.22",
"karma-cli": "^1.0.1",
"karma-coverage": "^0.4.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.4",
"lodash": "^4.17.4",
"typescript": "^2.3.3",
"uglifyjs": "^2.4.10"
},
"directories": {},
"dist": {
"fileCount": 8,
"integrity": "sha512-ljKJdR3wk9thHfLj4DtrNiOSTxvGFaMjWrG4pW75juXC4j7+XuKJVFdg4kgFMYp85PVkO05dFMj2dk2xVsH4xw==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMs0sCRA9TVsSAnZWagAAGrQP/0WU7iWQJrsF4busHLOM\nkh+0w5oo/69g8r15oZ+uPCmdzjSJOAkekbY3+acKI9U3/p8FQox2mNsdVeun\ntv4CROcf/t2wRBc1ZC0CVdr7j8Qs/EmWJC2hWyEg69MnX92MfWT7DWYgM0/A\nem49UKmoZx2GSOVnv/dsyFOoDXJLVYP1ak5PGsCs1moufp3c9I9GR2ZCmSC4\nrnftwRtHtJO10AoklFlS5zHh+pZXTGHq51INSzu88mpKxOV0d8WdzdcmKXcD\nnc93B5m2jIc4WtZK3u0ta8Fh8cokj0refR3I4yW1ij8FgylS7Wez3D9VguAB\nadA0erj/V7Py4W6Nk19K7teBTTM+5EEuVaB3evV8AH7G4EGV2wkmm4C+dHyB\nUoxiyT5CA+G8wazBDF6ocIqdshpbY1MVXdeiccg/KC8pVoNQGwfRqR1u35yV\nhxUjI6+0pP+IQwSJQHizGwGa7iGIEmV/DaN+St7F7Arcu4OqchMqrCUKdyDM\nBSkBO/8QNJm2d79hsyMCYHDRAWpUSwYOWzT8Oa4QN80Tl+vmVW5om+JMG02T\nUBLQ9z0I3eGcnfBqN6MZBd6LKgnhaiOkjm8sX+vmGnRciNOSKWVCKaVHzVNf\ng6WJjVno0cYqOJ4zgr4USMEB78YbdasJuaa4mW5bWguE28waN3PSrsSmqdeS\nGZFD\r\n=h3sK\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "5867458b25ecd5bcb36b627c30bb501a13c07e89",
"tarball": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.32.tgz",
"unpackedSize": 162867
},
"engines": {
"node": ">=0.6"
},
"gitHead": "944c421631ed775e32f01b90a74d8f94ab5989f6",
"homepage": "https://github.com/peterolson/BigInteger.js#readme",
"keywords": [
"arbitrary",
"arithmetic",
"big",
"bigint",
"biginteger",
"bignum",
"integer",
"math",
"precision"
],
"license": "Unlicense",
"main": "./BigInteger",
"maintainers": [
{
"name": "peterolson",
"email": "peter.e.c.olson+npm@gmail.com"
}
],
"name": "big-integer",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/peterolson/BigInteger.js.git"
},
"scripts": {
"minify": "uglifyjs BigInteger.js -o BigInteger.min.js",
"test": "tsc && karma start my.conf.js && node spec/tsDefinitions.js"
},
"typings": "./BigInteger.d.ts",
"version": "1.6.32"
}