package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "escape-string-regexp@1.0.5",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. ],
  32. "_resolved": "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz",
  33. "_spec": "1.0.5",
  34. "_where": "/Users/lihai/jolijoli/pad_spa",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  42. },
  43. "description": "Escape RegExp special characters",
  44. "devDependencies": {
  45. "ava": "*",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.8.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  55. "keywords": [
  56. "escape",
  57. "regex",
  58. "regexp",
  59. "re",
  60. "regular",
  61. "expression",
  62. "string",
  63. "str",
  64. "special",
  65. "characters"
  66. ],
  67. "license": "MIT",
  68. "maintainers": [
  69. {
  70. "name": "Sindre Sorhus",
  71. "email": "sindresorhus@gmail.com",
  72. "url": "sindresorhus.com"
  73. },
  74. {
  75. "name": "Joshua Boy Nicolai Appelman",
  76. "email": "joshua@jbna.nl",
  77. "url": "jbna.nl"
  78. }
  79. ],
  80. "name": "escape-string-regexp",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  84. },
  85. "scripts": {
  86. "test": "xo && ava"
  87. },
  88. "version": "1.0.5"
  89. }