You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "escape-string-regexp@^1.0.2",
  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.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. "/chalk",
  20. "/coa/chalk",
  21. "/figures",
  22. "/strip-outer",
  23. "/svgo/chalk",
  24. "/trim-repeated"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  27. "_shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
  28. "_spec": "escape-string-regexp@^1.0.2",
  29. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\strip-outer",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  40. "description": "Escape RegExp special characters",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.8.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  52. "keywords": [
  53. "escape",
  54. "regex",
  55. "regexp",
  56. "re",
  57. "regular",
  58. "expression",
  59. "string",
  60. "str",
  61. "special",
  62. "characters"
  63. ],
  64. "license": "MIT",
  65. "maintainers": [
  66. {
  67. "name": "Sindre Sorhus",
  68. "email": "sindresorhus@gmail.com",
  69. "url": "sindresorhus.com"
  70. },
  71. {
  72. "name": "Joshua Boy Nicolai Appelman",
  73. "email": "joshua@jbna.nl",
  74. "url": "jbna.nl"
  75. }
  76. ],
  77. "name": "escape-string-regexp",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  81. },
  82. "scripts": {
  83. "test": "xo && ava"
  84. },
  85. "version": "1.0.5"
  86. }