package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "escape-string-regexp@^1.0.5",
  3. "_id": "escape-string-regexp@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
  6. "_location": "/escape-string-regexp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "escape-string-regexp@^1.0.5",
  12. "name": "escape-string-regexp",
  13. "escapedName": "escape-string-regexp",
  14. "rawSpec": "^1.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.5"
  17. },
  18. "_requiredBy": [
  19. "/@babel/highlight/chalk",
  20. "/@soda/friendly-errors-webpack-plugin/chalk",
  21. "/@vue/cli-shared-utils/chalk",
  22. "/coa/chalk",
  23. "/figures",
  24. "/launch-editor/chalk",
  25. "/log-symbols/chalk",
  26. "/ora/chalk",
  27. "/postcss/chalk",
  28. "/posthtml-rename-id",
  29. "/runjs/chalk",
  30. "/svg-baker/chalk",
  31. "/svg-sprite-loader",
  32. "/svgo/chalk",
  33. "/webpack-bundle-analyzer/chalk"
  34. ],
  35. "_resolved": "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz?cache=0&sync_timestamp=1618677243201&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fescape-string-regexp%2Fdownload%2Fescape-string-regexp-1.0.5.tgz",
  36. "_shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
  37. "_spec": "escape-string-regexp@^1.0.5",
  38. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\highlight\\node_modules\\chalk",
  39. "author": {
  40. "name": "Sindre Sorhus",
  41. "email": "sindresorhus@gmail.com",
  42. "url": "sindresorhus.com"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  46. },
  47. "bundleDependencies": false,
  48. "deprecated": false,
  49. "description": "Escape RegExp special characters",
  50. "devDependencies": {
  51. "ava": "*",
  52. "xo": "*"
  53. },
  54. "engines": {
  55. "node": ">=0.8.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  61. "keywords": [
  62. "escape",
  63. "regex",
  64. "regexp",
  65. "re",
  66. "regular",
  67. "expression",
  68. "string",
  69. "str",
  70. "special",
  71. "characters"
  72. ],
  73. "license": "MIT",
  74. "maintainers": [
  75. {
  76. "name": "Sindre Sorhus",
  77. "email": "sindresorhus@gmail.com",
  78. "url": "sindresorhus.com"
  79. },
  80. {
  81. "name": "Joshua Boy Nicolai Appelman",
  82. "email": "joshua@jbna.nl",
  83. "url": "jbna.nl"
  84. }
  85. ],
  86. "name": "escape-string-regexp",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  90. },
  91. "scripts": {
  92. "test": "xo && ava"
  93. },
  94. "version": "1.0.5"
  95. }