package.json 2.4 KB

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