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

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "escape-string-regexp@^1.0.5",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/chalk"
  6. ]
  7. ],
  8. "_from": "escape-string-regexp@>=1.0.5 <2.0.0",
  9. "_id": "escape-string-regexp@1.0.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/escape-string-regexp",
  13. "_nodeVersion": "4.2.6",
  14. "_npmOperationalInternal": {
  15. "host": "packages-9-west.internal.npmjs.com",
  16. "tmp": "tmp/escape-string-regexp-1.0.5.tgz_1456059312074_0.7245344955008477"
  17. },
  18. "_npmUser": {
  19. "email": "jappelman@xebia.com",
  20. "name": "jbnicolai"
  21. },
  22. "_npmVersion": "2.14.12",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "escape-string-regexp",
  26. "raw": "escape-string-regexp@^1.0.5",
  27. "rawSpec": "^1.0.5",
  28. "scope": null,
  29. "spec": ">=1.0.5 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/chalk"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  36. "_shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
  37. "_shrinkwrap": null,
  38. "_spec": "escape-string-regexp@^1.0.5",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/chalk",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Escape RegExp special characters",
  50. "devDependencies": {
  51. "ava": "*",
  52. "xo": "*"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
  57. "tarball": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
  58. },
  59. "engines": {
  60. "node": ">=0.8.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "gitHead": "db124a3e1aae9d692c4899e42a5c6c3e329eaa20",
  66. "homepage": "https://github.com/sindresorhus/escape-string-regexp",
  67. "keywords": [
  68. "characters",
  69. "escape",
  70. "expression",
  71. "re",
  72. "regex",
  73. "regexp",
  74. "regular",
  75. "special",
  76. "str",
  77. "string"
  78. ],
  79. "license": "MIT",
  80. "maintainers": [
  81. {
  82. "name": "sindresorhus",
  83. "email": "sindresorhus@gmail.com"
  84. },
  85. {
  86. "name": "jbnicolai",
  87. "email": "jappelman@xebia.com"
  88. }
  89. ],
  90. "name": "escape-string-regexp",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  96. },
  97. "scripts": {
  98. "test": "xo && ava"
  99. },
  100. "version": "1.0.5"
  101. }