Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 1.9KB

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