package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "escape-string-regexp@^1.0.2",
  3. "_id": "[email protected]",
  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.2",
  12. "name": "escape-string-regexp",
  13. "escapedName": "escape-string-regexp",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/autoprefixer/chalk",
  20. "/chalk",
  21. "/figures",
  22. "/gulp-debug/chalk",
  23. "/inquirer/chalk",
  24. "/postcss/chalk",
  25. "/replacestream",
  26. "/rtlcss/chalk"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  29. "_shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
  30. "_spec": "escape-string-regexp@^1.0.2",
  31. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\chalk",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "[email protected]",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "Escape RegExp special characters",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.8.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  54. "keywords": [
  55. "escape",
  56. "regex",
  57. "regexp",
  58. "re",
  59. "regular",
  60. "expression",
  61. "string",
  62. "str",
  63. "special",
  64. "characters"
  65. ],
  66. "license": "MIT",
  67. "maintainers": [
  68. {
  69. "name": "Sindre Sorhus",
  70. "email": "[email protected]",
  71. "url": "sindresorhus.com"
  72. },
  73. {
  74. "name": "Joshua Boy Nicolai Appelman",
  75. "email": "[email protected]",
  76. "url": "jbna.nl"
  77. }
  78. ],
  79. "name": "escape-string-regexp",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  83. },
  84. "scripts": {
  85. "test": "xo && ava"
  86. },
  87. "version": "1.0.5"
  88. }