package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "escape-string-regexp@1.0.5",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_from": "escape-string-regexp@1.0.5",
  9. "_id": "escape-string-regexp@1.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
  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. "/@soda/friendly-errors-webpack-plugin/chalk",
  26. "/chalk",
  27. "/figures",
  28. "/node-sass/chalk"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz",
  31. "_spec": "1.0.5",
  32. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  40. },
  41. "description": "Escape RegExp special characters",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.8.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  53. "keywords": [
  54. "escape",
  55. "regex",
  56. "regexp",
  57. "re",
  58. "regular",
  59. "expression",
  60. "string",
  61. "str",
  62. "special",
  63. "characters"
  64. ],
  65. "license": "MIT",
  66. "maintainers": [
  67. {
  68. "name": "Sindre Sorhus",
  69. "email": "sindresorhus@gmail.com",
  70. "url": "sindresorhus.com"
  71. },
  72. {
  73. "name": "Joshua Boy Nicolai Appelman",
  74. "email": "joshua@jbna.nl",
  75. "url": "jbna.nl"
  76. }
  77. ],
  78. "name": "escape-string-regexp",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  82. },
  83. "scripts": {
  84. "test": "xo && ava"
  85. },
  86. "version": "1.0.5"
  87. }