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.
 
 
 
 

101 lines
2.2 KiB

{
"_args": [
[
"pascalcase@^0.1.1",
"/home/bernhard/freifunk-app/node_modules/base"
]
],
"_from": "pascalcase@>=0.1.1 <0.2.0",
"_id": "pascalcase@0.1.1",
"_inCache": true,
"_installable": true,
"_location": "/pascalcase",
"_nodeVersion": "5.0.0",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {},
"_requested": {
"name": "pascalcase",
"raw": "pascalcase@^0.1.1",
"rawSpec": "^0.1.1",
"scope": null,
"spec": ">=0.1.1 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/base"
],
"_resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
"_shasum": "b363e55e8006ca6fe21784d2db22bd15d7917f14",
"_shrinkwrap": null,
"_spec": "pascalcase@^0.1.1",
"_where": "/home/bernhard/freifunk-app/node_modules/base",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/pascalcase/issues"
},
"dependencies": {},
"description": "Convert a string to pascal-case.",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"directories": {},
"dist": {
"shasum": "b363e55e8006ca6fe21784d2db22bd15d7917f14",
"tarball": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "c2600f8aa648fe093381a064ba364d99b374911c",
"homepage": "https://github.com/jonschlinkert/pascalcase",
"keywords": [
"camelcase",
"case",
"casing",
"pascal",
"pascal-case",
"pascalcase",
"string"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "pascalcase",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/pascalcase.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"justified",
"pad-left",
"pad-right",
"repeat-string",
"word-wrap"
]
}
},
"version": "0.1.1"
}