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

34
node_modules/lodash/package.json generated vendored
View File

@@ -1,37 +1,31 @@
{
"_args": [
[
"lodash@4.17.15",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "lodash@4.17.15",
"_id": "lodash@4.17.15",
"_from": "lodash@^4.17.19",
"_id": "lodash@4.17.20",
"_inBundle": false,
"_integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
"_integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
"_location": "/lodash",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "lodash@4.17.15",
"raw": "lodash@^4.17.19",
"name": "lodash",
"escapedName": "lodash",
"rawSpec": "4.17.15",
"rawSpec": "^4.17.19",
"saveSpec": null,
"fetchSpec": "4.17.15"
"fetchSpec": "^4.17.19"
},
"_requiredBy": [
"/@babel/core",
"/@babel/generator",
"/@babel/helper-module-transforms",
"/@babel/traverse",
"/@babel/types",
"/request-promise-core"
],
"_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"_spec": "4.17.15",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
"_shasum": "b44a9b6297bcb698f1c51a3545a2b3b368d59c52",
"_spec": "lodash@^4.17.19",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@babel/core",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com"
@@ -39,6 +33,7 @@
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John-David Dalton",
@@ -49,6 +44,7 @@
"email": "mathias@qiwi.be"
}
],
"deprecated": false,
"description": "Lodash modular utilities.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -67,5 +63,5 @@
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
},
"version": "4.17.15"
"version": "4.17.20"
}