package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "escape-string-regexp@1.0.5",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "escape-string-regexp@1.0.5",
  9. "_id": "escape-string-regexp@1.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  12. "_location": "/escape-string-regexp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "escape-string-regexp@1.0.5",
  18. "name": "escape-string-regexp",
  19. "escapedName": "escape-string-regexp",
  20. "rawSpec": "1.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.5"
  23. },
  24. "_requiredBy": [
  25. "/@vue/cli-service",
  26. "/babel-code-frame/chalk",
  27. "/chalk",
  28. "/figures",
  29. "/node-sass/chalk"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  32. "_spec": "1.0.5",
  33. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  41. },
  42. "description": "Escape RegExp special characters",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.8.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  54. "keywords": [
  55. "escape",
  56. "regex",
  57. "regexp",
  58. "re",
  59. "regular",
  60. "expression",
  61. "string",
  62. "str",
  63. "special",
  64. "characters"
  65. ],
  66. "license": "MIT",
  67. "maintainers": [
  68. {
  69. "name": "Sindre Sorhus",
  70. "email": "sindresorhus@gmail.com",
  71. "url": "sindresorhus.com"
  72. },
  73. {
  74. "name": "Joshua Boy Nicolai Appelman",
  75. "email": "joshua@jbna.nl",
  76. "url": "jbna.nl"
  77. }
  78. ],
  79. "name": "escape-string-regexp",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  83. },
  84. "scripts": {
  85. "test": "xo && ava"
  86. },
  87. "version": "1.0.5"
  88. }