package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "escape-string-regexp@^1.0.5",
  3. "_id": "escape-string-regexp@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
  6. "_location": "/escape-string-regexp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "escape-string-regexp@^1.0.5",
  12. "name": "escape-string-regexp",
  13. "escapedName": "escape-string-regexp",
  14. "rawSpec": "^1.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.5"
  17. },
  18. "_requiredBy": [
  19. "/babel-code-frame/chalk",
  20. "/chalk",
  21. "/clean-regexp",
  22. "/figures",
  23. "/vue-server-renderer/chalk"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  26. "_shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
  27. "_spec": "escape-string-regexp@^1.0.5",
  28. "_where": "H:\\gs_nuxt\\node_modules\\chalk",
  29. "author": {
  30. "name": "Sindre Sorhus",
  31. "email": "sindresorhus@gmail.com",
  32. "url": "sindresorhus.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "Escape RegExp special characters",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.8.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  51. "keywords": [
  52. "escape",
  53. "regex",
  54. "regexp",
  55. "re",
  56. "regular",
  57. "expression",
  58. "string",
  59. "str",
  60. "special",
  61. "characters"
  62. ],
  63. "license": "MIT",
  64. "maintainers": [
  65. {
  66. "name": "Sindre Sorhus",
  67. "email": "sindresorhus@gmail.com",
  68. "url": "sindresorhus.com"
  69. },
  70. {
  71. "name": "Joshua Boy Nicolai Appelman",
  72. "email": "joshua@jbna.nl",
  73. "url": "jbna.nl"
  74. }
  75. ],
  76. "name": "escape-string-regexp",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  80. },
  81. "scripts": {
  82. "test": "xo && ava"
  83. },
  84. "version": "1.0.5"
  85. }