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.
 
 
 
 

118 lines
3.3 KiB

{
"_args": [
[
"istanbul-lib-instrument@^1.10.1",
"/home/bernhard/freifunk-app/node_modules/babel-plugin-istanbul"
]
],
"_from": "istanbul-lib-instrument@>=1.10.1 <2.0.0",
"_id": "istanbul-lib-instrument@1.10.1",
"_inCache": true,
"_installable": true,
"_location": "/istanbul-lib-instrument",
"_nodeVersion": "8.8.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/istanbul-lib-instrument_1.10.1_1520633660547_0.4766695192459016"
},
"_npmUser": {
"email": "ben@npmjs.com",
"name": "bcoe"
},
"_npmVersion": "5.4.2",
"_phantomChildren": {},
"_requested": {
"name": "istanbul-lib-instrument",
"raw": "istanbul-lib-instrument@^1.10.1",
"rawSpec": "^1.10.1",
"scope": null,
"spec": ">=1.10.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/babel-plugin-istanbul",
"/istanbul-api",
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.1.tgz",
"_shasum": "724b4b6caceba8692d3f1f9d0727e279c401af7b",
"_shrinkwrap": null,
"_spec": "istanbul-lib-instrument@^1.10.1",
"_where": "/home/bernhard/freifunk-app/node_modules/babel-plugin-istanbul",
"author": {
"email": "kananthmail-github@yahoo.com",
"name": "Krishnan Anantheswaran"
},
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"dependencies": {
"babel-generator": "^6.18.0",
"babel-template": "^6.16.0",
"babel-traverse": "^6.18.0",
"babel-types": "^6.18.0",
"babylon": "^6.18.0",
"istanbul-lib-coverage": "^1.2.0",
"semver": "^5.3.0"
},
"description": "Core istanbul API for JS code coverage",
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-plugin-istanbul": "^2.0.3",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.16.3",
"chai": "^3.0.0",
"clone": "^2.0.0",
"coveralls": "^2.11.4",
"cross-env": "^2.0.1",
"documentation": "^4.0.0-beta9",
"js-yaml": "^3.3.1",
"jshint": "^2.8.0",
"mocha": "^3.1.2",
"nopt": "^3.0.6"
},
"directories": {},
"dist": {
"fileCount": 10,
"integrity": "sha512-1dYuzkOCbuR5GRJqySuZdsmsNKPL3PTuyPevQfoCXJePT9C8y1ga75neU+Tuy9+yS3G/dgx8wgOmp2KLpgdoeQ==",
"shasum": "724b4b6caceba8692d3f1f9d0727e279c401af7b",
"tarball": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.1.tgz",
"unpackedSize": 57103
},
"files": [
"dist"
],
"homepage": "https://github.com/istanbuljs/istanbuljs",
"keywords": [
"coverage",
"instrumentation",
"istanbul",
"js"
],
"license": "BSD-3-Clause",
"main": "dist/index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "gotwarlost",
"email": "kananthmail-github@yahoo.com"
}
],
"name": "istanbul-lib-instrument",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
},
"scripts": {
"prepublish": "npm run release",
"pretest": "jshint src/ test/",
"release": "babel src --out-dir dist && documentation build -f md -o api.md src",
"test": "mocha --require=babel-register"
},
"version": "1.10.1"
}