租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.8 KiB

3 months ago
  1. {
  2. "_from": "escape-string-regexp@^4.0.0",
  3. "_id": "escape-string-regexp@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  6. "_location": "/escape-string-regexp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "escape-string-regexp@^4.0.0",
  12. "name": "escape-string-regexp",
  13. "escapedName": "escape-string-regexp",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  22. "_shasum": "14ba83a5d373e3d311e5afca29cf5bfad965bf34",
  23. "_spec": "escape-string-regexp@^4.0.0",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\eslint",
  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": "^1.4.1",
  38. "tsd": "^0.11.0",
  39. "xo": "^0.28.3"
  40. },
  41. "engines": {
  42. "node": ">=10"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "funding": "https://github.com/sponsors/sindresorhus",
  49. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  50. "keywords": [
  51. "escape",
  52. "regex",
  53. "regexp",
  54. "regular",
  55. "expression",
  56. "string",
  57. "special",
  58. "characters"
  59. ],
  60. "license": "MIT",
  61. "name": "escape-string-regexp",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  65. },
  66. "scripts": {
  67. "test": "xo && ava && tsd"
  68. },
  69. "version": "4.0.0"
  70. }