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

39
node_modules/js-yaml/package.json generated vendored
View File

@@ -1,33 +1,28 @@
{
"_args": [
[
"js-yaml@3.13.1",
"C:\\Users\\damccorm\\Documents\\labeler"
]
],
"_from": "js-yaml@3.13.1",
"_id": "js-yaml@3.13.1",
"_from": "js-yaml@^3.13.1",
"_id": "js-yaml@3.14.0",
"_inBundle": false,
"_integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==",
"_integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==",
"_location": "/js-yaml",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "js-yaml@3.13.1",
"raw": "js-yaml@^3.13.1",
"name": "js-yaml",
"escapedName": "js-yaml",
"rawSpec": "3.13.1",
"rawSpec": "^3.13.1",
"saveSpec": null,
"fetchSpec": "3.13.1"
"fetchSpec": "^3.13.1"
},
"_requiredBy": [
"/",
"/cosmiconfig"
],
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz",
"_spec": "3.13.1",
"_where": "C:\\Users\\damccorm\\Documents\\labeler",
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz",
"_shasum": "a7a34170f26a21bb162424d8adacb4113a69e482",
"_spec": "js-yaml@^3.13.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler",
"author": {
"name": "Vladimir Zapparov",
"email": "dervus.grim@gmail.com"
@@ -38,6 +33,7 @@
"bugs": {
"url": "https://github.com/nodeca/js-yaml/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Aleksey V Zapparov",
@@ -59,16 +55,17 @@
"argparse": "^1.0.7",
"esprima": "^4.0.0"
},
"deprecated": false,
"description": "YAML 1.2 parser and serializer",
"devDependencies": {
"ansi": "^0.3.1",
"benchmark": "^2.1.4",
"browserify": "^16.2.2",
"codemirror": "^5.13.4",
"eslint": "^4.1.1",
"fast-check": "1.1.3",
"eslint": "^7.0.0",
"fast-check": "^1.24.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mocha": "^7.1.2",
"uglify-js": "^3.0.1"
},
"files": [
@@ -78,6 +75,7 @@
"dist/"
],
"homepage": "https://github.com/nodeca/js-yaml",
"jsdelivr": "dist/js-yaml.min.js",
"keywords": [
"yaml",
"parser",
@@ -93,5 +91,6 @@
"scripts": {
"test": "make test"
},
"version": "3.13.1"
"unpkg": "dist/js-yaml.min.js",
"version": "3.14.0"
}