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/map-cache/package.json generated vendored
View File

@@ -1,34 +1,28 @@
{
"_args": [
[
"map-cache@0.2.2",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "map-cache@0.2.2",
"_from": "map-cache@^0.2.2",
"_id": "map-cache@0.2.2",
"_inBundle": false,
"_integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
"_location": "/map-cache",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "map-cache@0.2.2",
"raw": "map-cache@^0.2.2",
"name": "map-cache",
"escapedName": "map-cache",
"rawSpec": "0.2.2",
"rawSpec": "^0.2.2",
"saveSpec": null,
"fetchSpec": "0.2.2"
"fetchSpec": "^0.2.2"
},
"_requiredBy": [
"/fragment-cache",
"/snapdragon"
],
"_resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
"_spec": "0.2.2",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf",
"_spec": "map-cache@^0.2.2",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/snapdragon",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -36,6 +30,8 @@
"bugs": {
"url": "https://github.com/jonschlinkert/map-cache/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Basic cache object for storing key-value pairs.",
"devDependencies": {
"gulp-format-md": "^0.1.9",