ts-pkgx
Version:
A library & CLI for managing packages
76 lines • 3.26 kB
TypeScript
/**
* **google-maps-scraper** - scrape data data from Google Maps. Extracts data such as the name, address, phone number, website URL, rating, reviews number, latitude and longitude, reviews,email and more for each place
*
* @domain `github.com/gosom/google-maps-scraper`
* @programs `google-maps-scraper`
* @version `1.8.2` (40 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install google-maps-scraper`
* @name `google-maps-scraper`
* @dependencies `curl.se/ca-certs`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* // Access the package
* const pkg = pantry.googlemapsscraper
* // Or access via domain
* const samePkg = pantry.githubcomgosomgooglemapsscraper
* console.log(pkg === samePkg) // true
* console.log(pkg.name) // "google-maps-scraper"
* console.log(pkg.description) // "scrape data data from Google Maps. Extracts da..."
* console.log(pkg.programs) // ["google-maps-scraper"]
* console.log(pkg.versions[0]) // "1.8.2" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/gosom/google-maps-scraper.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const googlemapsscraperPackage: {
/**
* The display name of this package.
*/
name: 'google-maps-scraper';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/gosom/google-maps-scraper';
/**
* Brief description of what this package does.
*/
description: 'scrape data data from Google Maps. Extracts data such as the name, address, phone number, website URL, rating, reviews number, latitude and longitude, reviews,email and more for each place';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/gosom/google-maps-scraper/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install google-maps-scraper';
/**
* Executable programs provided by this package.
* These can be run after installation.
*/
programs: readonly ['google-maps-scraper'];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['curl.se/ca-certs'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['1.8.2', '1.8.1', '1.8.0', '1.7.14', '1.7.13', '1.7.12', '1.7.10', '1.7.9', '1.7.8', '1.7.7', '1.7.6', '1.7.5', '1.7.4', '1.7.3', '1.7.2', '1.7.1', '1.7.0', '1.6.1', '1.6.0', '1.5.3', '1.5.2', '1.5.1', '1.5.0', '1.4.2', '1.4.1', '1.4.0', '1.3.6', '1.3.5', '1.3.3', '1.3.2', '1.3.1', '1.3.0', '1.2.4', '1.2.3', '1.2.2', '1.2.1', '1.2.0', '1.1.3', '1.1.2', '1.1.0'];
/**
* Alternative names for this package.
* You can use any of these names to access the package.
*/
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) google-maps-scraper -- $SHELL -i';
launchpadInstallCommand: 'launchpad install google-maps-scraper'
};
export type GooglemapsscraperPackage = typeof googlemapsscraperPackage