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.0 KiB

{
"_args": [
[
"istanbul-lib-coverage@^1.2.0",
"/home/bernhard/freifunk-app/node_modules/istanbul-lib-instrument"
]
],
"_from": "istanbul-lib-coverage@>=1.2.0 <2.0.0",
"_id": "istanbul-lib-coverage@1.2.0",
"_inCache": true,
"_installable": true,
"_location": "/istanbul-lib-coverage",
"_nodeVersion": "8.8.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/istanbul-lib-coverage_1.2.0_1520188975940_0.3040547742493618"
},
"_npmUser": {
"email": "ben@npmjs.com",
"name": "bcoe"
},
"_npmVersion": "5.4.2",
"_phantomChildren": {},
"_requested": {
"name": "istanbul-lib-coverage",
"raw": "istanbul-lib-coverage@^1.2.0",
"rawSpec": "^1.2.0",
"scope": null,
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/istanbul-api",
"/istanbul-api/istanbul-lib-source-maps",
"/istanbul-lib-instrument",
"/istanbul-lib-report",
"/istanbul-lib-source-maps",
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.0.tgz",
"_shasum": "f7d8f2e42b97e37fe796114cb0f9d68b5e3a4341",
"_shrinkwrap": null,
"_spec": "istanbul-lib-coverage@^1.2.0",
"_where": "/home/bernhard/freifunk-app/node_modules/istanbul-lib-instrument",
"author": {
"email": "kananthmail-github@yahoo.com",
"name": "Krishnan Anantheswaran"
},
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"dependencies": {},
"description": "Data library for istanbul coverage objects",
"devDependencies": {
"chai": "^3.0.0",
"jshint": "^2.8.0",
"mocha": "^3.2.0"
},
"directories": {},
"dist": {
"fileCount": 7,
"integrity": "sha512-GvgM/uXRwm+gLlvkWHTjDAvwynZkL9ns15calTrmhGgowlwJBbWMYzWbKqE2DT6JDP1AFXKa+Zi0EkqNCUqY0A==",
"shasum": "f7d8f2e42b97e37fe796114cb0f9d68b5e3a4341",
"tarball": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.0.tgz",
"unpackedSize": 21474
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/istanbuljs/istanbuljs",
"karmaDeps": {
"browserify-istanbul": "^0.2.1",
"karma": "^0.13.10",
"karma-browserify": "^4.2.1",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.4.2",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": "^1.9.17"
},
"keywords": [
"coverage",
"data",
"istanbul"
],
"license": "BSD-3-Clause",
"main": "index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "gotwarlost",
"email": "kananthmail-github@yahoo.com"
}
],
"name": "istanbul-lib-coverage",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
},
"scripts": {
"pretest": "jshint index.js lib/ test/",
"test": "mocha"
},
"version": "1.2.0"
}