package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "escape-string-regexp@^1.0.2",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/chalk"
  6. ]
  7. ],
  8. "_from": "escape-string-regexp@>=1.0.2 <2.0.0",
  9. "_id": "escape-string-regexp@1.0.3",
  10. "_inCache": true,
  11. "_location": "/escape-string-regexp",
  12. "_nodeVersion": "0.10.35",
  13. "_npmUser": {
  14. "email": "jappelman@xebia.com",
  15. "name": "jbnicolai"
  16. },
  17. "_npmVersion": "2.1.16",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "escape-string-regexp",
  21. "raw": "escape-string-regexp@^1.0.2",
  22. "rawSpec": "^1.0.2",
  23. "scope": null,
  24. "spec": ">=1.0.2 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/chalk"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz",
  31. "_shasum": "9e2d8b25bc2555c3336723750e03f099c2735bb5",
  32. "_shrinkwrap": null,
  33. "_spec": "escape-string-regexp@^1.0.2",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/chalk",
  35. "author": {
  36. "email": "sindresorhus@gmail.com",
  37. "name": "Sindre Sorhus",
  38. "url": "http://sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Escape RegExp special characters",
  45. "devDependencies": {
  46. "mocha": "*"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "9e2d8b25bc2555c3336723750e03f099c2735bb5",
  51. "tarball": "http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz"
  52. },
  53. "engines": {
  54. "node": ">=0.8.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "gitHead": "1e446e6b4449b5f1f8868cd31bf8fd25ee37fb4b",
  60. "homepage": "https://github.com/sindresorhus/escape-string-regexp",
  61. "installable": true,
  62. "keywords": [
  63. "characters",
  64. "escape",
  65. "expression",
  66. "re",
  67. "regex",
  68. "regexp",
  69. "regular",
  70. "special",
  71. "str",
  72. "string"
  73. ],
  74. "license": "MIT",
  75. "maintainers": [
  76. {
  77. "name": "sindresorhus",
  78. "email": "sindresorhus@gmail.com"
  79. },
  80. {
  81. "name": "jbnicolai",
  82. "email": "jappelman@xebia.com"
  83. }
  84. ],
  85. "name": "escape-string-regexp",
  86. "optionalDependencies": {},
  87. "repository": {
  88. "type": "git",
  89. "url": "https://github.com/sindresorhus/escape-string-regexp"
  90. },
  91. "scripts": {
  92. "test": "mocha"
  93. },
  94. "version": "1.0.3"
  95. }