You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
2.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "punycode@2.1.1",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "punycode@2.1.1",
  10. "_id": "punycode@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
  13. "_location": "/punycode",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "punycode@2.1.1",
  19. "name": "punycode",
  20. "escapedName": "punycode",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/uri-js"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
  29. "_spec": "2.1.1",
  30. "_where": "/home/ubuntu/etherpad-lite",
  31. "author": {
  32. "name": "Mathias Bynens",
  33. "url": "https://mathiasbynens.be/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/bestiejs/punycode.js/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Mathias Bynens",
  41. "url": "https://mathiasbynens.be/"
  42. }
  43. ],
  44. "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
  45. "devDependencies": {
  46. "codecov": "^1.0.1",
  47. "istanbul": "^0.4.1",
  48. "mocha": "^2.5.3"
  49. },
  50. "engines": {
  51. "node": ">=6"
  52. },
  53. "files": [
  54. "LICENSE-MIT.txt",
  55. "punycode.js",
  56. "punycode.es6.js"
  57. ],
  58. "homepage": "https://mths.be/punycode",
  59. "jsnext:main": "punycode.es6.js",
  60. "jspm": {
  61. "map": {
  62. "./punycode.js": {
  63. "node": "@node/punycode"
  64. }
  65. }
  66. },
  67. "keywords": [
  68. "punycode",
  69. "unicode",
  70. "idn",
  71. "idna",
  72. "dns",
  73. "url",
  74. "domain"
  75. ],
  76. "license": "MIT",
  77. "main": "punycode.js",
  78. "module": "punycode.es6.js",
  79. "name": "punycode",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/bestiejs/punycode.js.git"
  83. },
  84. "scripts": {
  85. "prepublish": "node scripts/prepublish.js",
  86. "test": "mocha tests"
  87. },
  88. "version": "2.1.1"
  89. }