package.json 2.0KB

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