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

24
node_modules/source-map/package.json generated vendored
View File

@@ -1,26 +1,19 @@
{
"_args": [
[
"source-map@0.6.1",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "source-map@0.6.1",
"_from": "source-map@^0.6.0",
"_id": "source-map@0.6.1",
"_inBundle": false,
"_integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"_location": "/source-map",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "source-map@0.6.1",
"raw": "source-map@^0.6.0",
"name": "source-map",
"escapedName": "source-map",
"rawSpec": "0.6.1",
"rawSpec": "^0.6.0",
"saveSpec": null,
"fetchSpec": "0.6.1"
"fetchSpec": "^0.6.0"
},
"_requiredBy": [
"/@jest/reporters",
@@ -32,8 +25,9 @@
"/source-map-support"
],
"_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"_spec": "0.6.1",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "74722af32e9614e9c287a8d0bbde48b5e2f1a263",
"_spec": "source-map@^0.6.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@jest/source-map",
"author": {
"name": "Nick Fitzgerald",
"email": "nfitzgerald@mozilla.com"
@@ -41,6 +35,7 @@
"bugs": {
"url": "https://github.com/mozilla/source-map/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Tobias Koppers",
@@ -187,6 +182,7 @@
"email": "nicolas.lalevee@hibnet.org"
}
],
"deprecated": false,
"description": "Generates and consumes source maps",
"devDependencies": {
"doctoc": "^0.15.0",