| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "split-on-first@3.0.0",
- "_id": "split-on-first@3.0.0",
- "_inBundle": false,
- "_integrity": "sha512-qxQJTx2ryR0Dw0ITYyekNQWpz6f8dGd7vffGNflQQ3Iqj9NJ6qiZ7ELpZsJ/QBhIVAiDfXdag3+Gp8RvWa62AA==",
- "_location": "/split-on-first",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "split-on-first@3.0.0",
- "name": "split-on-first",
- "escapedName": "split-on-first",
- "rawSpec": "3.0.0",
- "saveSpec": null,
- "fetchSpec": "3.0.0"
- },
- "_requiredBy": [
- "/query-string"
- ],
- "_resolved": "https://registry.npmmirror.com/split-on-first/-/split-on-first-3.0.0.tgz",
- "_shasum": "f04959c9ea8101b9b0bbf35a61b9ebea784a23e7",
- "_spec": "split-on-first@3.0.0",
- "_where": "D:\\Desktop\\本地生活服务客户端\\LocalLivingServicesUniapp\\node_modules\\query-string",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/split-on-first/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Split a string on the first occurance of a given separator",
- "devDependencies": {
- "ava": "^3.15.0",
- "tsd": "^0.14.0",
- "xo": "^0.38.2"
- },
- "engines": {
- "node": ">=12"
- },
- "exports": "./index.js",
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "funding": "https://github.com/sponsors/sindresorhus",
- "homepage": "https://github.com/sindresorhus/split-on-first#readme",
- "keywords": [
- "split",
- "string",
- "first",
- "once",
- "occurrence",
- "separator",
- "delimiter",
- "text"
- ],
- "license": "MIT",
- "name": "split-on-first",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/split-on-first.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "type": "module",
- "version": "3.0.0"
- }
|