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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "responselike@^1.0.2",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/cacheable-request"
  6. ]
  7. ],
  8. "_from": "responselike@>=1.0.2 <2.0.0",
  9. "_id": "responselike@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/responselike",
  13. "_nodeVersion": "8.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/responselike-1.0.2.tgz_1502988434730_0.1581996688619256"
  17. },
  18. "_npmUser": {
  19. "email": "lukechilds123@gmail.com",
  20. "name": "lukechilds"
  21. },
  22. "_npmVersion": "4.6.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "responselike",
  26. "raw": "responselike@^1.0.2",
  27. "rawSpec": "^1.0.2",
  28. "scope": null,
  29. "spec": ">=1.0.2 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/cacheable-request"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz",
  36. "_shasum": "918720ef3b631c5642be068f15ade5a46f4ba1e7",
  37. "_shrinkwrap": null,
  38. "_spec": "responselike@^1.0.2",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/cacheable-request",
  40. "author": {
  41. "name": "lukechilds"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/lukechilds/responselike/issues"
  45. },
  46. "dependencies": {
  47. "lowercase-keys": "^1.0.0"
  48. },
  49. "description": "A response-like object for mocking a Node.js HTTP response stream",
  50. "devDependencies": {
  51. "ava": "^0.22.0",
  52. "coveralls": "^2.13.1",
  53. "eslint-config-xo-lukechilds": "^1.0.0",
  54. "get-stream": "^3.0.0",
  55. "nyc": "^11.1.0",
  56. "xo": "^0.19.0"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "918720ef3b631c5642be068f15ade5a46f4ba1e7",
  61. "tarball": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz"
  62. },
  63. "gitHead": "69366dfd6e161b46bc4503c114d067b87e30dd60",
  64. "homepage": "https://github.com/lukechilds/responselike#readme",
  65. "keywords": [
  66. "http",
  67. "https",
  68. "mock",
  69. "request",
  70. "response",
  71. "responselike"
  72. ],
  73. "license": "MIT",
  74. "main": "src/index.js",
  75. "maintainers": [
  76. {
  77. "name": "lukechilds",
  78. "email": "lukechilds123@gmail.com"
  79. }
  80. ],
  81. "name": "responselike",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/lukechilds/responselike.git"
  87. },
  88. "scripts": {
  89. "coverage": "nyc report --reporter=text-lcov | coveralls",
  90. "test": "xo && nyc ava"
  91. },
  92. "version": "1.0.2",
  93. "xo": {
  94. "extends": "xo-lukechilds"
  95. }
  96. }