github.com/nektos/act@v0.2.63/pkg/runner/testdata/actions/node12/package-lock.json (about)

     1  {
     2    "name": "node12",
     3    "version": "1.0.0",
     4    "lockfileVersion": 3,
     5    "requires": true,
     6    "packages": {
     7      "": {
     8        "name": "node12",
     9        "version": "1.0.0",
    10        "license": "ISC",
    11        "dependencies": {
    12          "@actions/core": "^1.2.6",
    13          "@actions/github": "^4.0.0"
    14        },
    15        "devDependencies": {
    16          "@vercel/ncc": "^0.24.1"
    17        },
    18        "engines": {
    19          "node": ">=12"
    20        }
    21      },
    22      "node_modules/@actions/core": {
    23        "version": "1.10.0",
    24        "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz",
    25        "integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==",
    26        "dependencies": {
    27          "@actions/http-client": "^2.0.1",
    28          "uuid": "^8.3.2"
    29        }
    30      },
    31      "node_modules/@actions/github": {
    32        "version": "4.0.0",
    33        "resolved": "https://registry.npmjs.org/@actions/github/-/github-4.0.0.tgz",
    34        "integrity": "sha512-Ej/Y2E+VV6sR9X7pWL5F3VgEWrABaT292DRqRU6R4hnQjPtC/zD3nagxVdXWiRQvYDh8kHXo7IDmG42eJ/dOMA==",
    35        "dependencies": {
    36          "@actions/http-client": "^1.0.8",
    37          "@octokit/core": "^3.0.0",
    38          "@octokit/plugin-paginate-rest": "^2.2.3",
    39          "@octokit/plugin-rest-endpoint-methods": "^4.0.0"
    40        }
    41      },
    42      "node_modules/@actions/github/node_modules/@actions/http-client": {
    43        "version": "1.0.11",
    44        "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz",
    45        "integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==",
    46        "dependencies": {
    47          "tunnel": "0.0.6"
    48        }
    49      },
    50      "node_modules/@actions/http-client": {
    51        "version": "2.1.1",
    52        "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.1.1.tgz",
    53        "integrity": "sha512-qhrkRMB40bbbLo7gF+0vu+X+UawOvQQqNAA/5Unx774RS8poaOhThDOG6BGmxvAnxhQnDp2BG/ZUm65xZILTpw==",
    54        "dependencies": {
    55          "tunnel": "^0.0.6"
    56        }
    57      },
    58      "node_modules/@octokit/auth-token": {
    59        "version": "2.5.0",
    60        "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz",
    61        "integrity": "sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==",
    62        "dependencies": {
    63          "@octokit/types": "^6.0.3"
    64        }
    65      },
    66      "node_modules/@octokit/core": {
    67        "version": "3.6.0",
    68        "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.6.0.tgz",
    69        "integrity": "sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==",
    70        "dependencies": {
    71          "@octokit/auth-token": "^2.4.4",
    72          "@octokit/graphql": "^4.5.8",
    73          "@octokit/request": "^5.6.3",
    74          "@octokit/request-error": "^2.0.5",
    75          "@octokit/types": "^6.0.3",
    76          "before-after-hook": "^2.2.0",
    77          "universal-user-agent": "^6.0.0"
    78        }
    79      },
    80      "node_modules/@octokit/endpoint": {
    81        "version": "6.0.12",
    82        "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.12.tgz",
    83        "integrity": "sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==",
    84        "dependencies": {
    85          "@octokit/types": "^6.0.3",
    86          "is-plain-object": "^5.0.0",
    87          "universal-user-agent": "^6.0.0"
    88        }
    89      },
    90      "node_modules/@octokit/graphql": {
    91        "version": "4.8.0",
    92        "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz",
    93        "integrity": "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==",
    94        "dependencies": {
    95          "@octokit/request": "^5.6.0",
    96          "@octokit/types": "^6.0.3",
    97          "universal-user-agent": "^6.0.0"
    98        }
    99      },
   100      "node_modules/@octokit/openapi-types": {
   101        "version": "12.11.0",
   102        "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.11.0.tgz",
   103        "integrity": "sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ=="
   104      },
   105      "node_modules/@octokit/plugin-paginate-rest": {
   106        "version": "2.21.3",
   107        "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.3.tgz",
   108        "integrity": "sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw==",
   109        "dependencies": {
   110          "@octokit/types": "^6.40.0"
   111        },
   112        "peerDependencies": {
   113          "@octokit/core": ">=2"
   114        }
   115      },
   116      "node_modules/@octokit/plugin-rest-endpoint-methods": {
   117        "version": "4.15.1",
   118        "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.15.1.tgz",
   119        "integrity": "sha512-4gQg4ySoW7ktKB0Mf38fHzcSffVZd6mT5deJQtpqkuPuAqzlED5AJTeW8Uk7dPRn7KaOlWcXB0MedTFJU1j4qA==",
   120        "dependencies": {
   121          "@octokit/types": "^6.13.0",
   122          "deprecation": "^2.3.1"
   123        },
   124        "peerDependencies": {
   125          "@octokit/core": ">=3"
   126        }
   127      },
   128      "node_modules/@octokit/request": {
   129        "version": "5.6.3",
   130        "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.6.3.tgz",
   131        "integrity": "sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==",
   132        "dependencies": {
   133          "@octokit/endpoint": "^6.0.1",
   134          "@octokit/request-error": "^2.1.0",
   135          "@octokit/types": "^6.16.1",
   136          "is-plain-object": "^5.0.0",
   137          "node-fetch": "^2.6.7",
   138          "universal-user-agent": "^6.0.0"
   139        }
   140      },
   141      "node_modules/@octokit/request-error": {
   142        "version": "2.1.0",
   143        "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz",
   144        "integrity": "sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==",
   145        "dependencies": {
   146          "@octokit/types": "^6.0.3",
   147          "deprecation": "^2.0.0",
   148          "once": "^1.4.0"
   149        }
   150      },
   151      "node_modules/@octokit/types": {
   152        "version": "6.41.0",
   153        "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.41.0.tgz",
   154        "integrity": "sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==",
   155        "dependencies": {
   156          "@octokit/openapi-types": "^12.11.0"
   157        }
   158      },
   159      "node_modules/@vercel/ncc": {
   160        "version": "0.24.1",
   161        "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.24.1.tgz",
   162        "integrity": "sha512-r9m7brz2hNmq5TF3sxrK4qR/FhXn44XIMglQUir4sT7Sh5GOaYXlMYikHFwJStf8rmQGTlvOoBXt4yHVonRG8A==",
   163        "dev": true,
   164        "bin": {
   165          "ncc": "dist/ncc/cli.js"
   166        }
   167      },
   168      "node_modules/before-after-hook": {
   169        "version": "2.2.3",
   170        "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz",
   171        "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ=="
   172      },
   173      "node_modules/deprecation": {
   174        "version": "2.3.1",
   175        "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz",
   176        "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ=="
   177      },
   178      "node_modules/is-plain-object": {
   179        "version": "5.0.0",
   180        "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
   181        "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
   182        "engines": {
   183          "node": ">=0.10.0"
   184        }
   185      },
   186      "node_modules/node-fetch": {
   187        "version": "2.6.12",
   188        "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
   189        "integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
   190        "dependencies": {
   191          "whatwg-url": "^5.0.0"
   192        },
   193        "engines": {
   194          "node": "4.x || >=6.0.0"
   195        },
   196        "peerDependencies": {
   197          "encoding": "^0.1.0"
   198        },
   199        "peerDependenciesMeta": {
   200          "encoding": {
   201            "optional": true
   202          }
   203        }
   204      },
   205      "node_modules/once": {
   206        "version": "1.4.0",
   207        "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
   208        "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
   209        "dependencies": {
   210          "wrappy": "1"
   211        }
   212      },
   213      "node_modules/tr46": {
   214        "version": "0.0.3",
   215        "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
   216        "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
   217      },
   218      "node_modules/tunnel": {
   219        "version": "0.0.6",
   220        "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
   221        "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
   222        "engines": {
   223          "node": ">=0.6.11 <=0.7.0 || >=0.7.3"
   224        }
   225      },
   226      "node_modules/universal-user-agent": {
   227        "version": "6.0.0",
   228        "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz",
   229        "integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w=="
   230      },
   231      "node_modules/uuid": {
   232        "version": "8.3.2",
   233        "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
   234        "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
   235        "bin": {
   236          "uuid": "dist/bin/uuid"
   237        }
   238      },
   239      "node_modules/webidl-conversions": {
   240        "version": "3.0.1",
   241        "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
   242        "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
   243      },
   244      "node_modules/whatwg-url": {
   245        "version": "5.0.0",
   246        "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
   247        "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
   248        "dependencies": {
   249          "tr46": "~0.0.3",
   250          "webidl-conversions": "^3.0.0"
   251        }
   252      },
   253      "node_modules/wrappy": {
   254        "version": "1.0.2",
   255        "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
   256        "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
   257      }
   258    }
   259  }