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.
 
 
 
 

91 lines
2.0 KiB

{
"_args": [
[
"slash@^1.0.0",
"/home/bernhard/freifunk-app/node_modules/babel-core"
]
],
"_from": "slash@>=1.0.0 <2.0.0",
"_id": "slash@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/slash",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "1.4.14",
"_phantomChildren": {},
"_requested": {
"name": "slash",
"raw": "slash@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/babel-core",
"/jest-message-util",
"/jest-runtime",
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
"_shasum": "c41f2f6c39fc16d1cd17ad4b5d896114ae470d55",
"_shrinkwrap": null,
"_spec": "slash@^1.0.0",
"_where": "/home/bernhard/freifunk-app/node_modules/babel-core",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/slash/issues"
},
"dependencies": {},
"description": "Convert Windows backslash paths to slash paths",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "c41f2f6c39fc16d1cd17ad4b5d896114ae470d55",
"tarball": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "c801dd4568ad9380b534067eabe88942394f82ff",
"homepage": "https://github.com/sindresorhus/slash",
"keywords": [
"backslash",
"path",
"sep",
"seperator",
"slash",
"win",
"windows"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "slash",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/sindresorhus/slash.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.0"
}