mirror of
https://github.com/actions/labeler.git
synced 2025-12-17 23:59:40 +00:00
build
This commit is contained in:
24
node_modules/is-windows/package.json
generated
vendored
24
node_modules/is-windows/package.json
generated
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user