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

@@ -1,33 +1,27 @@
{
"_args": [
[
"pascalcase@0.1.1",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "pascalcase@0.1.1",
"_from": "pascalcase@^0.1.1",
"_id": "pascalcase@0.1.1",
"_inBundle": false,
"_integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=",
"_location": "/pascalcase",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "pascalcase@0.1.1",
"raw": "pascalcase@^0.1.1",
"name": "pascalcase",
"escapedName": "pascalcase",
"rawSpec": "0.1.1",
"rawSpec": "^0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
"fetchSpec": "^0.1.1"
},
"_requiredBy": [
"/base"
],
"_resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "b363e55e8006ca6fe21784d2db22bd15d7917f14",
"_spec": "pascalcase@^0.1.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/base",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -35,6 +29,8 @@
"bugs": {
"url": "https://github.com/jonschlinkert/pascalcase/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Convert a string to pascal-case.",
"devDependencies": {
"mocha": "*",