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

@@ -1,33 +1,27 @@
{
"_args": [
[
"shellwords@0.1.1",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "shellwords@0.1.1",
"_from": "shellwords@^0.1.1",
"_id": "shellwords@0.1.1",
"_inBundle": false,
"_integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==",
"_location": "/shellwords",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "shellwords@0.1.1",
"raw": "shellwords@^0.1.1",
"name": "shellwords",
"escapedName": "shellwords",
"rawSpec": "0.1.1",
"rawSpec": "^0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
"fetchSpec": "^0.1.1"
},
"_requiredBy": [
"/node-notifier"
],
"_resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "d6b9181c1a48d397324c84871efbcfc73fc0654b",
"_spec": "shellwords@^0.1.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/node-notifier",
"author": {
"name": "Jimmy Cuadra",
"email": "jimmy@jimmycuadra.com",
@@ -36,7 +30,9 @@
"bugs": {
"url": "https://github.com/jimmycuadra/shellwords/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Manipulate strings according to the word parsing rules of the UNIX Bourne shell.",
"devDependencies": {
"jasmine-node": "~1.0.26",