package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "escape-string-regexp@1.0.5",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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. "/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?cache=0&sync_timestamp=1618677355234&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fescape-string-regexp%2Fdownload%2Fescape-string-regexp-1.0.5.tgz",
  31. "_spec": "1.0.5",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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. }