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

34
node_modules/acorn/package.json generated vendored
View File

@@ -1,39 +1,34 @@
{
"_args": [
[
"acorn@5.7.3",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "acorn@5.7.3",
"_id": "acorn@5.7.3",
"_from": "acorn@^5.5.3",
"_id": "acorn@5.7.4",
"_inBundle": false,
"_integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==",
"_integrity": "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==",
"_location": "/acorn",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "acorn@5.7.3",
"raw": "acorn@^5.5.3",
"name": "acorn",
"escapedName": "acorn",
"rawSpec": "5.7.3",
"rawSpec": "^5.5.3",
"saveSpec": null,
"fetchSpec": "5.7.3"
"fetchSpec": "^5.5.3"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
"_spec": "5.7.3",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz",
"_shasum": "3e8d8a9947d0599a1796d10225d7432f4a4acf5e",
"_spec": "acorn@^5.5.3",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/jsdom",
"bin": {
"acorn": "./bin/acorn"
"acorn": "bin/acorn"
},
"bugs": {
"url": "https://github.com/acornjs/acorn/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "List of Acorn contributors. Updated before every release."
@@ -270,6 +265,7 @@
"name": "zsjforcn"
}
],
"deprecated": false,
"description": "ECMAScript parser",
"devDependencies": {
"eslint": "^4.10.0",
@@ -324,5 +320,5 @@
"test": "node test/run.js && node test/lint.js",
"test:test262": "node bin/run_test262.js"
},
"version": "5.7.3"
"version": "5.7.4"
}