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

package.json 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "tough-cookie@^3.0.1",
  3. "_id": "tough-cookie@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==",
  6. "_location": "/tough-cookie",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tough-cookie@^3.0.1",
  12. "name": "tough-cookie",
  13. "escapedName": "tough-cookie",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/insight"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz",
  22. "_shasum": "9df4f57e739c26930a018184887f4adb7dca73b2",
  23. "_spec": "tough-cookie@^3.0.1",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/insight",
  25. "author": {
  26. "name": "Jeremy Stashewsky",
  27. "email": "jstash@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/salesforce/tough-cookie/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Alexander Savin"
  36. },
  37. {
  38. "name": "Ian Livingstone"
  39. },
  40. {
  41. "name": "Ivan Nikulin"
  42. },
  43. {
  44. "name": "Lalit Kapoor"
  45. },
  46. {
  47. "name": "Sam Thompson"
  48. },
  49. {
  50. "name": "Sebastian Mayr"
  51. }
  52. ],
  53. "dependencies": {
  54. "ip-regex": "^2.1.0",
  55. "psl": "^1.1.28",
  56. "punycode": "^2.1.1"
  57. },
  58. "deprecated": false,
  59. "description": "RFC6265 Cookies and Cookie Jar for node.js",
  60. "devDependencies": {
  61. "async": "^1.4.2",
  62. "genversion": "^2.1.0",
  63. "nyc": "^11.6.0",
  64. "string.prototype.repeat": "^0.2.0",
  65. "vows": "^0.8.2"
  66. },
  67. "engines": {
  68. "node": ">=6"
  69. },
  70. "files": [
  71. "lib"
  72. ],
  73. "homepage": "https://github.com/salesforce/tough-cookie",
  74. "keywords": [
  75. "HTTP",
  76. "cookie",
  77. "cookies",
  78. "set-cookie",
  79. "cookiejar",
  80. "jar",
  81. "RFC6265",
  82. "RFC2965"
  83. ],
  84. "license": "BSD-3-Clause",
  85. "main": "./lib/cookie",
  86. "name": "tough-cookie",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/salesforce/tough-cookie.git"
  90. },
  91. "scripts": {
  92. "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
  93. "test": "vows test/*_test.js",
  94. "version": "genversion lib/version.js && git add lib/version.js"
  95. },
  96. "version": "3.0.1"
  97. }