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

@@ -1,36 +1,32 @@
{
"_args": [
[
"acorn-walk@6.2.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "acorn-walk@6.2.0",
"_from": "acorn-walk@^6.0.1",
"_id": "acorn-walk@6.2.0",
"_inBundle": false,
"_integrity": "sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==",
"_location": "/acorn-walk",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "acorn-walk@6.2.0",
"raw": "acorn-walk@^6.0.1",
"name": "acorn-walk",
"escapedName": "acorn-walk",
"rawSpec": "6.2.0",
"rawSpec": "^6.0.1",
"saveSpec": null,
"fetchSpec": "6.2.0"
"fetchSpec": "^6.0.1"
},
"_requiredBy": [
"/acorn-globals"
],
"_resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.2.0.tgz",
"_spec": "6.2.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c",
"_spec": "acorn-walk@^6.0.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/acorn-globals",
"bugs": {
"url": "https://github.com/acornjs/acorn/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "ECMAScript (ESTree) AST walker",
"engines": {
"node": ">=0.4.0"