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

package.json 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "punycode@^2.1.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/uri-js"
  6. ]
  7. ],
  8. "_from": "punycode@>=2.1.0 <3.0.0",
  9. "_id": "punycode@2.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/punycode",
  13. "_nodeVersion": "8.11.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/punycode_2.1.1_1526957206887_0.5799851251332668"
  17. },
  18. "_npmUser": {
  19. "email": "mathias@qiwi.be",
  20. "name": "mathias"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "punycode",
  26. "raw": "punycode@^2.1.0",
  27. "rawSpec": "^2.1.0",
  28. "scope": null,
  29. "spec": ">=2.1.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/request/tough-cookie",
  34. "/tough-cookie",
  35. "/uri-js"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
  38. "_shasum": "b58b010ac40c22c5657616c8d2c2c02c7bf479ec",
  39. "_shrinkwrap": null,
  40. "_spec": "punycode@^2.1.0",
  41. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/uri-js",
  42. "author": {
  43. "name": "Mathias Bynens",
  44. "url": "https://mathiasbynens.be/"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/bestiejs/punycode.js/issues"
  48. },
  49. "contributors": [
  50. {
  51. "name": "Mathias Bynens",
  52. "url": "https://mathiasbynens.be/"
  53. }
  54. ],
  55. "dependencies": {},
  56. "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
  57. "devDependencies": {
  58. "codecov": "^1.0.1",
  59. "istanbul": "^0.4.1",
  60. "mocha": "^2.5.3"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "fileCount": 5,
  65. "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
  66. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbA4SZCRA9TVsSAnZWagAA5ZYP/0UOrnGue5Uhy1In5lOe\nh8pglPP9+qBCRx+nfe+YgmPV45IdYadH6InqCibkxAAeZ+j+Sc0g4I1Vv9SF\nPDXiA34tNt12kmLgFSEmdAhbxa87bGtvTnPCzme1iZfmqYmc7GE/q2iazWxd\n9R2im5Xr1oUwZCe0jiY2Le7HOhd+Mnkd76pdknseybWYJxf1RbNSDCtOxndO\nMsZU2CzhG38CFyPVozm+5+XEf5QD3cjKpwpZKZOxVTJ8dwB9FK5SLAvCQSGW\nO15Bili5YCxi2053KDvP/4VGMGdVxPLIp5E+uJyeZSwqVAiqmtk52iLJq4iO\nTs0B3tkKxi3Rxkk5vr0OvvOk6iIW+jkcgaQTFj8jZaGmvvGXztR5F2RDsrDr\nfrXKkahtw+W7u3eoAahCh4FgvJ3sclI23Ik2+ahQQR7B3+AsJ/hVP365RpZo\nSnR/YC+QtfzFJYwbepvg2rhaOqkiGk3dcWS53r2hUm6Ugd0AIR8Cmjuqbsrd\nUaeS+WfpvoceuU45rC9nSCPYms9bBNYBN0leYPb+okOWFbZI5v/gp86CfRs3\n8gwadUA99Z8IFcjzpiIEkmPkk3Z8y5tGXIw66FGuxVDE/tPBORGmEOCPEVpg\nJ/zsiqblJ9pTTGDKTdKxFF4fNq3koen1N4ZAIAoZqJUq7pGEzwjWy9Zw/+JW\nRaNl\r\n=ncBz\r\n-----END PGP SIGNATURE-----\r\n",
  67. "shasum": "b58b010ac40c22c5657616c8d2c2c02c7bf479ec",
  68. "tarball": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
  69. "unpackedSize": 32434
  70. },
  71. "engines": {
  72. "node": ">=6"
  73. },
  74. "files": [
  75. "LICENSE-MIT.txt",
  76. "punycode.es6.js",
  77. "punycode.js"
  78. ],
  79. "gitHead": "68df855dc42d1086ada161331b3074468e8d848d",
  80. "homepage": "https://mths.be/punycode",
  81. "jsnext:main": "punycode.es6.js",
  82. "jspm": {
  83. "map": {
  84. "./punycode.js": {
  85. "node": "@node/punycode"
  86. }
  87. }
  88. },
  89. "keywords": [
  90. "dns",
  91. "domain",
  92. "idn",
  93. "idna",
  94. "punycode",
  95. "unicode",
  96. "url"
  97. ],
  98. "license": "MIT",
  99. "main": "punycode.js",
  100. "maintainers": [
  101. {
  102. "name": "mathias",
  103. "email": "mathias@qiwi.be"
  104. },
  105. {
  106. "name": "reconbot",
  107. "email": "wizard@roborooter.com"
  108. }
  109. ],
  110. "module": "punycode.es6.js",
  111. "name": "punycode",
  112. "optionalDependencies": {},
  113. "readme": "ERROR: No README data found!",
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/bestiejs/punycode.js.git"
  117. },
  118. "scripts": {
  119. "prepublish": "node scripts/prepublish.js",
  120. "test": "mocha tests"
  121. },
  122. "version": "2.1.1"
  123. }