package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "escape-string-regexp@^1.0.5",
  3. "_id": "escape-string-regexp@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  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. "/@vue/cli-service",
  20. "/babel-code-frame/chalk",
  21. "/chalk",
  22. "/figures",
  23. "/listr-update-renderer/chalk",
  24. "/listr-verbose-renderer/chalk",
  25. "/listr/chalk",
  26. "/mocha",
  27. "/posthtml-rename-id",
  28. "/svg-baker/chalk",
  29. "/svg-sprite-loader"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  32. "_shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
  33. "_spec": "escape-string-regexp@^1.0.5",
  34. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\chalk",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  42. },
  43. "bundleDependencies": false,
  44. "deprecated": false,
  45. "description": "Escape RegExp special characters",
  46. "devDependencies": {
  47. "ava": "*",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=0.8.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  57. "keywords": [
  58. "escape",
  59. "regex",
  60. "regexp",
  61. "re",
  62. "regular",
  63. "expression",
  64. "string",
  65. "str",
  66. "special",
  67. "characters"
  68. ],
  69. "license": "MIT",
  70. "maintainers": [
  71. {
  72. "name": "Sindre Sorhus",
  73. "email": "sindresorhus@gmail.com",
  74. "url": "sindresorhus.com"
  75. },
  76. {
  77. "name": "Joshua Boy Nicolai Appelman",
  78. "email": "joshua@jbna.nl",
  79. "url": "jbna.nl"
  80. }
  81. ],
  82. "name": "escape-string-regexp",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  86. },
  87. "scripts": {
  88. "test": "xo && ava"
  89. },
  90. "version": "1.0.5"
  91. }