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

@@ -1,40 +1,36 @@
{
"_args": [
[
"js-tokens@4.0.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "js-tokens@4.0.0",
"_from": "js-tokens@^4.0.0",
"_id": "js-tokens@4.0.0",
"_inBundle": false,
"_integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
"_location": "/js-tokens",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "js-tokens@4.0.0",
"raw": "js-tokens@^4.0.0",
"name": "js-tokens",
"escapedName": "js-tokens",
"rawSpec": "4.0.0",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/@babel/highlight",
"/loose-envify"
],
"_resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "19203fb59991df98e3a287050d4647cdeaf32499",
"_spec": "js-tokens@^4.0.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@babel/highlight",
"author": {
"name": "Simon Lydell"
},
"bugs": {
"url": "https://github.com/lydell/js-tokens/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A regex that tokenizes JavaScript.",
"devDependencies": {
"coffeescript": "2.1.1",