1
0
mirror of https://github.com/actions/labeler synced 2026-05-10 03:31:02 +02:00
This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"istanbul-reports@2.2.6",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "istanbul-reports@2.2.6",
"_id": "istanbul-reports@2.2.6",
"_from": "istanbul-reports@^2.2.6",
"_id": "istanbul-reports@2.2.7",
"_inBundle": false,
"_integrity": "sha512-SKi4rnMyLBKe0Jy2uUdx28h8oG7ph2PPuQPvIAh31d+Ci+lSiEu4C+h3oBPuJ9+mPKhOyW0M8gY4U5NM1WLeXA==",
"_integrity": "sha512-uu1F/L1o5Y6LzPVSVZXNOoD/KXpJue9aeLRd0sM9uMXfZvzomB0WxVamWb5ue8kA2vVWEmW7EG+A5n3f1kqHKg==",
"_location": "/istanbul-reports",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "istanbul-reports@2.2.6",
"raw": "istanbul-reports@^2.2.6",
"name": "istanbul-reports",
"escapedName": "istanbul-reports",
"rawSpec": "2.2.6",
"rawSpec": "^2.2.6",
"saveSpec": null,
"fetchSpec": "2.2.6"
"fetchSpec": "^2.2.6"
},
"_requiredBy": [
"/@jest/reporters"
],
"_resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.2.6.tgz",
"_spec": "2.2.6",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.2.7.tgz",
"_shasum": "5d939f6237d7b48393cc0959eab40cd4fd056931",
"_spec": "istanbul-reports@^2.2.6",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@jest/reporters",
"author": {
"name": "Krishnan Anantheswaran",
"email": "kananthmail-github@yahoo.com"
@@ -35,9 +29,11 @@
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"bundleDependencies": false,
"dependencies": {
"handlebars": "^4.1.2"
"html-escaper": "^2.0.0"
},
"deprecated": false,
"description": "istanbul reports",
"devDependencies": {
"istanbul-lib-coverage": "^2.0.5",
@@ -50,7 +46,6 @@
"index.js",
"lib"
],
"gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2",
"homepage": "https://istanbul.js.org/",
"keywords": [
"istanbul",
@@ -66,5 +61,5 @@
"scripts": {
"test": "mocha --recursive"
},
"version": "2.2.6"
"version": "2.2.7"
}