package.json 2.3 KB

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