Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Travel Planner MCP Server
Claim
by
GongRzhe
npm
GitHub
Travel & Transportation
Location Services
JavaScript
MIT License
11
6
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
node_modules
split-on-first
node_modules/split-on-first/index.d.ts
node_modules/split-on-first/index.js
node_modules/split-on-first/license
node_modules/split-on-first/package.json
node_modules/split-on-first/readme.md
{ "name": "split-on-first", "version": "1.1.0", "description": "Split a string on the first occurance of a given separator", "license": "MIT", "repository": "sindresorhus/split-on-first", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=6" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "split", "string", "first", "occurrence", "separator", "delimiter", "text" ], "devDependencies": { "ava": "^1.4.1", "tsd": "^0.7.2", "xo": "^0.24.0" } }