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": [
[
"test-exclude@5.2.3",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "test-exclude@5.2.3",
"_from": "test-exclude@^5.2.3",
"_id": "test-exclude@5.2.3",
"_inBundle": false,
"_integrity": "sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==",
"_location": "/test-exclude",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "test-exclude@5.2.3",
"raw": "test-exclude@^5.2.3",
"name": "test-exclude",
"escapedName": "test-exclude",
"rawSpec": "5.2.3",
"rawSpec": "^5.2.3",
"saveSpec": null,
"fetchSpec": "5.2.3"
"fetchSpec": "^5.2.3"
},
"_requiredBy": [
"/babel-plugin-istanbul"
],
"_resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-5.2.3.tgz",
"_spec": "5.2.3",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "c3d3e1e311eb7ee405e092dac10aefd09091eac0",
"_spec": "test-exclude@^5.2.3",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/babel-plugin-istanbul",
"author": {
"name": "Ben Coe",
"email": "ben@npmjs.com"
@@ -35,12 +29,14 @@
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"bundleDependencies": false,
"dependencies": {
"glob": "^7.1.3",
"minimatch": "^3.0.4",
"read-pkg-up": "^4.0.0",
"require-main-filename": "^2.0.0"
},
"deprecated": false,
"description": "test for inclusion or exclusion of paths using pkg-conf and globs",
"engines": {
"node": ">=6"