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.
 
 
 
 

92 lines
2.2 KiB

{
"_args": [
[
"array-slice@^0.2.3",
"/home/bernhard/freifunk-app/node_modules/arr-diff"
]
],
"_from": "array-slice@>=0.2.3 <0.3.0",
"_id": "array-slice@0.2.3",
"_inCache": true,
"_installable": true,
"_location": "/array-slice",
"_nodeVersion": "0.12.0",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"name": "array-slice",
"raw": "array-slice@^0.2.3",
"rawSpec": "^0.2.3",
"scope": null,
"spec": ">=0.2.3 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/arr-diff"
],
"_resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz",
"_shasum": "dd3cfb80ed7973a75117cdac69b0b99ec86186f5",
"_shrinkwrap": null,
"_spec": "array-slice@^0.2.3",
"_where": "/home/bernhard/freifunk-app/node_modules/arr-diff",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/array-slice/issues"
},
"dependencies": {},
"description": "Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.",
"devDependencies": {
"mocha": "*",
"should": "^5.2.0"
},
"directories": {},
"dist": {
"shasum": "dd3cfb80ed7973a75117cdac69b0b99ec86186f5",
"tarball": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "15bcb1d3d2d5689a1f519207cecb3ab3a63b8654",
"homepage": "https://github.com/jonschlinkert/array-slice",
"keywords": [
"array",
"javascript",
"js",
"slice",
"util",
"utils"
],
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/array-slice/blob/master/LICENSE"
},
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "array-slice",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/array-slice.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.2.3"
}