package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "split-on-first@3.0.0",
  3. "_id": "split-on-first@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qxQJTx2ryR0Dw0ITYyekNQWpz6f8dGd7vffGNflQQ3Iqj9NJ6qiZ7ELpZsJ/QBhIVAiDfXdag3+Gp8RvWa62AA==",
  6. "_location": "/split-on-first",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "split-on-first@3.0.0",
  12. "name": "split-on-first",
  13. "escapedName": "split-on-first",
  14. "rawSpec": "3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/query-string"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/split-on-first/-/split-on-first-3.0.0.tgz",
  22. "_shasum": "f04959c9ea8101b9b0bbf35a61b9ebea784a23e7",
  23. "_spec": "split-on-first@3.0.0",
  24. "_where": "D:\\Desktop\\本地生活服务客户端\\LocalLivingServicesUniapp\\node_modules\\query-string",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/split-on-first/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Split a string on the first occurance of a given separator",
  36. "devDependencies": {
  37. "ava": "^3.15.0",
  38. "tsd": "^0.14.0",
  39. "xo": "^0.38.2"
  40. },
  41. "engines": {
  42. "node": ">=12"
  43. },
  44. "exports": "./index.js",
  45. "files": [
  46. "index.js",
  47. "index.d.ts"
  48. ],
  49. "funding": "https://github.com/sponsors/sindresorhus",
  50. "homepage": "https://github.com/sindresorhus/split-on-first#readme",
  51. "keywords": [
  52. "split",
  53. "string",
  54. "first",
  55. "once",
  56. "occurrence",
  57. "separator",
  58. "delimiter",
  59. "text"
  60. ],
  61. "license": "MIT",
  62. "name": "split-on-first",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/split-on-first.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava && tsd"
  69. },
  70. "type": "module",
  71. "version": "3.0.0"
  72. }