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

View File

@@ -1,36 +1,34 @@
{
"_from": "universal-user-agent@^5.0.0",
"_id": "universal-user-agent@5.0.0",
"_from": "universal-user-agent@^6.0.0",
"_id": "universal-user-agent@6.0.0",
"_inBundle": false,
"_integrity": "sha512-B5TPtzZleXyPrUMKCpEHFmVhMN6EhmJYjG5PQna9s7mXeSqGTLap4OpqLl5FCEFUI3UBmllkETwKf/db66Y54Q==",
"_integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==",
"_location": "/universal-user-agent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "universal-user-agent@^5.0.0",
"raw": "universal-user-agent@^6.0.0",
"name": "universal-user-agent",
"escapedName": "universal-user-agent",
"rawSpec": "^5.0.0",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/@octokit/endpoint",
"/@octokit/graphql",
"/@octokit/request"
],
"_resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-5.0.0.tgz",
"_shasum": "a3182aa758069bf0e79952570ca757de3579c1d9",
"_spec": "universal-user-agent@^5.0.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler/node_modules/@octokit/graphql",
"_resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz",
"_shasum": "3381f8503b251c0d9cd21bc1de939ec9df5480ee",
"_spec": "universal-user-agent@^6.0.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@octokit/graphql",
"bugs": {
"url": "https://github.com/gr2m/universal-user-agent/issues"
},
"bundleDependencies": false,
"dependencies": {
"os-name": "^3.1.0"
},
"dependencies": {},
"deprecated": false,
"description": "Get a user agent string in both browser and node",
"devDependencies": {
@@ -40,9 +38,9 @@
"@pika/plugin-ts-standard-pkg": "^0.9.1",
"@types/jest": "^25.1.0",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"semantic-release": "^17.0.0",
"ts-jest": "^25.1.0",
"prettier": "^2.0.0",
"semantic-release": "^17.0.5",
"ts-jest": "^26.0.0",
"typescript": "^3.6.2"
},
"files": [
@@ -63,5 +61,5 @@
"sideEffects": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"version": "5.0.0"
"version": "6.0.0"
}