Last active
February 17, 2025 04:01
-
-
Save dsherret/1d99659bcdc1d1cdb85ef9300ae72851 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// How to generate output: | |
// > git clone https://github.com/DefinitelyTyped/DefinitelyTyped | |
// > cd DefinitelyTyped | |
// > deno run --allow-read <url-to-this-file-goes-here> (click raw in the top right corner for url) | |
import { Path } from "jsr:@david/[email protected]"; | |
const typesDir = new Path("./types"); | |
const entries = typesDir.readDirSync(); | |
for (const entry of entries) { | |
if (!entry.isDirectory) { | |
continue; | |
} | |
const packageName = entry.name; | |
const packageJson = entry.path.join("package.json") | |
.readMaybeJsonSync(); | |
const dependencies = packageJson?.dependencies; | |
if (!dependencies) { | |
continue; | |
} | |
const entries = Object.entries(dependencies) | |
.filter((entry) => !entry[0].startsWith("@types/")); | |
if (entries.length > 0) { | |
console.log(`@types/${packageName}`); | |
for (const [key, value] of entries) { | |
console.log(` ${key}: ${value}`); | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@types/acl | |
mongodb: ^4.5.0 | |
@types/activex-access | |
activex-helpers: * | |
@types/activex-adodb | |
activex-helpers: * | |
@types/activex-adox | |
activex-helpers: * | |
@types/activex-dao | |
activex-helpers: * | |
@types/activex-diskquota | |
activex-helpers: * | |
@types/activex-excel | |
activex-helpers: * | |
@types/activex-faxcomexlib | |
activex-helpers: * | |
@types/activex-infopath | |
activex-helpers: * | |
@types/activex-msforms | |
activex-helpers: * | |
@types/activex-mshtml | |
activex-helpers: * | |
@types/activex-msxml2 | |
activex-helpers: * | |
@types/activex-office | |
activex-helpers: * | |
@types/activex-opendssengine | |
activex-helpers: * | |
@types/activex-outlook | |
activex-helpers: * | |
@types/activex-powerpoint | |
activex-helpers: * | |
@types/activex-scripting | |
activex-helpers: * | |
@types/activex-shdocvw | |
activex-helpers: * | |
@types/activex-shell | |
activex-helpers: * | |
@types/activex-stdole | |
activex-helpers: * | |
@types/activex-vbide | |
activex-helpers: * | |
@types/activex-wia | |
activex-helpers: * | |
@types/activex-word | |
activex-helpers: * | |
@types/adeira__graphql-global-id | |
graphql: ^15.0.0 || ^16.0.0 | |
@types/adeira__graphql-resolve-wrapper | |
graphql: ^15.1.0 | |
@types/adobe__ccweb-add-on-sdk | |
@adobe/ccweb-add-on-sdk-types: ^1.3.0 | |
@types/ajv-async | |
ajv: * | |
@types/ajv-bsontype | |
ajv: * | |
@types/ajv-merge-patch | |
ajv: >=4.1.0 | |
@types/ajv-pack | |
ajv: ^5.0.0 | |
@types/alks-node | |
moment: >=2.15.2 | |
@types/angular-bootstrap-calendar | |
moment: >=2.14.0 | |
@types/angular-localforage | |
localforage: ^1.5.0 | |
@types/apicalypse | |
axios: ^0.19.0 | |
@types/apollo-upload-client | |
@apollo/client: ^3.8.0 | |
graphql: 14 - 16 | |
@types/architect__functions | |
aws-sdk: ^2.820.0 | |
@types/arconnect | |
arweave: ^1.10.13 | |
@types/artillery | |
got: ^11.8.5 | |
@types/assets-webpack-plugin | |
tapable: ^2.2.1 | |
webpack: ^5 | |
@types/avocat | |
@hapi/boom: ^9.1.1 | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/aws-iot-device-sdk | |
mqtt: ^4.2.8 | |
@types/aws-lambda-fastify | |
fastify: ^3.14.2 | |
@types/aws-synthetics-puppeteer | |
puppeteer-core: 22.12.1 | |
aws-xray-sdk-core: =3.3.1 | |
@types/axe-webdriverjs | |
axe-core: ^3.0.3 | |
@types/axios-cancel | |
axios: 0.15.2 | |
@types/axios-concurrency | |
axios: * | |
@types/axios-curlirize | |
axios: >=0.19.0 | |
@types/axios-token-interceptor | |
axios: * | |
@types/azure-function-log-intercept | |
@azure/functions: ^1.2 | |
@types/babel-plugin-glaze | |
glaze: >=0.5.1 | |
treat: ^1.2.4 | |
@types/babel-plugin-react-html-attrs | |
csstype: ^3.0.2 | |
@types/babel__core | |
@babel/parser: ^7.20.7 | |
@babel/types: ^7.20.7 | |
@types/babel__generator | |
@babel/types: ^7.0.0 | |
@types/babel__template | |
@babel/parser: ^7.1.0 | |
@babel/types: ^7.0.0 | |
@types/babel__traverse | |
@babel/types: ^7.20.7 | |
@types/bigbite__wp-cypress | |
cypress: ^12.3.0 | |
@types/bitcoin-computer__lib | |
@bitcoin-computer/nakamotojs: ^0.17.2-beta.0 | |
@types/bootstrap | |
@popperjs/core: ^2.9.2 | |
@types/bootstrap.v3.datetimepicker | |
moment: >=2.14.0 | |
@types/broccoli-funnel | |
broccoli-node-api: ^1.7.0 | |
broccoli-plugin: ^4.0.7 | |
@types/broccoli-merge-trees | |
broccoli-node-api: ^1.7.0 | |
broccoli-plugin: ^4.0.7 | |
@types/browser-sync | |
chokidar: ^3.0.0 | |
@types/bs58 | |
base-x: ^3.0.6 | |
@types/buble | |
magic-string: ^0.25.0 | |
@types/bull-arena | |
bull: ^4.10.0 | |
@types/bun | |
bun-types: 1.1.29 | |
@types/bunyan-winston-adapter | |
winston: ^3.0.0 | |
@types/business-rules-engine | |
moment: >=2.14.0 | |
@types/carbon-components-react | |
flatpickr: 4.6.9 | |
@types/cassandra-store | |
cassandra-driver: ^4.3.0 | |
@types/cassanknex | |
cassandra-driver: ^4.2.0 | |
long: ^5.2.3 | |
@types/cerner__terra-functional-testing | |
axe-core: 4.0.2 | |
@types/chalk-pipe | |
chalk: ^2.4.1 | |
@types/chart.js | |
moment: ^2.10.2 | |
@types/chartjs-plugin-annotation | |
moment: ^2.10.2 | |
@types/chartjs-plugin-doughnutlabel-rebourne | |
chart.js: ^3.0.0-beta | |
@types/chartjs-plugin-trendline | |
chart.js: ^3.7.1 | |
@types/chenfengyuan__vue-qrcode | |
vue: ^2.0.0 | |
@types/chrome-remote-interface | |
devtools-protocol: 0.0.927104 | |
@types/circular-dependency-plugin | |
webpack: ^5.1.0 | |
@types/clean-css | |
source-map: ^0.6.0 | |
@types/clndr | |
moment: >=2.8.3 | |
@types/clownface | |
@rdfjs/types: >=1.0.0 | |
@types/colorguard | |
postcss: ^5.0.4 | |
@types/commander-remaining-args | |
commander: ^4.0.1 | |
@types/connect-datadog | |
hot-shots: ^6.3.0 | |
@types/connect-mongodb-session | |
mongodb: ^4.5.0 | |
@types/connect-redis | |
ioredis: ^5.3.0 | |
@types/contract-proxy-kit | |
ethers: ^4.0.43 | |
@types/cookieconsent | |
csstype: ^3.0.2 | |
@types/core-util-is | |
buffer: * | |
@types/cote | |
eventemitter2: ^4.1.0 | |
@types/craco__craco | |
@jest/types: ^27.4.2 | |
@types/crumb | |
joi: ^17.3.0 | |
@types/css-declaration-sorter | |
postcss: ^8.0.9 | |
@types/css-modules-loader-core | |
postcss: 7.x.x | |
@types/cxs | |
csstype: ^3.0.2 | |
@types/cypress-cdp | |
cypress: 9.7.0 | |
devtools-protocol: 0.0.1173815 | |
@types/cypress-dark | |
cypress: 8.5.0 | |
@types/cypress-dotenv | |
dotenv: ^8.2.0 | |
@types/cypress__code-coverage | |
cypress: * | |
@types/cytoscape-popper | |
@popperjs/core: ^2.0.0 | |
@types/d3-3d | |
csstype: * | |
@types/datadog-tracer | |
opentracing: ^0.14.1 | |
@types/datadog-winston | |
logform: ^1.4.0 | |
winston-transport: ^4.3.0 | |
@types/daterangepicker | |
moment: >=2.14.0 | |
@types/dayjs-precise-range | |
dayjs: ^1.10.4 | |
@types/dayjs-recur | |
dayjs: ^1.10.4 | |
@types/detective | |
acorn: ^7.0.0 | |
@types/dexie-batch | |
dexie: latest | |
@types/dingtalk-robot-sender | |
axios: ^0.16.1 | |
@types/dotenv-defaults | |
dotenv: ^8.2.0 | |
@types/dotenv-safe | |
dotenv: ^8.2.0 | |
@types/dotenv-webpack | |
tapable: ^2.2.0 | |
webpack: ^5 | |
@types/draft-js | |
immutable: ~3.7.4 | |
@types/dts-generator | |
typescript: * | |
@types/dynamodb | |
joi: ^17.9.2 | |
@types/dynogels | |
joi: ^17.3.0 | |
@types/easy-soap-request | |
axios: ^1.6.7 | |
@types/ed2curve | |
tweetnacl: ^1.0.0 | |
@types/edx__new-relic-source-map-webpack-plugin | |
tapable: ^2.2.1 | |
webpack: ^5.50.0 | |
@types/electron-localshortcut | |
electron: * | |
@types/electron-positioner | |
electron: ^15.3.1 | |
@types/electron-progressbar | |
electron: ^10.1.4 | |
@types/electron-prompt | |
electron: latest | |
@types/electron-spellchecker | |
electron: >=1.6.10 | |
@types/email-templates | |
juice: ^8.0.0 | |
@types/ember__application | |
@glimmer/component: ^1.1.0 | |
@types/ember__helper | |
@glimmer/manager: >= 0.83.0 | |
@glimmer/runtime: >= 0.83.0 | |
@types/entropy__winston-elasticsearch-apm | |
elastic-apm-node: ^3.8.0 | |
logform: ^2.2.0 | |
winston-transport: ^4.4.0 | |
@types/envhandlebars | |
handlebars: ^4.7.6 | |
@types/enzyme-react-intl | |
react-intl: ^3 | |
@types/eonasdan-bootstrap-datetimepicker | |
moment: >=2.14.0 | |
@types/eris-sharder | |
eris: ^0.15.1 | |
@types/espree | |
acorn: ^8.12.0 | |
eslint-visitor-keys: ^4.0.0 | |
@types/ethereum-protocol | |
bignumber.js: 7.2.1 | |
@types/exaroton | |
got: ^11.8.2 | |
@types/express-multipart-file-parser | |
raw-body: ^2.3.2 | |
@types/express-mysql-session | |
mysql2: 3.9.8 | |
@types/filestack-react | |
filestack-js: ^3.20.0 | |
@types/final-form-focus | |
final-form: 4.x.x | |
@types/final-form-set-field-data | |
final-form: 4.x.x | |
@types/final-form-set-field-touched | |
final-form: 4.x.x | |
@types/fluent-react | |
csstype: ^3.0.2 | |
@types/flutterwave-node | |
axios: ^0.21.0 | |
@types/fluxxor | |
eventemitter3: ^2.0.3 | |
@types/forest-express-mongoose | |
mongoose: ^6.3.0 | |
@types/frisby | |
joi: ^17.3.0 | |
@types/fs-minipass | |
minipass: ^3.3.5 | |
@types/gapi.client.abusiveexperiencereport-v1 | |
@maxim_mazurok/gapi.client.abusiveexperiencereport-v1: latest | |
@types/gapi.client.acceleratedmobilepageurl-v1 | |
@maxim_mazurok/gapi.client.acceleratedmobilepageurl-v1: latest | |
@types/gapi.client.accessapproval-v1 | |
@maxim_mazurok/gapi.client.accessapproval-v1: latest | |
@types/gapi.client.accesscontextmanager-v1 | |
@maxim_mazurok/gapi.client.accesscontextmanager-v1: latest | |
@types/gapi.client.acmedns-v1 | |
@maxim_mazurok/gapi.client.acmedns-v1: latest | |
@types/gapi.client.addressvalidation-v1 | |
@maxim_mazurok/gapi.client.addressvalidation-v1: latest | |
@types/gapi.client.adexchangebuyer2-v2beta1 | |
@maxim_mazurok/gapi.client.adexchangebuyer2-v2beta1: latest | |
@types/gapi.client.adexperiencereport-v1 | |
@maxim_mazurok/gapi.client.adexperiencereport-v1: latest | |
@types/gapi.client.admin-datatransfer_v1 | |
@maxim_mazurok/gapi.client.admin-datatransfer_v1: latest | |
@types/gapi.client.admin-directory_v1 | |
@maxim_mazurok/gapi.client.admin-directory_v1: latest | |
@types/gapi.client.admin-reports_v1 | |
@maxim_mazurok/gapi.client.admin-reports_v1: latest | |
@types/gapi.client.admob-v1 | |
@maxim_mazurok/gapi.client.admob-v1: latest | |
@types/gapi.client.admob-v1beta | |
@maxim_mazurok/gapi.client.admob-v1beta: latest | |
@types/gapi.client.adsense-v2 | |
@maxim_mazurok/gapi.client.adsense-v2: latest | |
@types/gapi.client.adsensehost-v4.1 | |
@maxim_mazurok/gapi.client.adsensehost-v4.1: latest | |
@types/gapi.client.advisorynotifications-v1 | |
@maxim_mazurok/gapi.client.advisorynotifications-v1: latest | |
@types/gapi.client.aiplatform-v1 | |
@maxim_mazurok/gapi.client.aiplatform-v1: latest | |
@types/gapi.client.aiplatform-v1beta1 | |
@maxim_mazurok/gapi.client.aiplatform-v1beta1: latest | |
@types/gapi.client.airquality-v1 | |
@maxim_mazurok/gapi.client.airquality-v1: latest | |
@types/gapi.client.alertcenter-v1beta1 | |
@maxim_mazurok/gapi.client.alertcenter-v1beta1: latest | |
@types/gapi.client.alloydb-v1 | |
@maxim_mazurok/gapi.client.alloydb-v1: latest | |
@types/gapi.client.alloydb-v1alpha | |
@maxim_mazurok/gapi.client.alloydb-v1alpha: latest | |
@types/gapi.client.alloydb-v1beta | |
@maxim_mazurok/gapi.client.alloydb-v1beta: latest | |
@types/gapi.client.analytics-v3 | |
@maxim_mazurok/gapi.client.analytics-v3: latest | |
@types/gapi.client.analyticsadmin-v1alpha | |
@maxim_mazurok/gapi.client.analyticsadmin-v1alpha: latest | |
@types/gapi.client.analyticsadmin-v1beta | |
@maxim_mazurok/gapi.client.analyticsadmin-v1beta: latest | |
@types/gapi.client.analyticsdata-v1beta | |
@maxim_mazurok/gapi.client.analyticsdata-v1beta: latest | |
@types/gapi.client.analyticshub-v1 | |
@maxim_mazurok/gapi.client.analyticshub-v1: latest | |
@types/gapi.client.analyticshub-v1beta1 | |
@maxim_mazurok/gapi.client.analyticshub-v1beta1: latest | |
@types/gapi.client.analyticsreporting-v4 | |
@maxim_mazurok/gapi.client.analyticsreporting-v4: latest | |
@types/gapi.client.androiddeviceprovisioning-v1 | |
@maxim_mazurok/gapi.client.androiddeviceprovisioning-v1: latest | |
@types/gapi.client.androidenterprise-v1 | |
@maxim_mazurok/gapi.client.androidenterprise-v1: latest | |
@types/gapi.client.androidmanagement-v1 | |
@maxim_mazurok/gapi.client.androidmanagement-v1: latest | |
@types/gapi.client.androidpublisher-v3 | |
@maxim_mazurok/gapi.client.androidpublisher-v3: latest | |
@types/gapi.client.apigateway-v1 | |
@maxim_mazurok/gapi.client.apigateway-v1: latest | |
@types/gapi.client.apigateway-v1beta | |
@maxim_mazurok/gapi.client.apigateway-v1beta: latest | |
@types/gapi.client.apigeeregistry-v1 | |
@maxim_mazurok/gapi.client.apigeeregistry-v1: latest | |
@types/gapi.client.apikeys-v2 | |
@maxim_mazurok/gapi.client.apikeys-v2: latest | |
@types/gapi.client.apim-v1alpha | |
@maxim_mazurok/gapi.client.apim-v1alpha: latest | |
@types/gapi.client.appengine-v1 | |
@maxim_mazurok/gapi.client.appengine-v1: latest | |
@types/gapi.client.appengine-v1alpha | |
@maxim_mazurok/gapi.client.appengine-v1alpha: latest | |
@types/gapi.client.appengine-v1beta | |
@maxim_mazurok/gapi.client.appengine-v1beta: latest | |
@types/gapi.client.apphub-v1 | |
@maxim_mazurok/gapi.client.apphub-v1: latest | |
@types/gapi.client.apphub-v1alpha | |
@maxim_mazurok/gapi.client.apphub-v1alpha: latest | |
@types/gapi.client.area120tables-v1alpha1 | |
@maxim_mazurok/gapi.client.area120tables-v1alpha1: latest | |
@types/gapi.client.artifactregistry-v1 | |
@maxim_mazurok/gapi.client.artifactregistry-v1: latest | |
@types/gapi.client.artifactregistry-v1beta1 | |
@maxim_mazurok/gapi.client.artifactregistry-v1beta1: latest | |
@types/gapi.client.artifactregistry-v1beta2 | |
@maxim_mazurok/gapi.client.artifactregistry-v1beta2: latest | |
@types/gapi.client.assuredworkloads-v1 | |
@maxim_mazurok/gapi.client.assuredworkloads-v1: latest | |
@types/gapi.client.assuredworkloads-v1beta1 | |
@maxim_mazurok/gapi.client.assuredworkloads-v1beta1: latest | |
@types/gapi.client.authorizedbuyersmarketplace-v1 | |
@maxim_mazurok/gapi.client.authorizedbuyersmarketplace-v1: latest | |
@types/gapi.client.backupdr-v1 | |
@maxim_mazurok/gapi.client.backupdr-v1: latest | |
@types/gapi.client.baremetalsolution-v2 | |
@maxim_mazurok/gapi.client.baremetalsolution-v2: latest | |
@types/gapi.client.batch-v1 | |
@maxim_mazurok/gapi.client.batch-v1: latest | |
@types/gapi.client.beyondcorp-v1 | |
@maxim_mazurok/gapi.client.beyondcorp-v1: latest | |
@types/gapi.client.beyondcorp-v1alpha | |
@maxim_mazurok/gapi.client.beyondcorp-v1alpha: latest | |
@types/gapi.client.biglake-v1 | |
@maxim_mazurok/gapi.client.biglake-v1: latest | |
@types/gapi.client.bigquery-v2 | |
@maxim_mazurok/gapi.client.bigquery-v2: latest | |
@types/gapi.client.bigqueryconnection-v1 | |
@maxim_mazurok/gapi.client.bigqueryconnection-v1: latest | |
@types/gapi.client.bigqueryconnection-v1beta1 | |
@maxim_mazurok/gapi.client.bigqueryconnection-v1beta1: latest | |
@types/gapi.client.bigquerydatapolicy-v1 | |
@maxim_mazurok/gapi.client.bigquerydatapolicy-v1: latest | |
@types/gapi.client.bigquerydatatransfer-v1 | |
@maxim_mazurok/gapi.client.bigquerydatatransfer-v1: latest | |
@types/gapi.client.bigqueryreservation-v1 | |
@maxim_mazurok/gapi.client.bigqueryreservation-v1: latest | |
@types/gapi.client.bigtableadmin-v2 | |
@maxim_mazurok/gapi.client.bigtableadmin-v2: latest | |
@types/gapi.client.billingbudgets-v1 | |
@maxim_mazurok/gapi.client.billingbudgets-v1: latest | |
@types/gapi.client.billingbudgets-v1beta1 | |
@maxim_mazurok/gapi.client.billingbudgets-v1beta1: latest | |
@types/gapi.client.binaryauthorization-v1 | |
@maxim_mazurok/gapi.client.binaryauthorization-v1: latest | |
@types/gapi.client.binaryauthorization-v1beta1 | |
@maxim_mazurok/gapi.client.binaryauthorization-v1beta1: latest | |
@types/gapi.client.blockchainnodeengine-v1 | |
@maxim_mazurok/gapi.client.blockchainnodeengine-v1: latest | |
@types/gapi.client.blogger-v2 | |
@maxim_mazurok/gapi.client.blogger-v2: latest | |
@types/gapi.client.blogger-v3 | |
@maxim_mazurok/gapi.client.blogger-v3: latest | |
@types/gapi.client.books-v1 | |
@maxim_mazurok/gapi.client.books-v1: latest | |
@types/gapi.client.businessprofileperformance-v1 | |
@maxim_mazurok/gapi.client.businessprofileperformance-v1: latest | |
@types/gapi.client.calendar-v3 | |
@maxim_mazurok/gapi.client.calendar-v3: latest | |
@types/gapi.client.certificatemanager-v1 | |
@maxim_mazurok/gapi.client.certificatemanager-v1: latest | |
@types/gapi.client.chat-v1 | |
@maxim_mazurok/gapi.client.chat-v1: latest | |
@types/gapi.client.checks-v1alpha | |
@maxim_mazurok/gapi.client.checks-v1alpha: latest | |
@types/gapi.client.chromemanagement-v1 | |
@maxim_mazurok/gapi.client.chromemanagement-v1: latest | |
@types/gapi.client.chromepolicy-v1 | |
@maxim_mazurok/gapi.client.chromepolicy-v1: latest | |
@types/gapi.client.chromeuxreport-v1 | |
@maxim_mazurok/gapi.client.chromeuxreport-v1: latest | |
@types/gapi.client.civicinfo-v2 | |
@maxim_mazurok/gapi.client.civicinfo-v2: latest | |
@types/gapi.client.classroom-v1 | |
@maxim_mazurok/gapi.client.classroom-v1: latest | |
@types/gapi.client.cloudasset-v1 | |
@maxim_mazurok/gapi.client.cloudasset-v1: latest | |
@types/gapi.client.cloudasset-v1beta1 | |
@maxim_mazurok/gapi.client.cloudasset-v1beta1: latest | |
@types/gapi.client.cloudasset-v1p1beta1 | |
@maxim_mazurok/gapi.client.cloudasset-v1p1beta1: latest | |
@types/gapi.client.cloudasset-v1p5beta1 | |
@maxim_mazurok/gapi.client.cloudasset-v1p5beta1: latest | |
@types/gapi.client.cloudasset-v1p7beta1 | |
@maxim_mazurok/gapi.client.cloudasset-v1p7beta1: latest | |
@types/gapi.client.cloudbilling-v1 | |
@maxim_mazurok/gapi.client.cloudbilling-v1: latest | |
@types/gapi.client.cloudbilling-v1beta | |
@maxim_mazurok/gapi.client.cloudbilling-v1beta: latest | |
@types/gapi.client.cloudbuild-v1 | |
@maxim_mazurok/gapi.client.cloudbuild-v1: latest | |
@types/gapi.client.cloudbuild-v2 | |
@maxim_mazurok/gapi.client.cloudbuild-v2: latest | |
@types/gapi.client.cloudchannel-v1 | |
@maxim_mazurok/gapi.client.cloudchannel-v1: latest | |
@types/gapi.client.cloudcontrolspartner-v1 | |
@maxim_mazurok/gapi.client.cloudcontrolspartner-v1: latest | |
@types/gapi.client.cloudcontrolspartner-v1beta | |
@maxim_mazurok/gapi.client.cloudcontrolspartner-v1beta: latest | |
@types/gapi.client.clouddeploy-v1 | |
@maxim_mazurok/gapi.client.clouddeploy-v1: latest | |
@types/gapi.client.clouderrorreporting-v1beta1 | |
@maxim_mazurok/gapi.client.clouderrorreporting-v1beta1: latest | |
@types/gapi.client.cloudfunctions-v1 | |
@maxim_mazurok/gapi.client.cloudfunctions-v1: latest | |
@types/gapi.client.cloudfunctions-v2 | |
@maxim_mazurok/gapi.client.cloudfunctions-v2: latest | |
@types/gapi.client.cloudfunctions-v2alpha | |
@maxim_mazurok/gapi.client.cloudfunctions-v2alpha: latest | |
@types/gapi.client.cloudfunctions-v2beta | |
@maxim_mazurok/gapi.client.cloudfunctions-v2beta: latest | |
@types/gapi.client.cloudidentity-v1 | |
@maxim_mazurok/gapi.client.cloudidentity-v1: latest | |
@types/gapi.client.cloudidentity-v1beta1 | |
@maxim_mazurok/gapi.client.cloudidentity-v1beta1: latest | |
@types/gapi.client.cloudkms-v1 | |
@maxim_mazurok/gapi.client.cloudkms-v1: latest | |
@types/gapi.client.cloudprofiler-v2 | |
@maxim_mazurok/gapi.client.cloudprofiler-v2: latest | |
@types/gapi.client.cloudresourcemanager-v1 | |
@maxim_mazurok/gapi.client.cloudresourcemanager-v1: latest | |
@types/gapi.client.cloudresourcemanager-v1beta1 | |
@maxim_mazurok/gapi.client.cloudresourcemanager-v1beta1: latest | |
@types/gapi.client.cloudresourcemanager-v2 | |
@maxim_mazurok/gapi.client.cloudresourcemanager-v2: latest | |
@types/gapi.client.cloudresourcemanager-v2beta1 | |
@maxim_mazurok/gapi.client.cloudresourcemanager-v2beta1: latest | |
@types/gapi.client.cloudresourcemanager-v3 | |
@maxim_mazurok/gapi.client.cloudresourcemanager-v3: latest | |
@types/gapi.client.cloudscheduler-v1 | |
@maxim_mazurok/gapi.client.cloudscheduler-v1: latest | |
@types/gapi.client.cloudscheduler-v1beta1 | |
@maxim_mazurok/gapi.client.cloudscheduler-v1beta1: latest | |
@types/gapi.client.cloudsearch-v1 | |
@maxim_mazurok/gapi.client.cloudsearch-v1: latest | |
@types/gapi.client.cloudshell-v1 | |
@maxim_mazurok/gapi.client.cloudshell-v1: latest | |
@types/gapi.client.cloudsupport-v2 | |
@maxim_mazurok/gapi.client.cloudsupport-v2: latest | |
@types/gapi.client.cloudsupport-v2beta | |
@maxim_mazurok/gapi.client.cloudsupport-v2beta: latest | |
@types/gapi.client.cloudtasks-v2 | |
@maxim_mazurok/gapi.client.cloudtasks-v2: latest | |
@types/gapi.client.cloudtasks-v2beta2 | |
@maxim_mazurok/gapi.client.cloudtasks-v2beta2: latest | |
@types/gapi.client.cloudtasks-v2beta3 | |
@maxim_mazurok/gapi.client.cloudtasks-v2beta3: latest | |
@types/gapi.client.cloudtrace-v1 | |
@maxim_mazurok/gapi.client.cloudtrace-v1: latest | |
@types/gapi.client.cloudtrace-v2 | |
@maxim_mazurok/gapi.client.cloudtrace-v2: latest | |
@types/gapi.client.cloudtrace-v2beta1 | |
@maxim_mazurok/gapi.client.cloudtrace-v2beta1: latest | |
@types/gapi.client.composer-v1 | |
@maxim_mazurok/gapi.client.composer-v1: latest | |
@types/gapi.client.composer-v1beta1 | |
@maxim_mazurok/gapi.client.composer-v1beta1: latest | |
@types/gapi.client.compute-alpha | |
@maxim_mazurok/gapi.client.compute-alpha: latest | |
@types/gapi.client.compute-beta | |
@maxim_mazurok/gapi.client.compute-beta: latest | |
@types/gapi.client.compute-v1 | |
@maxim_mazurok/gapi.client.compute-v1: latest | |
@types/gapi.client.config-v1 | |
@maxim_mazurok/gapi.client.config-v1: latest | |
@types/gapi.client.connectors-v1 | |
@maxim_mazurok/gapi.client.connectors-v1: latest | |
@types/gapi.client.connectors-v2 | |
@maxim_mazurok/gapi.client.connectors-v2: latest | |
@types/gapi.client.contactcenteraiplatform-v1alpha1 | |
@maxim_mazurok/gapi.client.contactcenteraiplatform-v1alpha1: latest | |
@types/gapi.client.contactcenterinsights-v1 | |
@maxim_mazurok/gapi.client.contactcenterinsights-v1: latest | |
@types/gapi.client.container-v1 | |
@maxim_mazurok/gapi.client.container-v1: latest | |
@types/gapi.client.container-v1beta1 | |
@maxim_mazurok/gapi.client.container-v1beta1: latest | |
@types/gapi.client.containeranalysis-v1 | |
@maxim_mazurok/gapi.client.containeranalysis-v1: latest | |
@types/gapi.client.containeranalysis-v1alpha1 | |
@maxim_mazurok/gapi.client.containeranalysis-v1alpha1: latest | |
@types/gapi.client.containeranalysis-v1beta1 | |
@maxim_mazurok/gapi.client.containeranalysis-v1beta1: latest | |
@types/gapi.client.content-v2.1 | |
@maxim_mazurok/gapi.client.content-v2.1: latest | |
@types/gapi.client.contentwarehouse-v1 | |
@maxim_mazurok/gapi.client.contentwarehouse-v1: latest | |
@types/gapi.client.customsearch-v1 | |
@maxim_mazurok/gapi.client.customsearch-v1: latest | |
@types/gapi.client.datacatalog-v1 | |
@maxim_mazurok/gapi.client.datacatalog-v1: latest | |
@types/gapi.client.datacatalog-v1beta1 | |
@maxim_mazurok/gapi.client.datacatalog-v1beta1: latest | |
@types/gapi.client.dataflow-v1b3 | |
@maxim_mazurok/gapi.client.dataflow-v1b3: latest | |
@types/gapi.client.dataform-v1beta1 | |
@maxim_mazurok/gapi.client.dataform-v1beta1: latest | |
@types/gapi.client.datafusion-v1 | |
@maxim_mazurok/gapi.client.datafusion-v1: latest | |
@types/gapi.client.datafusion-v1beta1 | |
@maxim_mazurok/gapi.client.datafusion-v1beta1: latest | |
@types/gapi.client.datalabeling-v1beta1 | |
@maxim_mazurok/gapi.client.datalabeling-v1beta1: latest | |
@types/gapi.client.datalineage-v1 | |
@maxim_mazurok/gapi.client.datalineage-v1: latest | |
@types/gapi.client.datamigration-v1 | |
@maxim_mazurok/gapi.client.datamigration-v1: latest | |
@types/gapi.client.datamigration-v1beta1 | |
@maxim_mazurok/gapi.client.datamigration-v1beta1: latest | |
@types/gapi.client.datapipelines-v1 | |
@maxim_mazurok/gapi.client.datapipelines-v1: latest | |
@types/gapi.client.dataplex-v1 | |
@maxim_mazurok/gapi.client.dataplex-v1: latest | |
@types/gapi.client.dataportability-v1 | |
@maxim_mazurok/gapi.client.dataportability-v1: latest | |
@types/gapi.client.dataportability-v1beta | |
@maxim_mazurok/gapi.client.dataportability-v1beta: latest | |
@types/gapi.client.dataproc-v1 | |
@maxim_mazurok/gapi.client.dataproc-v1: latest | |
@types/gapi.client.datastore-v1 | |
@maxim_mazurok/gapi.client.datastore-v1: latest | |
@types/gapi.client.datastore-v1beta1 | |
@maxim_mazurok/gapi.client.datastore-v1beta1: latest | |
@types/gapi.client.datastore-v1beta3 | |
@maxim_mazurok/gapi.client.datastore-v1beta3: latest | |
@types/gapi.client.datastream-v1 | |
@maxim_mazurok/gapi.client.datastream-v1: latest | |
@types/gapi.client.datastream-v1alpha1 | |
@maxim_mazurok/gapi.client.datastream-v1alpha1: latest | |
@types/gapi.client.deploymentmanager-alpha | |
@maxim_mazurok/gapi.client.deploymentmanager-alpha: latest | |
@types/gapi.client.deploymentmanager-v2 | |
@maxim_mazurok/gapi.client.deploymentmanager-v2: latest | |
@types/gapi.client.deploymentmanager-v2beta | |
@maxim_mazurok/gapi.client.deploymentmanager-v2beta: latest | |
@types/gapi.client.developerconnect-v1 | |
@maxim_mazurok/gapi.client.developerconnect-v1: latest | |
@types/gapi.client.dfareporting-v3.5 | |
@maxim_mazurok/gapi.client.dfareporting-v3.5: latest | |
@types/gapi.client.dfareporting-v4 | |
@maxim_mazurok/gapi.client.dfareporting-v4: latest | |
@types/gapi.client.dialogflow-v2 | |
@maxim_mazurok/gapi.client.dialogflow-v2: latest | |
@types/gapi.client.dialogflow-v2beta1 | |
@maxim_mazurok/gapi.client.dialogflow-v2beta1: latest | |
@types/gapi.client.dialogflow-v3 | |
@maxim_mazurok/gapi.client.dialogflow-v3: latest | |
@types/gapi.client.dialogflow-v3beta1 | |
@maxim_mazurok/gapi.client.dialogflow-v3beta1: latest | |
@types/gapi.client.digitalassetlinks-v1 | |
@maxim_mazurok/gapi.client.digitalassetlinks-v1: latest | |
@types/gapi.client.discovery-v1 | |
@maxim_mazurok/gapi.client.discovery-v1: latest | |
@types/gapi.client.discoveryengine-v1 | |
@maxim_mazurok/gapi.client.discoveryengine-v1: latest | |
@types/gapi.client.discoveryengine-v1alpha | |
@maxim_mazurok/gapi.client.discoveryengine-v1alpha: latest | |
@types/gapi.client.discoveryengine-v1beta | |
@maxim_mazurok/gapi.client.discoveryengine-v1beta: latest | |
@types/gapi.client.displayvideo-v2 | |
@maxim_mazurok/gapi.client.displayvideo-v2: latest | |
@types/gapi.client.displayvideo-v3 | |
@maxim_mazurok/gapi.client.displayvideo-v3: latest | |
@types/gapi.client.dlp-v2 | |
@maxim_mazurok/gapi.client.dlp-v2: latest | |
@types/gapi.client.dns-v1 | |
@maxim_mazurok/gapi.client.dns-v1: latest | |
@types/gapi.client.dns-v1beta2 | |
@maxim_mazurok/gapi.client.dns-v1beta2: latest | |
@types/gapi.client.docs-v1 | |
@maxim_mazurok/gapi.client.docs-v1: latest | |
@types/gapi.client.documentai-v1 | |
@maxim_mazurok/gapi.client.documentai-v1: latest | |
@types/gapi.client.documentai-v1beta2 | |
@maxim_mazurok/gapi.client.documentai-v1beta2: latest | |
@types/gapi.client.documentai-v1beta3 | |
@maxim_mazurok/gapi.client.documentai-v1beta3: latest | |
@types/gapi.client.domains-v1 | |
@maxim_mazurok/gapi.client.domains-v1: latest | |
@types/gapi.client.domains-v1alpha2 | |
@maxim_mazurok/gapi.client.domains-v1alpha2: latest | |
@types/gapi.client.domains-v1beta1 | |
@maxim_mazurok/gapi.client.domains-v1beta1: latest | |
@types/gapi.client.domainsrdap-v1 | |
@maxim_mazurok/gapi.client.domainsrdap-v1: latest | |
@types/gapi.client.doubleclickbidmanager-v2 | |
@maxim_mazurok/gapi.client.doubleclickbidmanager-v2: latest | |
@types/gapi.client.doubleclicksearch-v2 | |
@maxim_mazurok/gapi.client.doubleclicksearch-v2: latest | |
@types/gapi.client.drive-v2 | |
@maxim_mazurok/gapi.client.drive-v2: latest | |
@types/gapi.client.drive-v3 | |
@maxim_mazurok/gapi.client.drive-v3: latest | |
@types/gapi.client.driveactivity-v2 | |
@maxim_mazurok/gapi.client.driveactivity-v2: latest | |
@types/gapi.client.drivelabels-v2 | |
@maxim_mazurok/gapi.client.drivelabels-v2: latest | |
@types/gapi.client.drivelabels-v2beta | |
@maxim_mazurok/gapi.client.drivelabels-v2beta: latest | |
@types/gapi.client.essentialcontacts-v1 | |
@maxim_mazurok/gapi.client.essentialcontacts-v1: latest | |
@types/gapi.client.eventarc-v1 | |
@maxim_mazurok/gapi.client.eventarc-v1: latest | |
@types/gapi.client.factchecktools-v1alpha1 | |
@maxim_mazurok/gapi.client.factchecktools-v1alpha1: latest | |
@types/gapi.client.fcm-v1 | |
@maxim_mazurok/gapi.client.fcm-v1: latest | |
@types/gapi.client.fcmdata-v1beta1 | |
@maxim_mazurok/gapi.client.fcmdata-v1beta1: latest | |
@types/gapi.client.file-v1 | |
@maxim_mazurok/gapi.client.file-v1: latest | |
@types/gapi.client.file-v1beta1 | |
@maxim_mazurok/gapi.client.file-v1beta1: latest | |
@types/gapi.client.firebase-v1beta1 | |
@maxim_mazurok/gapi.client.firebase-v1beta1: latest | |
@types/gapi.client.firebaseappcheck-v1 | |
@maxim_mazurok/gapi.client.firebaseappcheck-v1: latest | |
@types/gapi.client.firebaseappcheck-v1beta | |
@maxim_mazurok/gapi.client.firebaseappcheck-v1beta: latest | |
@types/gapi.client.firebaseappdistribution-v1 | |
@maxim_mazurok/gapi.client.firebaseappdistribution-v1: latest | |
@types/gapi.client.firebaseappdistribution-v1alpha | |
@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha: latest | |
@types/gapi.client.firebasedatabase-v1beta | |
@maxim_mazurok/gapi.client.firebasedatabase-v1beta: latest | |
@types/gapi.client.firebasedynamiclinks-v1 | |
@maxim_mazurok/gapi.client.firebasedynamiclinks-v1: latest | |
@types/gapi.client.firebasehosting-v1 | |
@maxim_mazurok/gapi.client.firebasehosting-v1: latest | |
@types/gapi.client.firebasehosting-v1beta1 | |
@maxim_mazurok/gapi.client.firebasehosting-v1beta1: latest | |
@types/gapi.client.firebaseml-v1 | |
@maxim_mazurok/gapi.client.firebaseml-v1: latest | |
@types/gapi.client.firebaseml-v1beta2 | |
@maxim_mazurok/gapi.client.firebaseml-v1beta2: latest | |
@types/gapi.client.firebaseml-v2beta | |
@maxim_mazurok/gapi.client.firebaseml-v2beta: latest | |
@types/gapi.client.firebaserules-v1 | |
@maxim_mazurok/gapi.client.firebaserules-v1: latest | |
@types/gapi.client.firebasestorage-v1beta | |
@maxim_mazurok/gapi.client.firebasestorage-v1beta: latest | |
@types/gapi.client.firestore-v1 | |
@maxim_mazurok/gapi.client.firestore-v1: latest | |
@types/gapi.client.firestore-v1beta1 | |
@maxim_mazurok/gapi.client.firestore-v1beta1: latest | |
@types/gapi.client.firestore-v1beta2 | |
@maxim_mazurok/gapi.client.firestore-v1beta2: latest | |
@types/gapi.client.fitness-v1 | |
@maxim_mazurok/gapi.client.fitness-v1: latest | |
@types/gapi.client.forms-v1 | |
@maxim_mazurok/gapi.client.forms-v1: latest | |
@types/gapi.client.games-v1 | |
@maxim_mazurok/gapi.client.games-v1: latest | |
@types/gapi.client.games_configuration-v1configuration | |
@maxim_mazurok/gapi.client.games_configuration-v1configuration: latest | |
@types/gapi.client.games_management-v1management | |
@maxim_mazurok/gapi.client.games_management-v1management: latest | |
@types/gapi.client.gkebackup-v1 | |
@maxim_mazurok/gapi.client.gkebackup-v1: latest | |
@types/gapi.client.gkehub-v1 | |
@maxim_mazurok/gapi.client.gkehub-v1: latest | |
@types/gapi.client.gkehub-v1alpha | |
@maxim_mazurok/gapi.client.gkehub-v1alpha: latest | |
@types/gapi.client.gkehub-v1beta | |
@maxim_mazurok/gapi.client.gkehub-v1beta: latest | |
@types/gapi.client.gkehub-v1beta1 | |
@maxim_mazurok/gapi.client.gkehub-v1beta1: latest | |
@types/gapi.client.gkehub-v2alpha | |
@maxim_mazurok/gapi.client.gkehub-v2alpha: latest | |
@types/gapi.client.gkeonprem-v1 | |
@maxim_mazurok/gapi.client.gkeonprem-v1: latest | |
@types/gapi.client.gmail-v1 | |
@maxim_mazurok/gapi.client.gmail-v1: latest | |
@types/gapi.client.gmailpostmastertools-v1 | |
@maxim_mazurok/gapi.client.gmailpostmastertools-v1: latest | |
@types/gapi.client.gmailpostmastertools-v1beta1 | |
@maxim_mazurok/gapi.client.gmailpostmastertools-v1beta1: latest | |
@types/gapi.client.googleads-v14 | |
@maxim_mazurok/gapi.client.googleads-v14: latest | |
@types/gapi.client.googleads-v15 | |
@maxim_mazurok/gapi.client.googleads-v15: latest | |
@types/gapi.client.googleads-v16 | |
@maxim_mazurok/gapi.client.googleads-v16: latest | |
@types/gapi.client.googleads-v17 | |
@maxim_mazurok/gapi.client.googleads-v17: latest | |
@types/gapi.client.groupsmigration-v1 | |
@maxim_mazurok/gapi.client.groupsmigration-v1: latest | |
@types/gapi.client.groupssettings-v1 | |
@maxim_mazurok/gapi.client.groupssettings-v1: latest | |
@types/gapi.client.healthcare-v1 | |
@maxim_mazurok/gapi.client.healthcare-v1: latest | |
@types/gapi.client.healthcare-v1beta1 | |
@maxim_mazurok/gapi.client.healthcare-v1beta1: latest | |
@types/gapi.client.homegraph-v1 | |
@maxim_mazurok/gapi.client.homegraph-v1: latest | |
@types/gapi.client.iam-v1 | |
@maxim_mazurok/gapi.client.iam-v1: latest | |
@types/gapi.client.iam-v2 | |
@maxim_mazurok/gapi.client.iam-v2: latest | |
@types/gapi.client.iam-v2beta | |
@maxim_mazurok/gapi.client.iam-v2beta: latest | |
@types/gapi.client.iamcredentials-v1 | |
@maxim_mazurok/gapi.client.iamcredentials-v1: latest | |
@types/gapi.client.iap-v1 | |
@maxim_mazurok/gapi.client.iap-v1: latest | |
@types/gapi.client.iap-v1beta1 | |
@maxim_mazurok/gapi.client.iap-v1beta1: latest | |
@types/gapi.client.identitytoolkit-v1 | |
@maxim_mazurok/gapi.client.identitytoolkit-v1: latest | |
@types/gapi.client.identitytoolkit-v2 | |
@maxim_mazurok/gapi.client.identitytoolkit-v2: latest | |
@types/gapi.client.identitytoolkit-v3 | |
@maxim_mazurok/gapi.client.identitytoolkit-v3: latest | |
@types/gapi.client.ids-v1 | |
@maxim_mazurok/gapi.client.ids-v1: latest | |
@types/gapi.client.indexing-v3 | |
@maxim_mazurok/gapi.client.indexing-v3: latest | |
@types/gapi.client.integrations-v1 | |
@maxim_mazurok/gapi.client.integrations-v1: latest | |
@types/gapi.client.jobs-v3 | |
@maxim_mazurok/gapi.client.jobs-v3: latest | |
@types/gapi.client.jobs-v3p1beta1 | |
@maxim_mazurok/gapi.client.jobs-v3p1beta1: latest | |
@types/gapi.client.jobs-v4 | |
@maxim_mazurok/gapi.client.jobs-v4: latest | |
@types/gapi.client.keep-v1 | |
@maxim_mazurok/gapi.client.keep-v1: latest | |
@types/gapi.client.kgsearch-v1 | |
@maxim_mazurok/gapi.client.kgsearch-v1: latest | |
@types/gapi.client.kmsinventory-v1 | |
@maxim_mazurok/gapi.client.kmsinventory-v1: latest | |
@types/gapi.client.language-v1 | |
@maxim_mazurok/gapi.client.language-v1: latest | |
@types/gapi.client.language-v1beta2 | |
@maxim_mazurok/gapi.client.language-v1beta2: latest | |
@types/gapi.client.language-v2 | |
@maxim_mazurok/gapi.client.language-v2: latest | |
@types/gapi.client.libraryagent-v1 | |
@maxim_mazurok/gapi.client.libraryagent-v1: latest | |
@types/gapi.client.licensing-v1 | |
@maxim_mazurok/gapi.client.licensing-v1: latest | |
@types/gapi.client.lifesciences-v2beta | |
@maxim_mazurok/gapi.client.lifesciences-v2beta: latest | |
@types/gapi.client.localservices-v1 | |
@maxim_mazurok/gapi.client.localservices-v1: latest | |
@types/gapi.client.logging-v2 | |
@maxim_mazurok/gapi.client.logging-v2: latest | |
@types/gapi.client.looker-v1 | |
@maxim_mazurok/gapi.client.looker-v1: latest | |
@types/gapi.client.managedidentities-v1 | |
@maxim_mazurok/gapi.client.managedidentities-v1: latest | |
@types/gapi.client.managedidentities-v1alpha1 | |
@maxim_mazurok/gapi.client.managedidentities-v1alpha1: latest | |
@types/gapi.client.managedidentities-v1beta1 | |
@maxim_mazurok/gapi.client.managedidentities-v1beta1: latest | |
@types/gapi.client.manufacturers-v1 | |
@maxim_mazurok/gapi.client.manufacturers-v1: latest | |
@types/gapi.client.marketingplatformadmin-v1alpha | |
@maxim_mazurok/gapi.client.marketingplatformadmin-v1alpha: latest | |
@types/gapi.client.meet-v2 | |
@maxim_mazurok/gapi.client.meet-v2: latest | |
@types/gapi.client.memcache-v1 | |
@maxim_mazurok/gapi.client.memcache-v1: latest | |
@types/gapi.client.memcache-v1beta2 | |
@maxim_mazurok/gapi.client.memcache-v1beta2: latest | |
@types/gapi.client.merchantapi-accounts_v1beta | |
@maxim_mazurok/gapi.client.merchantapi-accounts_v1beta: latest | |
@types/gapi.client.merchantapi-conversions_v1beta | |
@maxim_mazurok/gapi.client.merchantapi-conversions_v1beta: latest | |
@types/gapi.client.merchantapi-datasources_v1beta | |
@maxim_mazurok/gapi.client.merchantapi-datasources_v1beta: latest | |
@types/gapi.client.merchantapi-inventories_v1beta | |
@maxim_mazurok/gapi.client.merchantapi-inventories_v1beta: latest | |
@types/gapi.client.merchantapi-lfp_v1beta | |
@maxim_mazurok/gapi.client.merchantapi-lfp_v1beta: latest | |
@types/gapi.client.merchantapi-notifications_v1beta | |
@maxim_mazurok/gapi.client.merchantapi-notifications_v1beta: latest | |
@types/gapi.client.merchantapi-products_v1beta | |
@maxim_mazurok/gapi.client.merchantapi-products_v1beta: latest | |
@types/gapi.client.merchantapi-promotions_v1beta | |
@maxim_mazurok/gapi.client.merchantapi-promotions_v1beta: latest | |
@types/gapi.client.merchantapi-quota_v1beta | |
@maxim_mazurok/gapi.client.merchantapi-quota_v1beta: latest | |
@types/gapi.client.merchantapi-reports_v1beta | |
@maxim_mazurok/gapi.client.merchantapi-reports_v1beta: latest | |
@types/gapi.client.metastore-v1 | |
@maxim_mazurok/gapi.client.metastore-v1: latest | |
@types/gapi.client.metastore-v1alpha | |
@maxim_mazurok/gapi.client.metastore-v1alpha: latest | |
@types/gapi.client.metastore-v1beta | |
@maxim_mazurok/gapi.client.metastore-v1beta: latest | |
@types/gapi.client.migrationcenter-v1 | |
@maxim_mazurok/gapi.client.migrationcenter-v1: latest | |
@types/gapi.client.migrationcenter-v1alpha1 | |
@maxim_mazurok/gapi.client.migrationcenter-v1alpha1: latest | |
@types/gapi.client.ml-v1 | |
@maxim_mazurok/gapi.client.ml-v1: latest | |
@types/gapi.client.monitoring-v1 | |
@maxim_mazurok/gapi.client.monitoring-v1: latest | |
@types/gapi.client.monitoring-v3 | |
@maxim_mazurok/gapi.client.monitoring-v3: latest | |
@types/gapi.client.mybusinessaccountmanagement-v1 | |
@maxim_mazurok/gapi.client.mybusinessaccountmanagement-v1: latest | |
@types/gapi.client.mybusinessbusinessinformation-v1 | |
@maxim_mazurok/gapi.client.mybusinessbusinessinformation-v1: latest | |
@types/gapi.client.mybusinesslodging-v1 | |
@maxim_mazurok/gapi.client.mybusinesslodging-v1: latest | |
@types/gapi.client.mybusinessnotifications-v1 | |
@maxim_mazurok/gapi.client.mybusinessnotifications-v1: latest | |
@types/gapi.client.mybusinessplaceactions-v1 | |
@maxim_mazurok/gapi.client.mybusinessplaceactions-v1: latest | |
@types/gapi.client.mybusinessqanda-v1 | |
@maxim_mazurok/gapi.client.mybusinessqanda-v1: latest | |
@types/gapi.client.mybusinessverifications-v1 | |
@maxim_mazurok/gapi.client.mybusinessverifications-v1: latest | |
@types/gapi.client.networkconnectivity-v1 | |
@maxim_mazurok/gapi.client.networkconnectivity-v1: latest | |
@types/gapi.client.networkconnectivity-v1alpha1 | |
@maxim_mazurok/gapi.client.networkconnectivity-v1alpha1: latest | |
@types/gapi.client.networkmanagement-v1 | |
@maxim_mazurok/gapi.client.networkmanagement-v1: latest | |
@types/gapi.client.networkmanagement-v1beta1 | |
@maxim_mazurok/gapi.client.networkmanagement-v1beta1: latest | |
@types/gapi.client.networksecurity-v1 | |
@maxim_mazurok/gapi.client.networksecurity-v1: latest | |
@types/gapi.client.networksecurity-v1beta1 | |
@maxim_mazurok/gapi.client.networksecurity-v1beta1: latest | |
@types/gapi.client.networkservices-v1 | |
@maxim_mazurok/gapi.client.networkservices-v1: latest | |
@types/gapi.client.networkservices-v1beta1 | |
@maxim_mazurok/gapi.client.networkservices-v1beta1: latest | |
@types/gapi.client.notebooks-v1 | |
@maxim_mazurok/gapi.client.notebooks-v1: latest | |
@types/gapi.client.notebooks-v2 | |
@maxim_mazurok/gapi.client.notebooks-v2: latest | |
@types/gapi.client.oauth2-v2 | |
@maxim_mazurok/gapi.client.oauth2-v2: latest | |
@types/gapi.client.ondemandscanning-v1 | |
@maxim_mazurok/gapi.client.ondemandscanning-v1: latest | |
@types/gapi.client.ondemandscanning-v1beta1 | |
@maxim_mazurok/gapi.client.ondemandscanning-v1beta1: latest | |
@types/gapi.client.orgpolicy-v2 | |
@maxim_mazurok/gapi.client.orgpolicy-v2: latest | |
@types/gapi.client.osconfig-v1 | |
@maxim_mazurok/gapi.client.osconfig-v1: latest | |
@types/gapi.client.osconfig-v1alpha | |
@maxim_mazurok/gapi.client.osconfig-v1alpha: latest | |
@types/gapi.client.osconfig-v1beta | |
@maxim_mazurok/gapi.client.osconfig-v1beta: latest | |
@types/gapi.client.oslogin-v1 | |
@maxim_mazurok/gapi.client.oslogin-v1: latest | |
@types/gapi.client.oslogin-v1alpha | |
@maxim_mazurok/gapi.client.oslogin-v1alpha: latest | |
@types/gapi.client.oslogin-v1beta | |
@maxim_mazurok/gapi.client.oslogin-v1beta: latest | |
@types/gapi.client.pagespeedonline-v5 | |
@maxim_mazurok/gapi.client.pagespeedonline-v5: latest | |
@types/gapi.client.paymentsresellersubscription-v1 | |
@maxim_mazurok/gapi.client.paymentsresellersubscription-v1: latest | |
@types/gapi.client.people-v1 | |
@maxim_mazurok/gapi.client.people-v1: latest | |
@types/gapi.client.places-v1 | |
@maxim_mazurok/gapi.client.places-v1: latest | |
@types/gapi.client.playcustomapp-v1 | |
@maxim_mazurok/gapi.client.playcustomapp-v1: latest | |
@types/gapi.client.playdeveloperreporting-v1alpha1 | |
@maxim_mazurok/gapi.client.playdeveloperreporting-v1alpha1: latest | |
@types/gapi.client.playdeveloperreporting-v1beta1 | |
@maxim_mazurok/gapi.client.playdeveloperreporting-v1beta1: latest | |
@types/gapi.client.playgrouping-v1alpha1 | |
@maxim_mazurok/gapi.client.playgrouping-v1alpha1: latest | |
@types/gapi.client.playintegrity-v1 | |
@maxim_mazurok/gapi.client.playintegrity-v1: latest | |
@types/gapi.client.policyanalyzer-v1 | |
@maxim_mazurok/gapi.client.policyanalyzer-v1: latest | |
@types/gapi.client.policyanalyzer-v1beta1 | |
@maxim_mazurok/gapi.client.policyanalyzer-v1beta1: latest | |
@types/gapi.client.policysimulator-v1 | |
@maxim_mazurok/gapi.client.policysimulator-v1: latest | |
@types/gapi.client.policysimulator-v1alpha | |
@maxim_mazurok/gapi.client.policysimulator-v1alpha: latest | |
@types/gapi.client.policysimulator-v1beta | |
@maxim_mazurok/gapi.client.policysimulator-v1beta: latest | |
@types/gapi.client.policytroubleshooter-v1 | |
@maxim_mazurok/gapi.client.policytroubleshooter-v1: latest | |
@types/gapi.client.policytroubleshooter-v1beta | |
@maxim_mazurok/gapi.client.policytroubleshooter-v1beta: latest | |
@types/gapi.client.pollen-v1 | |
@maxim_mazurok/gapi.client.pollen-v1: latest | |
@types/gapi.client.privateca-v1 | |
@maxim_mazurok/gapi.client.privateca-v1: latest | |
@types/gapi.client.privateca-v1beta1 | |
@maxim_mazurok/gapi.client.privateca-v1beta1: latest | |
@types/gapi.client.prod_tt_sasportal-v1alpha1 | |
@maxim_mazurok/gapi.client.prod_tt_sasportal-v1alpha1: latest | |
@types/gapi.client.publicca-v1 | |
@maxim_mazurok/gapi.client.publicca-v1: latest | |
@types/gapi.client.publicca-v1alpha1 | |
@maxim_mazurok/gapi.client.publicca-v1alpha1: latest | |
@types/gapi.client.publicca-v1beta1 | |
@maxim_mazurok/gapi.client.publicca-v1beta1: latest | |
@types/gapi.client.pubsub-v1 | |
@maxim_mazurok/gapi.client.pubsub-v1: latest | |
@types/gapi.client.pubsub-v1beta1a | |
@maxim_mazurok/gapi.client.pubsub-v1beta1a: latest | |
@types/gapi.client.pubsub-v1beta2 | |
@maxim_mazurok/gapi.client.pubsub-v1beta2: latest | |
@types/gapi.client.pubsublite-v1 | |
@maxim_mazurok/gapi.client.pubsublite-v1: latest | |
@types/gapi.client.rapidmigrationassessment-v1 | |
@maxim_mazurok/gapi.client.rapidmigrationassessment-v1: latest | |
@types/gapi.client.readerrevenuesubscriptionlinking-v1 | |
@maxim_mazurok/gapi.client.readerrevenuesubscriptionlinking-v1: latest | |
@types/gapi.client.realtimebidding-v1 | |
@maxim_mazurok/gapi.client.realtimebidding-v1: latest | |
@types/gapi.client.recaptchaenterprise-v1 | |
@maxim_mazurok/gapi.client.recaptchaenterprise-v1: latest | |
@types/gapi.client.recommendationengine-v1beta1 | |
@maxim_mazurok/gapi.client.recommendationengine-v1beta1: latest | |
@types/gapi.client.recommender-v1 | |
@maxim_mazurok/gapi.client.recommender-v1: latest | |
@types/gapi.client.recommender-v1beta1 | |
@maxim_mazurok/gapi.client.recommender-v1beta1: latest | |
@types/gapi.client.redis-v1 | |
@maxim_mazurok/gapi.client.redis-v1: latest | |
@types/gapi.client.redis-v1beta1 | |
@maxim_mazurok/gapi.client.redis-v1beta1: latest | |
@types/gapi.client.reseller-v1 | |
@maxim_mazurok/gapi.client.reseller-v1: latest | |
@types/gapi.client.resourcesettings-v1 | |
@maxim_mazurok/gapi.client.resourcesettings-v1: latest | |
@types/gapi.client.retail-v2 | |
@maxim_mazurok/gapi.client.retail-v2: latest | |
@types/gapi.client.retail-v2alpha | |
@maxim_mazurok/gapi.client.retail-v2alpha: latest | |
@types/gapi.client.retail-v2beta | |
@maxim_mazurok/gapi.client.retail-v2beta: latest | |
@types/gapi.client.run-v1 | |
@maxim_mazurok/gapi.client.run-v1: latest | |
@types/gapi.client.run-v2 | |
@maxim_mazurok/gapi.client.run-v2: latest | |
@types/gapi.client.runtimeconfig-v1 | |
@maxim_mazurok/gapi.client.runtimeconfig-v1: latest | |
@types/gapi.client.runtimeconfig-v1beta1 | |
@maxim_mazurok/gapi.client.runtimeconfig-v1beta1: latest | |
@types/gapi.client.safebrowsing-v4 | |
@maxim_mazurok/gapi.client.safebrowsing-v4: latest | |
@types/gapi.client.safebrowsing-v5 | |
@maxim_mazurok/gapi.client.safebrowsing-v5: latest | |
@types/gapi.client.sasportal-v1alpha1 | |
@maxim_mazurok/gapi.client.sasportal-v1alpha1: latest | |
@types/gapi.client.script-v1 | |
@maxim_mazurok/gapi.client.script-v1: latest | |
@types/gapi.client.searchads360-v0 | |
@maxim_mazurok/gapi.client.searchads360-v0: latest | |
@types/gapi.client.searchconsole-v1 | |
@maxim_mazurok/gapi.client.searchconsole-v1: latest | |
@types/gapi.client.secretmanager-v1 | |
@maxim_mazurok/gapi.client.secretmanager-v1: latest | |
@types/gapi.client.secretmanager-v1beta1 | |
@maxim_mazurok/gapi.client.secretmanager-v1beta1: latest | |
@types/gapi.client.secretmanager-v1beta2 | |
@maxim_mazurok/gapi.client.secretmanager-v1beta2: latest | |
@types/gapi.client.securitycenter-v1 | |
@maxim_mazurok/gapi.client.securitycenter-v1: latest | |
@types/gapi.client.securitycenter-v1beta1 | |
@maxim_mazurok/gapi.client.securitycenter-v1beta1: latest | |
@types/gapi.client.securitycenter-v1beta2 | |
@maxim_mazurok/gapi.client.securitycenter-v1beta2: latest | |
@types/gapi.client.serviceconsumermanagement-v1 | |
@maxim_mazurok/gapi.client.serviceconsumermanagement-v1: latest | |
@types/gapi.client.serviceconsumermanagement-v1beta1 | |
@maxim_mazurok/gapi.client.serviceconsumermanagement-v1beta1: latest | |
@types/gapi.client.servicecontrol-v1 | |
@maxim_mazurok/gapi.client.servicecontrol-v1: latest | |
@types/gapi.client.servicecontrol-v2 | |
@maxim_mazurok/gapi.client.servicecontrol-v2: latest | |
@types/gapi.client.servicedirectory-v1 | |
@maxim_mazurok/gapi.client.servicedirectory-v1: latest | |
@types/gapi.client.servicedirectory-v1beta1 | |
@maxim_mazurok/gapi.client.servicedirectory-v1beta1: latest | |
@types/gapi.client.servicemanagement-v1 | |
@maxim_mazurok/gapi.client.servicemanagement-v1: latest | |
@types/gapi.client.servicenetworking-v1 | |
@maxim_mazurok/gapi.client.servicenetworking-v1: latest | |
@types/gapi.client.servicenetworking-v1beta | |
@maxim_mazurok/gapi.client.servicenetworking-v1beta: latest | |
@types/gapi.client.serviceusage-v1 | |
@maxim_mazurok/gapi.client.serviceusage-v1: latest | |
@types/gapi.client.serviceusage-v1beta1 | |
@maxim_mazurok/gapi.client.serviceusage-v1beta1: latest | |
@types/gapi.client.sheets-v4 | |
@maxim_mazurok/gapi.client.sheets-v4: latest | |
@types/gapi.client.site_verification-v1 | |
@maxim_mazurok/gapi.client.site_verification-v1: latest | |
@types/gapi.client.slides-v1 | |
@maxim_mazurok/gapi.client.slides-v1: latest | |
@types/gapi.client.smartdevicemanagement-v1 | |
@maxim_mazurok/gapi.client.smartdevicemanagement-v1: latest | |
@types/gapi.client.solar-v1 | |
@maxim_mazurok/gapi.client.solar-v1: latest | |
@types/gapi.client.spanner-v1 | |
@maxim_mazurok/gapi.client.spanner-v1: latest | |
@types/gapi.client.speech-v1 | |
@maxim_mazurok/gapi.client.speech-v1: latest | |
@types/gapi.client.speech-v1p1beta1 | |
@maxim_mazurok/gapi.client.speech-v1p1beta1: latest | |
@types/gapi.client.sqladmin-v1 | |
@maxim_mazurok/gapi.client.sqladmin-v1: latest | |
@types/gapi.client.sqladmin-v1beta4 | |
@maxim_mazurok/gapi.client.sqladmin-v1beta4: latest | |
@types/gapi.client.storage-v1 | |
@maxim_mazurok/gapi.client.storage-v1: latest | |
@types/gapi.client.storagetransfer-v1 | |
@maxim_mazurok/gapi.client.storagetransfer-v1: latest | |
@types/gapi.client.streetviewpublish-v1 | |
@maxim_mazurok/gapi.client.streetviewpublish-v1: latest | |
@types/gapi.client.sts-v1 | |
@maxim_mazurok/gapi.client.sts-v1: latest | |
@types/gapi.client.sts-v1beta | |
@maxim_mazurok/gapi.client.sts-v1beta: latest | |
@types/gapi.client.tagmanager-v1 | |
@maxim_mazurok/gapi.client.tagmanager-v1: latest | |
@types/gapi.client.tagmanager-v2 | |
@maxim_mazurok/gapi.client.tagmanager-v2: latest | |
@types/gapi.client.tasks-v1 | |
@maxim_mazurok/gapi.client.tasks-v1: latest | |
@types/gapi.client.testing-v1 | |
@maxim_mazurok/gapi.client.testing-v1: latest | |
@types/gapi.client.texttospeech-v1 | |
@maxim_mazurok/gapi.client.texttospeech-v1: latest | |
@types/gapi.client.texttospeech-v1beta1 | |
@maxim_mazurok/gapi.client.texttospeech-v1beta1: latest | |
@types/gapi.client.toolresults-v1beta3 | |
@maxim_mazurok/gapi.client.toolresults-v1beta3: latest | |
@types/gapi.client.tpu-v1 | |
@maxim_mazurok/gapi.client.tpu-v1: latest | |
@types/gapi.client.tpu-v1alpha1 | |
@maxim_mazurok/gapi.client.tpu-v1alpha1: latest | |
@types/gapi.client.tpu-v2 | |
@maxim_mazurok/gapi.client.tpu-v2: latest | |
@types/gapi.client.tpu-v2alpha1 | |
@maxim_mazurok/gapi.client.tpu-v2alpha1: latest | |
@types/gapi.client.trafficdirector-v2 | |
@maxim_mazurok/gapi.client.trafficdirector-v2: latest | |
@types/gapi.client.trafficdirector-v3 | |
@maxim_mazurok/gapi.client.trafficdirector-v3: latest | |
@types/gapi.client.transcoder-v1 | |
@maxim_mazurok/gapi.client.transcoder-v1: latest | |
@types/gapi.client.translate-v2 | |
@maxim_mazurok/gapi.client.translate-v2: latest | |
@types/gapi.client.translate-v3 | |
@maxim_mazurok/gapi.client.translate-v3: latest | |
@types/gapi.client.translate-v3beta1 | |
@maxim_mazurok/gapi.client.translate-v3beta1: latest | |
@types/gapi.client.travelimpactmodel-v1 | |
@maxim_mazurok/gapi.client.travelimpactmodel-v1: latest | |
@types/gapi.client.vault-v1 | |
@maxim_mazurok/gapi.client.vault-v1: latest | |
@types/gapi.client.verifiedaccess-v1 | |
@maxim_mazurok/gapi.client.verifiedaccess-v1: latest | |
@types/gapi.client.verifiedaccess-v2 | |
@maxim_mazurok/gapi.client.verifiedaccess-v2: latest | |
@types/gapi.client.versionhistory-v1 | |
@maxim_mazurok/gapi.client.versionhistory-v1: latest | |
@types/gapi.client.videointelligence-v1 | |
@maxim_mazurok/gapi.client.videointelligence-v1: latest | |
@types/gapi.client.videointelligence-v1beta2 | |
@maxim_mazurok/gapi.client.videointelligence-v1beta2: latest | |
@types/gapi.client.videointelligence-v1p1beta1 | |
@maxim_mazurok/gapi.client.videointelligence-v1p1beta1: latest | |
@types/gapi.client.videointelligence-v1p2beta1 | |
@maxim_mazurok/gapi.client.videointelligence-v1p2beta1: latest | |
@types/gapi.client.videointelligence-v1p3beta1 | |
@maxim_mazurok/gapi.client.videointelligence-v1p3beta1: latest | |
@types/gapi.client.vision-v1 | |
@maxim_mazurok/gapi.client.vision-v1: latest | |
@types/gapi.client.vision-v1p1beta1 | |
@maxim_mazurok/gapi.client.vision-v1p1beta1: latest | |
@types/gapi.client.vision-v1p2beta1 | |
@maxim_mazurok/gapi.client.vision-v1p2beta1: latest | |
@types/gapi.client.vmmigration-v1 | |
@maxim_mazurok/gapi.client.vmmigration-v1: latest | |
@types/gapi.client.vmmigration-v1alpha1 | |
@maxim_mazurok/gapi.client.vmmigration-v1alpha1: latest | |
@types/gapi.client.vmwareengine-v1 | |
@maxim_mazurok/gapi.client.vmwareengine-v1: latest | |
@types/gapi.client.vpcaccess-v1 | |
@maxim_mazurok/gapi.client.vpcaccess-v1: latest | |
@types/gapi.client.vpcaccess-v1beta1 | |
@maxim_mazurok/gapi.client.vpcaccess-v1beta1: latest | |
@types/gapi.client.walletobjects-v1 | |
@maxim_mazurok/gapi.client.walletobjects-v1: latest | |
@types/gapi.client.webfonts-v1 | |
@maxim_mazurok/gapi.client.webfonts-v1: latest | |
@types/gapi.client.webrisk-v1 | |
@maxim_mazurok/gapi.client.webrisk-v1: latest | |
@types/gapi.client.websecurityscanner-v1 | |
@maxim_mazurok/gapi.client.websecurityscanner-v1: latest | |
@types/gapi.client.websecurityscanner-v1alpha | |
@maxim_mazurok/gapi.client.websecurityscanner-v1alpha: latest | |
@types/gapi.client.websecurityscanner-v1beta | |
@maxim_mazurok/gapi.client.websecurityscanner-v1beta: latest | |
@types/gapi.client.workflowexecutions-v1 | |
@maxim_mazurok/gapi.client.workflowexecutions-v1: latest | |
@types/gapi.client.workflowexecutions-v1beta | |
@maxim_mazurok/gapi.client.workflowexecutions-v1beta: latest | |
@types/gapi.client.workflows-v1 | |
@maxim_mazurok/gapi.client.workflows-v1: latest | |
@types/gapi.client.workflows-v1beta | |
@maxim_mazurok/gapi.client.workflows-v1beta: latest | |
@types/gapi.client.workloadmanager-v1 | |
@maxim_mazurok/gapi.client.workloadmanager-v1: latest | |
@types/gapi.client.workspaceevents-v1 | |
@maxim_mazurok/gapi.client.workspaceevents-v1: latest | |
@types/gapi.client.workstations-v1 | |
@maxim_mazurok/gapi.client.workstations-v1: latest | |
@types/gapi.client.workstations-v1beta | |
@maxim_mazurok/gapi.client.workstations-v1beta: latest | |
@types/gapi.client.youtube-v3 | |
@maxim_mazurok/gapi.client.youtube-v3: latest | |
@types/gapi.client.youtubereporting-v1 | |
@maxim_mazurok/gapi.client.youtubereporting-v1: latest | |
@types/gapi.client.youtube_analytics-v2 | |
@maxim_mazurok/gapi.client.youtube_analytics-v2: latest | |
@types/geoflatbush | |
flatbush: ^4.2.0 | |
@types/get-sass-vars | |
sass: ^1.45.0 | |
@types/gl-react | |
csstype: ^3.0.2 | |
@types/glue | |
joi: ^17.3.0 | |
@types/got-resume | |
got: ^11.8.2 | |
@types/graphql-api-koa | |
graphql: ^14.5.3 | |
@types/graphql-bigint | |
graphql: ^14.5.3 | |
@types/graphql-date | |
graphql: ^14.5.3 | |
@types/graphql-depth-limit | |
graphql: ^14.5.3 | |
@types/graphql-errors | |
graphql: ^14.5.3 | |
@types/graphql-fields | |
graphql: * | |
@types/graphql-iso-date | |
graphql: ^15.1.0 | |
@types/graphql-list-fields | |
graphql: * | |
@types/graphql-resolve-batch | |
graphql: >=14 | |
@types/graphql-type-json | |
graphql: ^14.5.3 | |
@types/graphql-type-uuid | |
graphql: ^14.5.3 | |
@types/graphql-upload | |
fs-capacitor: ^8.0.0 | |
graphql: ^16.3.0 | |
@types/graphql-validation-complexity | |
graphql: 15.4.0 || ^16.5.0 | |
@types/gridfs-stream | |
mongodb: ^4.5.0 | |
@types/gsheetdb | |
google-auth-library: ^7.14.1 | |
@types/gulp | |
chokidar: ^3.3.1 | |
@types/gulp-dart-sass | |
sass: ^1.45.0 | |
@types/gulp-javascript-obfuscator | |
javascript-obfuscator: ^3.0.0 | |
@types/gulp-terser | |
terser: ^4.0.0 | |
@types/gulp-ttf2woff2 | |
plugin-error: ^1.0.1 | |
@types/gulp-util | |
chalk: ^2.2.0 | |
@types/h2o2 | |
joi: ^17.3.0 | |
@types/handlebars-helpers | |
handlebars: >=4.1.0 | |
@types/handlebars-webpack-plugin | |
handlebars: >=4.0.3 | |
@types/hapi | |
joi: ^17.3.0 | |
@types/hapi-auth-bearer-token | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/hapi-decorators | |
joi: ^17.3.0 | |
@types/hapi-server-session | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/hapipal__avocat | |
@hapi/boom: ^9.1.1 | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/hapipal__schmervice | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/hapipal__toys | |
@hapi/boom: ^9.1.1 | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/hapi__basic | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/hapi__bell | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/hapi__catbox-memcached | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/hapi__cookie | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/hapi__crumb | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/hapi__glue | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/hapi__h2o2 | |
@hapi/boom: ^10.0.0 | |
@hapi/hapi: ^21.1.0 | |
@hapi/wreck: ^18.0.0 | |
joi: ^17.7.0 | |
@types/hapi__hawk | |
@hapi/boom: ^9.0.0 | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/hapi__inert | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/hapi__jwt | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/hapi__vision | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/hapi__yar | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
@types/happo-cypress | |
cypress: >=6.4.0 | |
@types/hawk | |
@hapi/boom: ^9.0.0 | |
@types/hbs | |
handlebars: ^4.1.0 | |
@types/hcaptcha__vue-hcaptcha | |
vue: ^2.5.17 | |
@types/hexo | |
moment: ^2.19.4 | |
@types/hexo-fs | |
chokidar: ^2.1.2 | |
@types/hmscore__react-native-hms-push | |
react-native: * | |
@types/hoist-non-react-statics | |
hoist-non-react-statics: ^3.3.0 | |
@types/hookrouter | |
csstype: ^3.0.2 | |
@types/htmlparser2 | |
domhandler: ^2.4.0 | |
@types/http-rx | |
rxjs: ^6.2.0 | |
@types/hubot-slack | |
@slack/rtm-api: * | |
@slack/web-api: * | |
@slack/types: * | |
@types/humblebee__styled-components-breakpoint | |
csstype: ^3.0.2 | |
@types/hydra-box | |
@rdfjs/types: * | |
@types/hyperdeck-js-lib | |
js-logger: ^1.6.1 | |
@types/i18next-fs-backend | |
i18next: ^21.0.1 | |
@types/i18next-ko | |
i18next: >=17.0.11 | |
@types/i18next-node-fs-backend | |
i18next: >=17.0.11 | |
@types/i18next-sprintf-postprocessor | |
i18next: >=17.0.11 | |
@types/ical | |
rrule: 2.6.4 | |
@types/icss-utils | |
postcss: ^8.0.0 | |
@types/indy-sdk | |
buffer: ^6.0.0 | |
@types/input-moment | |
moment: latest | |
@types/inquirer | |
rxjs: ^7.2.0 | |
@types/inversify-devtools | |
inversify: ^2.0.1 | |
@types/ioredis-mock | |
ioredis: >=5 | |
@types/is-ci | |
ci-info: ^3.1.0 | |
@types/is-expression | |
acorn: 7.1.1 | |
@types/isomorphic-form-data | |
form-data: ^2.5.1 | |
@types/istanbul-lib-instrument | |
source-map: ^0.6.1 | |
@types/istanbul-lib-source-maps | |
source-map: ^0.6.1 | |
@types/itty-router-extras | |
itty-router: ^2.3.10 | |
@types/itunesconnectanalytics | |
moment: ^2.26.0 | |
@types/jaeger-client | |
opentracing: ~0.14.3 | |
prom-client: ~11.3.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 | |
@types/jenkins | |
form-data: ^4.0.0 | |
@types/jest | |
expect: ^29.0.0 | |
pretty-format: ^29.0.0 | |
@types/jest-axe | |
axe-core: ^3.5.5 | |
@types/jest-environment-puppeteer | |
@jest/types: >=24 <=27 | |
jest-environment-node: >=24 <=27 | |
@types/jest-image-snapshot | |
ssim.js: ^3.1.1 | |
@types/jest-json-schema | |
ajv: ^6.10.2 | |
@types/joi-phone-number | |
joi: ^17.3.0 | |
@types/joigoose | |
joi: ^17.3.0 | |
mongoose: ~6.3 | |
@types/jquery.livestampjs | |
moment: >=2.14.0 | |
@types/js2coffee | |
source-map: ^0.7.3 | |
@types/jscodeshift | |
ast-types: ^0.14.1 | |
recast: ^0.20.3 | |
@types/jsdom | |
parse5: ^7.0.0 | |
@types/jsoneditor | |
ajv: ^6.12.0 | |
@types/kap-plugin | |
electron-store: ^7.0.2 | |
@types/karma | |
log4js: ^6.4.1 | |
@types/karma-image-snapshot | |
ssim.js: ^3.1.1 | |
@types/karma-rollup-preprocessor | |
rollup: >=1.0.0 | |
@types/kill-port | |
shell-exec: ^1 | |
@types/knex-cleaner | |
knex: >=2.3.0 | |
@types/knex-db-manager | |
knex: 2.1.0 | |
@types/koa-graphql | |
express-graphql: ^0.10.0 | |
graphql: ^15.1.0 | |
@types/koa-hbs | |
handlebars: ^4.1.0 | |
@types/koa-helmet | |
helmet: ^4.0.0 | |
@types/koa-joi-router | |
joi: ^17.3.0 | |
@types/koa-log4 | |
log4js: ^3.0.0 | |
@types/koa-logger-winston | |
winston: ^3.0.0 | |
@types/koa-mongo | |
mongodb: ^4.5.0 | |
@types/koa-route | |
path-to-regexp: ^1.7.0 | |
@types/koa2-ratelimit | |
mongoose: ^6.3.0 | |
@types/lerna__child-process | |
execa: ^5.0.0 | |
@types/lesgo | |
@elastic/elasticsearch: ~7.4.0 | |
@middy/core: ^1.4.0 | |
firebase-admin: ^11.5.0 | |
mysql2: ^2.2.5 | |
@types/libnpmpublish | |
@npm/types: ^1 | |
@types/lightpick | |
moment: ^2.22.2 | |
@types/listr | |
rxjs: ^6.5.1 | |
@types/logrocket-react | |
logrocket: 1.0.1 | |
@types/lost | |
postcss: ^8.1.4 | |
@types/mailchimp__mailchimp_transactional | |
axios: ^1.6.7 | |
@types/mailgun-js | |
form-data: ^2.5.0 | |
@types/mailparser | |
iconv-lite: ^0.6.3 | |
@types/mapbox__mapbox-gl-draw | |
mapbox-gl: * | |
@types/mapbox__rehype-prism | |
unified: ^10.0.0 | |
@types/markdown-it-highlightjs | |
highlight.js: ^10.1.0 | |
@types/markdownlint-rule-helpers | |
markdownlint: ^0.30.0 | |
@types/marked-terminal | |
chalk: ^5.3.0 | |
marked: >=6.0.0 <12 | |
@types/material-ui-phone-number | |
@material-ui/core: ^4.11.3 | |
@material-ui/types: 5.1.0 | |
@types/materialize-css | |
cash-dom: * | |
@types/materializecss__materialize | |
cash-dom: ^8.1.1 | |
@types/mem-fs-editor | |
globby: ^11.1.0 | |
@types/merge-img | |
jimp: ^0.9.5 | |
@types/mertasan__tailwindcss-variables | |
tailwindcss: >=3.2.0 | |
@types/metascraper-address | |
metascraper: ^5.41.0 | |
@types/metascraper-amazon | |
metascraper: ^5.41.0 | |
@types/metascraper-audio | |
metascraper: ^5.41.0 | |
@types/metascraper-author | |
metascraper: ^5.41.0 | |
@types/metascraper-clearbit | |
metascraper: ^5.41.0 | |
@types/metascraper-date | |
metascraper: ^5.41.0 | |
@types/metascraper-description | |
metascraper: ^5.41.0 | |
@types/metascraper-iframe | |
metascraper: ^5.41.0 | |
@types/metascraper-image | |
metascraper: ^5.41.0 | |
@types/metascraper-lang | |
metascraper: ^5.41.0 | |
@types/metascraper-logo | |
metascraper: ^5.41.0 | |
@types/metascraper-logo-favicon | |
metascraper: ^5.41.0 | |
@types/metascraper-media-provider | |
metascraper: ^5.41.0 | |
@types/metascraper-publisher | |
metascraper: ^5.41.0 | |
@types/metascraper-readability | |
metascraper: ^5.41.0 | |
@types/metascraper-soundcloud | |
metascraper: ^5.41.0 | |
@types/metascraper-spotify | |
metascraper: ^5.41.0 | |
@types/metascraper-title | |
metascraper: ^5.41.0 | |
@types/metascraper-uol | |
metascraper: ^5.41.0 | |
@types/metascraper-url | |
metascraper: ^5.41.0 | |
@types/metascraper-video | |
metascraper: ^5.41.0 | |
@types/metascraper-youtube | |
metascraper: ^5.41.0 | |
@types/meteor | |
mongodb: ^4.3.1 | |
@types/meteor-collection-hooks | |
meteor-typings: ^1.3.1 | |
@types/microrouter | |
url-pattern: ^1.0.3 | |
@types/migrate-mongo | |
mongodb: ^6.1.0 | |
@types/minify | |
terser: ^5.3.2 | |
@types/minizlib | |
minipass: ^3.3.5 | |
@types/moment-business | |
moment: ^2.18.0 | |
@types/moment-business-time | |
moment: ^2.24.0 | |
@types/moment-duration-format | |
moment: >=2.14.0 | |
@types/moment-hijri | |
moment: >=2.14.0 | |
@types/moment-holiday | |
moment: >=2.0.0 | |
@types/moment-jalaali | |
moment: >=2.14.0 | |
@types/moment-locales-webpack-plugin | |
tapable: ^2.2.0 | |
webpack: ^5 | |
@types/moment-precise-range-plugin | |
moment: >=2.14.0 | |
@types/moment-round | |
moment: >=2.14.0 | |
@types/moment-shortformat | |
moment: >=2.22.2 | |
@types/moment-strftime2 | |
moment: ^2.18.1 | |
moment-timezone: >=0.5.30 | |
@types/mongodb-queue | |
mongodb: * | |
@types/mongoose-aggregate-paginate-v2 | |
mongoose: >=6.3.0 | |
@types/mongoose-auto-increment | |
mongoose: ^6.3.0 | |
@types/mongoose-autopopulate | |
mongoose: ^6.3.0 | |
@types/mongoose-deep-populate | |
mongoose: ^6.3.0 | |
@types/mongoose-delete | |
mongoose: ^5.11 || ^6 || ^7 || ^8 | |
@types/mongoose-geojson-schema | |
mongoose: ^6.3.0 | |
@types/mongoose-id-validator | |
mongoose: ^6.3.0 | |
@types/mongoose-lean-id | |
mongoose: 7.x || 8.x | |
@types/mongoose-lean-virtuals | |
mongoose: ^6.3.0 | |
@types/mongoose-mock | |
mongoose: ^6.3.0 | |
@types/mongoose-paginate | |
mongoose: ^6.3.0 | |
@types/mongoose-promise | |
bson: 4.7.2 | |
@types/mongoose-sequence | |
mongoose: ^6.3.0 | |
@types/mongoose-simple-random | |
mongoose: ^6.3.0 | |
@types/mongoose-unique-validator | |
mongoose: ^6.3.0 | |
@types/mongoosejs__async-hooks | |
mongoose: * | |
@types/mongorito | |
mongodb: ^4.5.0 | |
@types/mongration | |
mongodb: ^4.5.0 | |
@types/moxios | |
axios: >=0.13.0 | |
@types/moxy__next-router-scroll | |
scroll-behavior: ^0.11.0 | |
@types/mparticle__web-sdk | |
@mparticle/event-models: ^1.1.3 | |
@types/mpesa-node | |
axios: ^0.19.2 | |
@types/msgpack5 | |
bl: >=5.1.0 | |
@types/mssql | |
tarn: ^3.0.1 | |
@types/mui-datatables | |
@emotion/react: ^11.10.5 | |
@emotion/styled: ^11.10.5 | |
@mui/material: ^5.11.4 | |
csstype: 3.1.1 || 3.1.2 | |
@types/multer-gridfs-storage | |
mongodb: ^4.5.0 | |
mongoose: ^6.3.0 | |
@types/multer-s3 | |
@aws-sdk/client-s3: ^3.0.0 | |
@types/multi-stage-sourcemap | |
source-map: ^0.7.4 | |
@types/mysql-import | |
mysql2: ^2.3.3 | |
@types/n3 | |
@rdfjs/types: ^1.1.0 | |
@types/newrelic__winston-enricher | |
logform: ^2.5.1 | |
winston: ^3.0.0 | |
@types/next-biz-date | |
moment: ^2.29.1 | |
@types/next-pwa | |
next: ^12.2.5 || ^13.0.0 | |
workbox-build: ^6.5.4 | |
@types/next-redux-saga | |
redux: ^3.6.0 | |
@types/nightwatch | |
devtools-protocol: ^0.0.1025565 | |
@types/nightwind | |
tailwindcss: ^2.0.0 || ^3.0.0 | |
@types/node | |
undici-types: ~6.19.2 | |
@types/node-fetch | |
form-data: ^4.0.0 | |
@types/node-isbn | |
axios: ^0.21.1 | |
@types/node-mongodb-fixtures | |
mongodb: ^4.5.0 | |
@types/node-red__util | |
jsonata: 2.0.5 | |
@types/npmcli__arborist | |
@npm/types: ^1 | |
@types/nuclear-js | |
immutable: ^3.7.3 | |
@types/nuxtjs__auth | |
vue: ^2.6.10 | |
@types/optics-agent | |
graphql: ^14.5.3 | |
@types/passport-local-mongoose | |
mongoose: ^6.3.0 | |
@types/pg | |
pg-protocol: * | |
pg-types: ^4.0.1 | |
@types/pikaday | |
moment: >=2.29.2 | |
@types/pikaday-time | |
moment: >=2.14.0 | |
@types/pixrem | |
postcss: ^7.0.5 | |
@types/plist | |
xmlbuilder: >=11.0.1 | |
@types/poi | |
cac: ~6.4.2 | |
webpack-chain: ^5.2.4 | |
@types/popoto | |
neo4j-driver-lite: ^4.3.3 | |
@types/postcss-advanced-variables | |
postcss: ^8.2.4 | |
@types/postcss-bem-linter | |
postcss: ^8.4.21 | |
@types/postcss-clamp | |
postcss: ^8.4.0 | |
@types/postcss-color-gray | |
postcss: ^7.0.5 | |
@types/postcss-css-variables | |
postcss: ^8.2.6 | |
@types/postcss-env-function | |
postcss: ^8.4 | |
@types/postcss-flexbugs-fixes | |
postcss: ^8.1.4 | |
@types/postcss-font-variant | |
postcss: ^8.1.0 | |
@types/postcss-functions | |
postcss: ^8.0.0 | |
@types/postcss-gap-properties | |
postcss: ^7.0.2 | |
@types/postcss-header | |
postcss: ^7.0.32 | |
@types/postcss-html | |
postcss: ^8.4.0 | |
@types/postcss-icss-values | |
postcss: 7.x.x | |
@types/postcss-import | |
postcss: ^8.0.0 | |
@types/postcss-inline-svg | |
postcss: ^8.1.4 | |
@types/postcss-js | |
postcss: ^8.3.3 | |
@types/postcss-less | |
postcss: ^8.1.2 | |
@types/postcss-mixins | |
postcss: ^8.2.14 | |
@types/postcss-modules-extract-imports | |
postcss: ^8.1 | |
@types/postcss-modules-local-by-default | |
postcss: ^8.0.0 | |
@types/postcss-modules-resolve-imports | |
postcss: 7.x.x | |
@types/postcss-modules-scope | |
postcss: ^8.0.0 | |
@types/postcss-modules-values | |
postcss: ^8.0.0 | |
@types/postcss-nested-ancestors | |
postcss: ^8.0.0 | |
@types/postcss-normalize | |
postcss: ^7.0.27 | |
@types/postcss-page-break | |
postcss: ^8.1.0 | |
@types/postcss-prefix-keyframe | |
postcss: ^8.0.0 | |
@types/postcss-prefix-selector | |
postcss: ^8.4.27 | |
@types/postcss-prefixer | |
postcss: ^8.0.0 | |
@types/postcss-pxtorem | |
postcss: ^8.2.6 | |
@types/postcss-reporter | |
postcss: ^8.2.10 | |
@types/postcss-resolve-nested-selector | |
postcss: ^8.0.0 | |
@types/postcss-rtl | |
postcss: ^8.0.0 | |
@types/postcss-safe-parser | |
postcss: ^8.4.4 | |
@types/postcss-sass | |
postcss: ^8.2.14 | |
@types/postcss-sorting | |
postcss: ^8.4.20 | |
@types/postcss-url | |
postcss: ^8.0.0 | |
@types/postcss-use | |
postcss: ^6.0.17 | |
@types/potrace | |
jimp: 0.16.1 | |
@types/pouch-redux-middleware | |
redux: ^3.6.0 | |
@types/preact-custom-element | |
preact: ^10.0.0 | |
@types/preact-i18n | |
preact: ^10.0.0 | |
@types/preact-virtual-list | |
preact: ^10.0.0 | |
@types/prefresh__webpack | |
tapable: ^2.2.0 | |
webpack: ^5 | |
@types/prompts | |
kleur: ^3.0.3 | |
@types/proper-url-join | |
query-string: ^6.3.0 | |
@types/prosemirror-dev-tools | |
prosemirror-view: ^1.24.0 | |
@types/protractor-browser-logs | |
protractor: 5.4.3 | |
@types/protractor-console-plugin | |
protractor: 7.0.0 | |
@types/puppeteer-lottie | |
lottie-web: ^5.7.3 | |
@types/puppeteer-screenshot-tester | |
puppeteer: * | |
sharp: * | |
@types/quick-picker | |
react-native: * | |
@types/quill | |
parchment: ^1.1.2 | |
quill-delta: ^5.1.0 | |
@types/ramda | |
types-ramda: ^0.30.1 | |
@types/rappid | |
jointjs: ^3.5.5 | |
@types/raven-for-redux | |
raven-js: >=3.21.0 | |
redux: >=3.7.2 | |
@types/rax | |
csstype: ^3.0.2 | |
@types/rdf-data-model | |
@rdfjs/types: >=1.0.0 | |
@types/rdf-dataset-ext | |
@rdfjs/types: >=1.0.0 | |
@types/rdf-dataset-indexed | |
@rdfjs/types: >=1.0.0 | |
@types/rdf-ext | |
@rdfjs/types: * | |
@types/rdf-parser-csvw | |
@rdfjs/types: * | |
@types/rdf-parser-csvw-xlsx | |
@rdfjs/types: * | |
@types/rdf-store-fs | |
@rdfjs/types: >=1 | |
@types/rdf-transform-triple-to-quad | |
@rdfjs/types: >=1.0.0 | |
@types/rdf-utils-dataset | |
@rdfjs/types: * | |
@types/rdf-utils-fs | |
@rdfjs/types: >=1.0.0 | |
@types/rdf-validate-shacl | |
@rdfjs/types: * | |
@types/rdfjs__data-model | |
@rdfjs/types: ^1.0.1 | |
@types/rdfjs__dataset | |
@rdfjs/types: * | |
@types/rdfjs__environment | |
@rdfjs/types: * | |
@types/rdfjs__express-handler | |
@rdfjs/types: >=1.0.0 | |
@types/rdfjs__fetch | |
@rdfjs/types: >=1.0.0 | |
@types/rdfjs__fetch-lite | |
@rdfjs/types: * | |
@types/rdfjs__formats | |
@rdfjs/types: >=1.0.0 | |
rdfxml-streaming-parser: >=2 | |
@types/rdfjs__formats-common | |
@rdfjs/types: >=1.0.0 | |
rdfxml-streaming-parser: >=2 | |
@types/rdfjs__namespace | |
@rdfjs/types: * | |
@types/rdfjs__parser-jsonld | |
@rdfjs/types: >=1.0.0 | |
@types/rdfjs__parser-n3 | |
@rdfjs/types: >=1.0.0 | |
@types/rdfjs__prefix-map | |
@rdfjs/types: * | |
@types/rdfjs__score | |
@rdfjs/types: * | |
@types/rdfjs__serializer-jsonld | |
@rdfjs/types: >=1.0.0 | |
@types/rdfjs__serializer-jsonld-ext | |
@rdfjs/types: >=1.0.0 | |
@types/rdfjs__serializer-ntriples | |
@rdfjs/types: >=1.0.0 | |
@types/rdfjs__serializer-rdfjs | |
@rdfjs/types: >=1.0.0 | |
@types/rdfjs__serializer-turtle | |
@rdfjs/types: >=1.0.0 | |
@types/rdfjs__sink-map | |
@rdfjs/types: * | |
@types/rdfjs__sink-to-duplex | |
@rdfjs/types: * | |
@types/rdfjs__term-map | |
@rdfjs/types: * | |
@types/rdfjs__term-set | |
@rdfjs/types: * | |
@types/rdfjs__to-ntriples | |
@rdfjs/types: >=1.0.0 | |
@types/rdfjs__traverser | |
@rdfjs/types: * | |
@types/react | |
csstype: ^3.0.2 | |
@types/react-async-script | |
hoist-non-react-statics: ^3.3.1 | |
@types/react-big-scheduler | |
moment: ^2.18.1 | |
@types/react-calendar-timeline | |
moment: ^2.0.0 | |
@types/react-cropper | |
cropperjs: ^1.5.5 | |
@types/react-date-range | |
date-fns: ^2.16.1 | |
@types/react-dates | |
moment: ^2.26.0 | |
@types/react-dnd-multi-backend | |
dnd-core: ^10.0.2 | |
react-dnd: ^10.0.2 | |
react-dnd-touch-backend: ^10.0.2 | |
@types/react-expand-animated | |
csstype: ^3.0.2 | |
@types/react-flag-icon-css | |
csstype: ^3.0.2 | |
@types/react-flatpickr | |
flatpickr: ^4.0.6 | |
@types/react-immutable-proptypes | |
immutable: ^3.8.2 | |
@types/react-inspector | |
csstype: ^3.0.2 | |
@types/react-instantsearch-core | |
algoliasearch: >=4 | |
algoliasearch-helper: >=3 | |
@types/react-intl-redux | |
react-intl: ^3 | |
redux: ^4.0.0 | |
@types/react-lazy-load-image-component | |
csstype: ^3.0.2 | |
@types/react-lazylog | |
immutable: >=3.8.2 | |
@types/react-lifecycle-component | |
redux: ^4.0.0 | |
@types/react-native-ad-manager | |
react-native: * | |
@types/react-native-awesome-card-io | |
react-native: * | |
@types/react-native-bluetooth-serial | |
react-native: * | |
@types/react-native-button | |
react-native: * | |
@types/react-native-calendar-picker | |
react-native: * | |
@types/react-native-calendars | |
react-native: * | |
@types/react-native-canvas | |
react-native: * | |
@types/react-native-charts-wrapper | |
react-native: * | |
@types/react-native-check-box | |
react-native: * | |
@types/react-native-countdown-component | |
react-native: * | |
@types/react-native-datepicker | |
react-native: * | |
moment: >=2.14.0 | |
@types/react-native-dialog-input | |
react-native: * | |
@types/react-native-doc-viewer | |
react-native-fs: ^2.13.0 | |
@types/react-native-drawer | |
react-native: * | |
@types/react-native-drawer-layout | |
react-native: * | |
@types/react-native-elevated-view | |
react-native: * | |
@types/react-native-fbsdk | |
react-native: * | |
@types/react-native-flip-card | |
react-native: * | |
@types/react-native-form | |
react-native: * | |
@types/react-native-google-signin | |
react-native: * | |
@types/react-native-highlight-words | |
react-native: * | |
@types/react-native-htmlview | |
react-native: * | |
@types/react-native-image-gallery | |
react-native: * | |
@types/react-native-indicators | |
react-native: * | |
@types/react-native-keyboard-spacer | |
react-native: * | |
@types/react-native-loading-spinner-overlay | |
react-native: * | |
@types/react-native-material-design-searchbar | |
react-native: * | |
@types/react-native-material-dropdown | |
react-native: * | |
@types/react-native-material-menu | |
react-native: * | |
@types/react-native-material-ripple | |
react-native: * | |
@types/react-native-material-textfield | |
react-native: * | |
@types/react-native-material-ui | |
react-native: * | |
@types/react-native-modal-filter-picker | |
react-native: * | |
@types/react-native-modalbox | |
react-native: * | |
@types/react-native-modals | |
react-native: * | |
@types/react-native-multi-slider | |
react-native: * | |
@types/react-native-navbar | |
react-native: * | |
@types/react-native-onboarding-swiper | |
react-native: * | |
@types/react-native-percentage-circle | |
react-native: * | |
@types/react-native-phone-input | |
react-native: * | |
@types/react-native-photo-view | |
react-native: * | |
@types/react-native-platform-touchable | |
react-native: * | |
@types/react-native-popup-dialog | |
react-native: * | |
@types/react-native-responsive-image | |
react-native: * | |
@types/react-native-safari-view | |
react-native: * | |
@types/react-native-scaled-image | |
react-native: * | |
@types/react-native-scrollable-tab-view | |
react-native: * | |
@types/react-native-settings-list | |
react-native: * | |
@types/react-native-share | |
react-native: * | |
@types/react-native-side-menu | |
react-native: * | |
@types/react-native-signature-capture | |
react-native: * | |
@types/react-native-simple-radio-button | |
react-native: * | |
@types/react-native-snackbar-component | |
react-native: * | |
@types/react-native-snap-carousel | |
react-native: * | |
@types/react-native-sortable-list | |
react-native: * | |
@types/react-native-star-rating | |
react-native: * | |
@types/react-native-svg-charts | |
react-native: * | |
react-native-svg: ^6.2.1 | |
@types/react-native-svg-uri | |
react-native: * | |
@types/react-native-tab-navigator | |
react-native: * | |
@types/react-native-table-component | |
react-native: * | |
csstype: ^3.0.3 | |
@types/react-native-tags | |
react-native: * | |
@types/react-native-text-input-mask | |
react-native: * | |
@types/react-native-toast-native | |
react-native: * | |
@types/react-native-typewriter | |
react-native: * | |
@types/react-native-typing-animation | |
react-native: * | |
@types/react-native-video | |
react-native: * | |
@types/react-native-video-player | |
react-native: * | |
@types/react-native-web | |
react-native: * | |
@types/react-native-webrtc | |
react-native: * | |
@types/react-native-wheel-pick | |
react-native: * | |
@types/react-native-zss-rich-text-editor | |
react-native: * | |
@types/react-notification-system-redux | |
redux: ^3.6.0 | |
@types/react-primitives | |
react-native: * | |
@types/react-redux | |
hoist-non-react-statics: ^3.3.0 | |
redux: ^4.0.0 | |
@types/react-redux-epic | |
redux: ^3.6.0 | |
redux-observable: ^0.18.0 | |
rxjs: ^5.5.5 | |
@types/react-redux-i18n | |
redux: ^3.7.2 | |
@types/react-redux-toastr | |
redux: ^3.6.0 || ^4.0.0 || ^5.0.0 | |
@types/react-refresh | |
csstype: ^3.0.2 | |
@types/react-responsive-spritesheet | |
csstype: ^3.0.10 | |
@types/react-router-navigation | |
react-native: * | |
@types/react-router-navigation-core | |
react-native: * | |
@types/react-router-param-link | |
react-router-dom: ^6.0.0 | |
@types/react-router-redux | |
redux: >= 3.7.2 | |
@types/react-scroll-into-view-if-needed | |
scroll-into-view-if-needed: * | |
@types/react-smooth-scrollbar | |
smooth-scrollbar: ^8.2.5 | |
@types/react-sortable-tree | |
react-dnd: ^11.1.3 | |
@types/react-swipeable-views-utils | |
@material-ui/types: ^4.0.0 | |
@types/react-widgets-moment | |
moment: ^2.18.1 | |
@types/react-with-styles | |
aphrodite: ^2.0.0 | |
@types/readable-stream | |
safe-buffer: ~5.1.1 | |
@types/redux-action | |
redux: ^4.0.1 | |
@types/redux-action-utils | |
redux: ^3.6.0 | |
@types/redux-api-middleware | |
redux: ^4.0.1 | |
@types/redux-async-queue | |
redux: ^4.0.0 | |
@types/redux-auth-wrapper | |
redux: ^3.7.2 | |
@types/redux-batched-subscribe | |
redux: ^4.0.0 | |
@types/redux-cablecar | |
redux: ^4.0.4 | |
@types/redux-debounced | |
redux: ^3.6.0 | |
@types/redux-doghouse | |
redux: ^3.7.1 | |
@types/redux-duck | |
redux: ^4.0.1 | |
@types/redux-first-router | |
redux: ^4.0.0 | |
@types/redux-first-routing | |
redux: ^4.0.0 | |
@types/redux-form | |
redux: ^3.6.0 || ^4.0.0 | |
@types/redux-immutable | |
immutable: ^4.0.0-rc.1 | |
redux: ^4.0.0 | |
@types/redux-immutable-state-invariant | |
redux: ^3.6.0 || ^4.0.0 | |
@types/redux-injectable-store | |
redux: ^3.6.0 | |
@types/redux-localstorage | |
redux: ^3.6.0 | |
@types/redux-localstorage-debounce | |
redux: ^3.6.0 | |
@types/redux-localstorage-filter | |
redux: ^3.6.0 | |
@types/redux-logger | |
redux: ^5.0.0 | |
@types/redux-logic-test | |
redux: ^4.0.5 | |
redux-logic: ^3.0.0 | |
@types/redux-mock-store | |
redux: ^4.0.5 | |
@types/redux-optimistic-ui | |
redux: ^3.6.0 | |
@types/redux-pack | |
redux: ^3.6.0 | |
@types/redux-persist-transform-encrypt | |
redux: ^3.6.0 | |
redux-persist: ^4.5.0 | |
@types/redux-promise | |
redux: ^3.6.0 | |
@types/redux-promise-listener | |
redux: ^4.0.0 | |
@types/redux-react-session | |
redux: ^4.0.5 | |
@types/redux-recycle | |
redux: ^3.6.0 | |
@types/redux-router | |
redux: ^3.6.0 | |
@types/redux-saga-routines | |
redux: ^3.6.0 || ^4.0.0 | |
@types/redux-saga-test-engine | |
@redux-saga/types: ^1.0.0 | |
@types/redux-saga-tester | |
redux: ^3.7.2 | |
redux-saga: ^0.15.3 | |
@types/redux-seamless-immutable | |
redux: ^5.0.0 | |
@types/redux-sentry-middleware | |
@sentry/browser: ^5.0.0 || ^6.0.0 | |
redux: ^4.0.0 | |
@types/redux-shortcuts | |
redux: ^3.6.0 | |
@types/redux-socket.io | |
redux: ^3.6.0 | |
@types/redux-state-sync | |
broadcast-channel: ^2.1.8 | |
redux: ^4.0.1 | |
@types/redux-storage | |
redux: ^3.6.0 || ^4.0.0 | |
@types/redux-testkit | |
redux: * | |
redux-thunk: * | |
@types/redux-timeout | |
redux: ^4.1.2 | |
@types/redux-ui | |
redux: ^3.6.0 | |
@types/reflexbox | |
@emotion/react: * | |
@emotion/styled: * | |
@types/remark-abbr | |
remark: ^12.0.0 | |
unified: ^9.2.0 | |
@types/remark-heading-id | |
unified: ^11.0.0 | |
@types/remark-hint | |
remark: ^14.0.2 | |
unified: ^10.1.2 | |
@types/remark-oembed | |
remark: ^14.0.3 | |
unified: ^10.1.2 | |
@types/remark-prism | |
remark: ^14.0.2 | |
unified: ^10.0.0 | |
@types/remote-redux-devtools | |
redux: ^4.0.0 | |
@types/remotedev-serialize | |
immutable: ^3.8.1 | |
@types/request | |
form-data: ^2.5.0 | |
@types/reselect-tools | |
reselect: ^4.0.0 | |
@types/rmc-drawer | |
moment: ^2.19.4 | |
@types/rn-app-upgrade | |
react-native: * | |
@types/rn-material-ui-textfield | |
react-native: * | |
@types/rollup-plugin-add-git-msg | |
rollup: >=0.63.4 | |
@types/rollup-plugin-auto-external | |
rollup: >=2.0.0 | |
@types/rollup-plugin-buble | |
rollup: ^0.63.4 | |
@types/rollup-plugin-css-only | |
rollup: ^0.63.4 | |
@types/rollup-plugin-generate-package-json | |
rollup: >=1.0.0 | |
@types/rollup-plugin-json | |
rollup: ^0.63.4 | |
@types/rollup-plugin-less | |
rollup: ^0.63.4 | |
@types/rollup-plugin-natives | |
rollup: ^3.29.0 | |
@types/rollup-plugin-node-builtins | |
rollup: ^0.63.4 | |
@types/rollup-plugin-node-globals | |
rollup: ^0.63.4 | |
@types/rollup-plugin-peer-deps-external | |
rollup: ^0.63.4 | |
@types/rollup-plugin-progress | |
rollup: ^0.63.4 | |
@types/rollup-plugin-size-snapshot | |
rollup: ^0.63.4 | |
@types/rollup-plugin-svelte-svg | |
rollup: ^2 | |
svelte: ^3 | |
@types/rollup-plugin-url | |
rollup: ^0.63.4 | |
@types/rollup-plugin-visualizer | |
rollup: ^2.42.3 | |
@types/rollup__plugin-virtual | |
rollup: ^1.31.1 | |
@types/ronilaukkarinen__gulp-stylelint | |
stylelint: 10 - 15 | |
@types/roslib | |
eventemitter2: ^6.4.0 | |
@types/route-cache | |
ioredis: ^5.3.2 | |
@types/rtlcss | |
postcss: ^8.2.x | |
@types/s3-zip | |
@aws-sdk/client-s3: ^3.0.0 | |
@types/samirrayani__metascraper-shopping | |
metascraper: >=5.14.8 <=5.40.0 | |
@types/sanitize-html | |
htmlparser2: ^8.0.0 | |
@types/sass-loader | |
sass: ^1.45.0 | |
@types/sass-true | |
sass: ^1.45.0 | |
@types/sawtooth-sdk | |
protobufjs: ^6.8.8 | |
@types/sc-hot-reboot | |
chokidar: ^2.1.2 | |
@types/schwifty | |
@hapi/hapi: ^21.1.0 | |
joi: ^17.7.0 | |
knex: ^0.16.1 | |
objection: ^1.1.9 | |
@types/setup-polly-jest | |
@pollyjs/adapter: ^6.0.4 | |
@pollyjs/core: ^6.0.5 | |
@pollyjs/persister: ^6.0.5 | |
@types/should-sinon | |
should: ^13.2.1 | |
@types/slack-mock | |
nock: ^11.1.0 | |
@types/slate | |
immutable: ^3.8.2 | |
@types/snazzy-info-window | |
handlebars: ^4.1.0 | |
@types/snowflake-sdk | |
generic-pool: ^3.9.0 | |
@types/source-map-support | |
source-map: ^0.6.0 | |
@types/sparql-http-client | |
@rdfjs/types: >=1.0.0 | |
@types/sparqljs | |
@rdfjs/types: >=1.0.0 | |
@types/splitpanes | |
vue: ^2.0.0 | |
@types/storefront-ui__vue | |
vue: ^2.0.0 | |
vue-router: ^3.0.0 | |
@types/storybook-addon-jsx | |
@storybook/addons: ^6.5.9 | |
@storybook/react: ^6.5.9 | |
@types/storybook-react-router | |
@storybook/addons: ^6.5.9 | |
@storybook/react: ^6.5.9 | |
@types/storybook-readme | |
@storybook/addons: ^6.5.9 | |
@storybook/react: ^6.5.9 | |
@types/storybook__addon-info | |
@storybook/addons: ^6.5.9 | |
@storybook/csf: 0.0.2--canary.4566f4d.1 | |
@storybook/react: ^6.5.9 | |
@types/styled-components | |
csstype: ^3.0.2 | |
@types/styled-system | |
csstype: ^3.0.2 | |
@types/styled-system__core | |
csstype: ^3.0.2 | |
@types/styled-system__css | |
csstype: ^3.0.2 | |
@types/styled-theming | |
csstype: ^3.0.2 | |
@types/styletron-standard | |
csstype: ^3.0.2 | |
@types/superagent | |
form-data: ^4.0.0 | |
@types/surma__rollup-plugin-off-main-thread | |
rollup: >=2.0.0 | |
@types/svelte-leafletjs | |
svelte: ^3.48.0 | |
@types/svelte-range-slider-pips | |
svelte: ^3.0.0 | |
@types/svg-sprite | |
winston: ^3.0.0 | |
@types/svg-spritemap-webpack-plugin | |
tapable: ^2.2.0 | |
webpack: ^5.0.0 | |
@types/svgr__rollup | |
rollup: ^1.23.1 | |
@types/sw-precache | |
sw-toolbox: * | |
@types/swag | |
handlebars: ^4.1.0 | |
@types/swagger-express-middleware | |
swagger-parser: ^7.0.1 | |
@types/swagger-stats | |
@hapi/hapi: 21.1.0 | |
fastify: ^3.0.0 | |
joi: ^17.7.0 | |
prom-client: >=11.5.3 | |
@types/swagger2openapi | |
openapi-types: ^12.1.0 | |
@types/syntax-error | |
acorn: ^7.0.0 | |
@types/tapable | |
tapable: ^2.2.0 | |
@types/tar | |
minipass: ^4.0.0 | |
@types/task-worklet | |
typescript: >2.9.0 | |
@types/tasker-js-runner | |
tasker-types: ^1.0.0 | |
@types/testing-library__cypress | |
@testing-library/dom: ^7.11.0 | |
cypress: * | |
@types/theo | |
immutable: 3.8.2 | |
@types/three | |
@tweenjs/tween.js: ~23.1.3 | |
@webgpu/types: * | |
fflate: ~0.8.2 | |
meshoptimizer: ~0.18.1 | |
@types/tinajs__tina-redux | |
redux: ^4.0.0 | |
@types/tuya-panel-kit | |
react-native-gesture-handler: 1.8.0 | |
react-native-safe-area-context: 3.1.7 | |
react-native-svg: 5.5.1 | |
@types/twix | |
moment: >=2.14.0 | |
@types/uglify-js | |
source-map: ^0.6.1 | |
@types/umzug | |
mongodb: ^4.1.4 | |
@types/undertaker | |
async-done: ~1.3.2 | |
@types/uni-app | |
vue: ^2.6.8 | |
@types/update-notifier | |
boxen: ^7.1.1 | |
@types/use-analytics | |
analytics: ^0.8.1 | |
@types/use-global-hook | |
immer: ^9.0.6 | |
@types/v-chart-plugin | |
vue: ^2.0.0 | |
@types/viewport-mercator-project | |
gl-matrix: ^3.2.0 | |
@types/vis | |
moment: >=2.13.0 | |
@types/vision | |
handlebars: ^4.1.0 | |
@types/vite-plugin-react-svg | |
vite: ^2.3.8 | |
@types/vue-barcode-reader | |
vue: ^2.0.0 | |
@types/vue-chartkick | |
vue: ^2.0.0 | |
@types/vue-clickaway | |
vue: ^2.0.0 | |
@types/vue-color | |
vue: ^2.0.0 | |
@types/vue-cropperjs | |
vue: ^2.0.0 | |
@types/vue-datetime | |
vue: ^2.0.0 | |
@types/vue-feather-icons | |
vue: ^2.0.0 | |
@types/vue-json-compare | |
vue: ^2.0.0 | |
@types/vue-ls | |
vue: ^2.0.0 | |
@types/vue-markdown | |
vue: ^2.5.16 | |
@types/vue-moment | |
moment: >=2.24.0 | |
vue: ^2.6.10 | |
@types/vue-nice-dates | |
date-fns: ^2.9.0 | |
vue: ^2.3.0 | |
@types/vue-scroll-up | |
vue: ^2.0.0 | |
@types/vue-select | |
vue: ^2.0.0 | |
@types/vue-splitpane | |
vue: ^2.0.0 | |
@types/vue-tel-input | |
vue: ^2.0.0 | |
@types/vue-the-mask | |
vue: ^2.6.10 | |
@types/vue-writer | |
vue: ^3.0.5 | |
@types/vue2-datepicker | |
vue: ^2.5.0 | |
@types/vue2-editor | |
vue: ^2.0.0 | |
@types/vue2-hammer | |
vue: ^2.0.0 | |
@types/vue3-carousel-3d | |
@babel/types: ^7.21.2 | |
vue: ^3.2.38 | |
@types/vuelidate | |
vue: ^2.6.11 | |
@types/vusion__webfonts-generator | |
handlebars: ^4.0.11 | |
@types/w3c-generic-sensor | |
typescript: ^2.2.2 | |
@types/wallabyjs | |
typescript: * | |
@types/weaveid | |
arweave: ^1.10.0 | |
@types/webp-in-css | |
postcss: ^8.4.4 | |
@types/webpack | |
tapable: ^2.2.0 | |
webpack: ^5 | |
@types/webpack-assets-manifest | |
tapable: ^2.2.0 | |
webpack: ^5 | |
@types/webpack-bundle-analyzer | |
tapable: ^2.2.0 | |
webpack: ^5 | |
@types/webpack-files-archive-plugin | |
buffer: * | |
tapable: ^2.2.0 | |
webpack: ^5 | |
@types/webpack-hot-middleware | |
tapable: ^2.2.0 | |
webpack: ^5 | |
@types/webpack-node-externals | |
webpack: ^5 | |
@types/webpack-plugin-serve | |
globby: ^11.0.1 | |
http-proxy-middleware: ^1.0.0 | |
@types/webpack-react-component-name | |
webpack: ^5 | |
@types/webpack-sources | |
source-map: ^0.7.3 | |
@types/webpack-watch-files-plugin | |
tapable: ^2.2.0 | |
webpack: ^5 | |
@types/wepy-redux | |
redux: ^4.0.0 | |
@types/winston-loggly-bulk | |
winston: ^3.0.0 | |
winston-transport: ^4.3.0 | |
@types/winston-syslog | |
winston: ^3.0.0 | |
winston-transport: ^4.3.0 | |
@types/wordpress__block-editor | |
@wordpress/data: ^9.13.0 | |
@wordpress/components: ^27.2.0 | |
@wordpress/element: ^5.0.0 | |
@wordpress/keycodes: ^3.54.0 | |
react-autosize-textarea: ^7.1.0 | |
@types/wordpress__blocks | |
@wordpress/components: ^27.2.0 | |
@wordpress/data: ^9.13.0 | |
@wordpress/element: ^5.0.0 | |
@types/wordpress__edit-post | |
@wordpress/components: ^28.4.0 | |
@wordpress/data: ^10.4.0 | |
@wordpress/element: ^6.4.0 | |
@types/wordpress__editor | |
@wordpress/core-data: ^7.3.0 | |
@wordpress/components: ^28.3.0 | |
@wordpress/data: ^10.3.0 | |
@wordpress/element: ^6.3.0 | |
@types/wordpress__media-utils | |
@wordpress/core-data: ^5.0.0 | |
@wordpress/element: ^5.0.0 | |
@types/wordpress__viewport | |
@wordpress/data: ^9.0.0 | |
@types/x-axios-progress-bar | |
axios: ^0.21.1 | |
@types/xml-crypto | |
xpath: 0.0.27 | |
@types/yeoman-environment | |
chalk: ^4.1.0 | |
commander: ^9.0.0 | |
execa: ^5.0.0 | |
rxjs: ^6.4.0 | |
@types/yeoman-generator | |
rxjs: ^6.4.0 | |
@types/yup-locale-pl | |
yup: ^0.32.11 | |
@types/zedit__upf | |
electron: ^10.1.2 | |
fs-jetpack: ^3.1.0 | |
@types/zipkin-context-cls | |
zipkin: >=0.11.0 | |
@types/zipkin-instrumentation-fetch | |
zipkin: >=0.11.0 | |
zipkin-transport-http: ^0.12.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment