package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "escape-string-regexp@^5.0.0",
  3. "_id": "escape-string-regexp@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  6. "_location": "/escape-string-regexp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "escape-string-regexp@^5.0.0",
  12. "name": "escape-string-regexp",
  13. "escapedName": "escape-string-regexp",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/unimport"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  22. "_shasum": "4683126b500b61762f2dbebace1806e8be31b1c8",
  23. "_spec": "escape-string-regexp@^5.0.0",
  24. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\unimport",
  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/escape-string-regexp/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Escape RegExp special characters",
  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/escape-string-regexp#readme",
  51. "keywords": [
  52. "escape",
  53. "regex",
  54. "regexp",
  55. "regular",
  56. "expression",
  57. "string",
  58. "special",
  59. "characters"
  60. ],
  61. "license": "MIT",
  62. "name": "escape-string-regexp",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava && tsd"
  69. },
  70. "type": "module",
  71. "version": "5.0.0"
  72. }