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,40 +1,36 @@
{
"_args": [
[
"source-map-support@0.5.13",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "source-map-support@0.5.13",
"_id": "source-map-support@0.5.13",
"_from": "source-map-support@^0.5.6",
"_id": "source-map-support@0.5.19",
"_inBundle": false,
"_integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
"_integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==",
"_location": "/source-map-support",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "source-map-support@0.5.13",
"raw": "source-map-support@^0.5.6",
"name": "source-map-support",
"escapedName": "source-map-support",
"rawSpec": "0.5.13",
"rawSpec": "^0.5.6",
"saveSpec": null,
"fetchSpec": "0.5.13"
"fetchSpec": "^0.5.6"
},
"_requiredBy": [
"/jest-runner"
],
"_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
"_spec": "0.5.13",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz",
"_shasum": "a98b62f86dcaf4f67399648c085291ab9e8fed61",
"_spec": "source-map-support@^0.5.6",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/jest-runner",
"bugs": {
"url": "https://github.com/evanw/node-source-map-support/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
},
"deprecated": false,
"description": "Fixes stack traces for files with source maps",
"devDependencies": {
"browserify": "^4.2.3",
@@ -57,5 +53,5 @@
"serve-tests": "http-server -p 1336",
"test": "mocha"
},
"version": "0.5.13"
"version": "0.5.19"
}