initial commit taken from gitlab.lrz.de

This commit is contained in:
privatereese
2018-08-24 18:09:42 +02:00
parent ae54ed4c48
commit fc05486403
28494 changed files with 2159823 additions and 0 deletions

View File

@@ -0,0 +1,109 @@
{
"_args": [
[
"istanbul-lib-source-maps@^1.2.4",
"/home/bernhard/freifunk-app/node_modules/istanbul-api"
]
],
"_from": "istanbul-lib-source-maps@>=1.2.4 <2.0.0",
"_id": "istanbul-lib-source-maps@1.2.5",
"_inCache": true,
"_installable": true,
"_location": "/istanbul-api/istanbul-lib-source-maps",
"_nodeVersion": "10.0.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/istanbul-lib-source-maps_1.2.5_1527727066170_0.975916517099676"
},
"_npmUser": {
"email": "ben@npmjs.com",
"name": "bcoe"
},
"_npmVersion": "6.0.0",
"_phantomChildren": {},
"_requested": {
"name": "istanbul-lib-source-maps",
"raw": "istanbul-lib-source-maps@^1.2.4",
"rawSpec": "^1.2.4",
"scope": null,
"spec": ">=1.2.4 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/istanbul-api"
],
"_resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.5.tgz",
"_shasum": "ffe6be4e7ab86d3603e4290d54990b14506fc9b1",
"_shrinkwrap": null,
"_spec": "istanbul-lib-source-maps@^1.2.4",
"_where": "/home/bernhard/freifunk-app/node_modules/istanbul-api",
"author": {
"email": "kananthmail-github@yahoo.com",
"name": "Krishnan Anantheswaran"
},
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"dependencies": {
"debug": "^3.1.0",
"istanbul-lib-coverage": "^1.2.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.1",
"source-map": "^0.5.3"
},
"description": "Source maps support for istanbul",
"devDependencies": {
"babel-core": "^6.2.1",
"chai": "^3.4.1",
"is-windows": "^1.0.0",
"jshint": "^2.8.0",
"mocha": "^3.2.0",
"ts-node": "^2.0.0"
},
"directories": {},
"dist": {
"fileCount": 10,
"integrity": "sha512-8O2T/3VhrQHn0XcJbP1/GN7kXMiRAlPi+fj3uEHrjBD8Oz7Py0prSC25C09NuAZS6bgW1NNKAvCSHZXB0irSGA==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbD0PaCRA9TVsSAnZWagAA4iUQAIwwteyuw316umqhkum8\nGsEpugxla+WIIVsJeQd8SBw9z5mi+15WP+LYcz/wnF8wVl81PCfTvhxjlS4R\n1le6uvfgLXAuqI/XMvdh8Gxu8f84nCQ1BGiA7329i0/2FVjqaKdPAPOazDFs\nzIv4O/BmIWuXirpBuFraDZHZ5XCS628VdKnAOx65nMSG3iNlqz8qnzVPihIb\nYsS+FTnJ86rSugQUDb6F3gOVBg1c/UNtdEiyGahNvsJYiS8nYB3OfAfrA962\nte5km5Y4YrF7Tiki5R/8QDwfpTzwCJq70PJMR8SVC0bPUc2FMm3/L+4AxwX5\np62WsnE30lheFEG+yT4uAELI0+gaGdMCr41r+O0QcBdgf5/3SY8Yq7klma0m\nDSHIHkjUD9PNdCu7ijroMj4JrBOqH1+m54atfWC/l5qnOE5OdKVBvlejWto2\nCGRo5Oh7lfxnMVZB5RW1xRXKNL+mmKFXoJZPo+XsxMoM5XvEAHaaVhgDiiHu\nWbDSA/Y2eXb7wpofp6G64cVIlqhmNnryDxKXgi0tEpE3Pz5kokurbUBpcu0Y\n6L8lAa4CF9x4Sp5O4Lt0fk8bOX+hivSi+FSiQs3Jmmg8GriTTfwncyP9LQ87\nT3Q67KbdTDPo7Q/DTngJ3c75dUjmnApALuWHYiRq7t/my5JByPTPjGGp3R1L\n4lQ4\r\n=WxwY\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "ffe6be4e7ab86d3603e4290d54990b14506fc9b1",
"tarball": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.5.tgz",
"unpackedSize": 22995
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/istanbuljs/istanbuljs#readme",
"keywords": [
"istanbul",
"maps",
"source",
"sourcemap",
"sourcemaps"
],
"license": "BSD-3-Clause",
"main": "index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "gotwarlost",
"email": "kananthmail-github@yahoo.com"
}
],
"name": "istanbul-lib-source-maps",
"optionalDependencies": {},
"readme": "istanbul-lib-source-maps\n========================\n\n[![Build Status](https://travis-ci.org/istanbuljs/istanbuljs.svg?branch=master)](https://travis-ci.org/istanbuljs/istanbuljs)\n\nSource map support for istanbuljs.\n\n## Debugging\n\n_istanbul-lib-source-maps_ uses the [debug](https://www.npmjs.com/package/debug) module.\nRun your application with the environment variable `DEBUG=istanbuljs`, to receive debug\noutput.\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
},
"scripts": {
"pretest": "jshint index.js lib/ test/",
"test": "mocha"
},
"version": "1.2.5"
}