package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "escape-string-regexp@1.0.5",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  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": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  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. "/plop/chalk",
  33. "/posthtml-rename-id",
  34. "/svg-baker/chalk",
  35. "/svg-sprite-loader",
  36. "/svgo/chalk",
  37. "/webpack-bundle-analyzer/chalk",
  38. "/webpackbar/chalk"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  41. "_spec": "1.0.5",
  42. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  43. "author": {
  44. "name": "Sindre Sorhus",
  45. "email": "sindresorhus@gmail.com",
  46. "url": "sindresorhus.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  50. },
  51. "description": "Escape RegExp special characters",
  52. "devDependencies": {
  53. "ava": "*",
  54. "xo": "*"
  55. },
  56. "engines": {
  57. "node": ">=0.8.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  63. "keywords": [
  64. "escape",
  65. "regex",
  66. "regexp",
  67. "re",
  68. "regular",
  69. "expression",
  70. "string",
  71. "str",
  72. "special",
  73. "characters"
  74. ],
  75. "license": "MIT",
  76. "maintainers": [
  77. {
  78. "name": "Sindre Sorhus",
  79. "email": "sindresorhus@gmail.com",
  80. "url": "sindresorhus.com"
  81. },
  82. {
  83. "name": "Joshua Boy Nicolai Appelman",
  84. "email": "joshua@jbna.nl",
  85. "url": "jbna.nl"
  86. }
  87. ],
  88. "name": "escape-string-regexp",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  92. },
  93. "scripts": {
  94. "test": "xo && ava"
  95. },
  96. "version": "1.0.5"
  97. }