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

@@ -1,33 +1,27 @@
{
"_args": [
[
"is-windows@1.0.2",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "is-windows@1.0.2",
"_from": "is-windows@^1.0.2",
"_id": "is-windows@1.0.2",
"_inBundle": false,
"_integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
"_location": "/is-windows",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "is-windows@1.0.2",
"raw": "is-windows@^1.0.2",
"name": "is-windows",
"escapedName": "is-windows",
"rawSpec": "1.0.2",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/nanomatch"
],
"_resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "d1850eb9791ecd18e6182ce12a30f396634bb19d",
"_spec": "is-windows@^1.0.2",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/nanomatch",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -35,6 +29,7 @@
"bugs": {
"url": "https://github.com/jonschlinkert/is-windows/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jon Schlinkert",
@@ -49,6 +44,7 @@
"url": "gucong.co.cc"
}
],
"deprecated": false,
"description": "Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.",
"devDependencies": {
"gulp-format-md": "^1.0.0",