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

package.json 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "json-stringify-safe@~5.0.1",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/request"
  6. ]
  7. ],
  8. "_from": "json-stringify-safe@>=5.0.1 <5.1.0",
  9. "_id": "json-stringify-safe@5.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/json-stringify-safe",
  13. "_nodeVersion": "2.0.1",
  14. "_npmUser": {
  15. "email": "isaacs@npmjs.com",
  16. "name": "isaacs"
  17. },
  18. "_npmVersion": "2.10.0",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "json-stringify-safe",
  22. "raw": "json-stringify-safe@~5.0.1",
  23. "rawSpec": "~5.0.1",
  24. "scope": null,
  25. "spec": ">=5.0.1 <5.1.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/request"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  32. "_shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",
  33. "_shrinkwrap": null,
  34. "_spec": "json-stringify-safe@~5.0.1",
  35. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/request",
  36. "author": {
  37. "email": "i@izs.me",
  38. "name": "Isaac Z. Schlueter",
  39. "url": "http://blog.izs.me"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/isaacs/json-stringify-safe/issues"
  43. },
  44. "contributors": [
  45. {
  46. "name": "Andri Möll",
  47. "email": "andri@dot.ee",
  48. "url": "http://themoll.com"
  49. }
  50. ],
  51. "dependencies": {},
  52. "description": "Like JSON.stringify, but doesn't blow up on circular refs.",
  53. "devDependencies": {
  54. "mocha": ">= 2.1.0 < 3",
  55. "must": ">= 0.12 < 0.13",
  56. "sinon": ">= 1.12.2 < 2"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",
  61. "tarball": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"
  62. },
  63. "gitHead": "3890dceab3ad14f8701e38ca74f38276abc76de5",
  64. "homepage": "https://github.com/isaacs/json-stringify-safe",
  65. "keywords": [
  66. "circular",
  67. "json",
  68. "safe",
  69. "stringify"
  70. ],
  71. "license": "ISC",
  72. "main": "stringify.js",
  73. "maintainers": [
  74. {
  75. "name": "isaacs",
  76. "email": "i@izs.me"
  77. },
  78. {
  79. "name": "moll",
  80. "email": "andri@dot.ee"
  81. }
  82. ],
  83. "name": "json-stringify-safe",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/isaacs/json-stringify-safe.git"
  89. },
  90. "scripts": {
  91. "test": "node test.js"
  92. },
  93. "version": "5.0.1"
  94. }