Ohm-Management - Projektarbeit B-ME
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.0KB

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