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.
 
 
 
 

122 lines
3.9 KiB

{
"_args": [
[
"realpath-native@^1.0.0",
"/home/bernhard/freifunk-app/node_modules/jest/node_modules/jest-cli"
]
],
"_from": "realpath-native@>=1.0.0 <2.0.0",
"_id": "realpath-native@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/realpath-native",
"_nodeVersion": "8.11.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/realpath-native_1.0.1_1530723239668_0.3046671029701813"
},
"_npmUser": {
"email": "sbekkhus91@gmail.com",
"name": "simenb"
},
"_npmVersion": "5.7.1",
"_phantomChildren": {},
"_requested": {
"name": "realpath-native",
"raw": "realpath-native@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/jest-runtime",
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/realpath-native/-/realpath-native-1.0.1.tgz",
"_shasum": "07f40a0cce8f8261e2e8b7ebebf5c95965d7b633",
"_shrinkwrap": null,
"_spec": "realpath-native@^1.0.0",
"_where": "/home/bernhard/freifunk-app/node_modules/jest/node_modules/jest-cli",
"author": {
"email": "sbekkhus91@gmail.com",
"name": "Simen Bekkhus"
},
"bugs": {
"url": "https://github.com/SimenB/realpath-native/issues"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"util.promisify": "^1.0.0"
},
"description": "Use the system's native `realpath`",
"devDependencies": {
"@commitlint/cli": "^6.0.2",
"@commitlint/config-conventional": "^6.0.2",
"eslint": "^4.13.1",
"eslint-config-simenb-base": "^14.0.0",
"eslint-config-simenb-node": "^0.4.11",
"husky": "^0.14.3",
"lint-staged": "^6.0.0",
"prettier": "^1.9.2"
},
"directories": {},
"dist": {
"fileCount": 4,
"integrity": "sha512-W14EcXuqUvKP8dkWkD7B95iMy77lpMnlFXbbk409bQtNCbeu0kvRE5reo+yIZ3JXxg6frbGsz2DLQ39lrCB40g==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbPPunCRA9TVsSAnZWagAAQ7MP/1ZkddeNSTgmIKR3WRVj\nmZi7sRPFDhZ16hesAmUJq7eNEP0ivSMEDu7zYKTmHjv6xX82Cd9HzHCrfjJo\nyQWvf9ue65iOn7cK4f1m8CCFMCyZN5B3CmQNOnc83hqCSDiEmLptNpsTqeX5\nFTE8yMmxmH40eglGSCnj9/FW8dUcA1ImiwxKBPA/kZD8XWMseELkyapaUV6t\nS2WHyr26MiNXsjuB0y6iu7fbXJ7mS7FoSI2cKso4zKBFANBEiARoCVjratuj\nFGUPb9MYU4qB0Gh3PYFzbdJ0oSL7Lt4jtfDa4ITnTubkDI1D+a9OLvMSeUVs\nyCMUWDJnnUOEYU0OOwo2HgLjugO7hCLi0bL7/n5bIgOT/6uD2Mh+oFUWDSW4\nRabHP0/6jiXgrivvMeKKKIwms1ke2js3ekLydDiCqDehr6TU2707RR0NdGPS\n1BTsJErAioT/Jc48W2cbSRXbDABim8Pw6URZs0kEEF7Mh2sr88YysUUC/kYV\nWzoMMlUXPAm/8KbpILJnkxFZiUyWasTIEdZyZzF3n3FhkGjk7qCDImv0HSeb\nZR/bdhjJsC2hN4ZTVJgx9HRZ3ib7hjkf5sxFEM/xAxE9G80i2+Ad/MLQXfBs\nRQtH/JuT0YAc+Wh9NMvfLtBJvUAmtcblmMrOm0mVQgsx+NDyZ+GLS8OZrca3\ne3F+\r\n=etA8\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "07f40a0cce8f8261e2e8b7ebebf5c95965d7b633",
"tarball": "https://registry.npmjs.org/realpath-native/-/realpath-native-1.0.1.tgz",
"unpackedSize": 4502
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"gitHead": "415f09537a38051fbce0af4bba411d1d3aeafd37",
"homepage": "https://github.com/SimenB/realpath-native#readme",
"keywords": [
"realpath"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
],
"*.{md,json}": [
"git add",
"prettier --write"
]
},
"main": "index.js",
"maintainers": [
{
"name": "simenb",
"email": "sbekkhus91@gmail.com"
}
],
"name": "realpath-native",
"optionalDependencies": {},
"prettier": {
"proseWrap": "always",
"singleQuote": true,
"trailingComma": "es5"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/SimenB/realpath-native.git"
},
"scripts": {
"lint": "eslint .",
"test": "eslint ."
},
"version": "1.0.1"
}