package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "punycode",
  3. "version": "1.4.1",
  4. "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
  5. "homepage": "https://mths.be/punycode",
  6. "main": "punycode.js",
  7. "keywords": [
  8. "punycode",
  9. "unicode",
  10. "idn",
  11. "idna",
  12. "dns",
  13. "url",
  14. "domain"
  15. ],
  16. "license": "MIT",
  17. "author": {
  18. "name": "Mathias Bynens",
  19. "url": "https://mathiasbynens.be/"
  20. },
  21. "contributors": [
  22. {
  23. "name": "Mathias Bynens",
  24. "url": "https://mathiasbynens.be/"
  25. },
  26. {
  27. "name": "John-David Dalton",
  28. "url": "http://allyoucanleet.com/"
  29. }
  30. ],
  31. "repository": {
  32. "type": "git",
  33. "url": "https://github.com/bestiejs/punycode.js.git"
  34. },
  35. "bugs": "https://github.com/bestiejs/punycode.js/issues",
  36. "files": [
  37. "LICENSE-MIT.txt",
  38. "punycode.js"
  39. ],
  40. "scripts": {
  41. "test": "node tests/tests.js"
  42. },
  43. "devDependencies": {
  44. "coveralls": "^2.11.4",
  45. "grunt": "^0.4.5",
  46. "grunt-contrib-uglify": "^0.11.0",
  47. "grunt-shell": "^1.1.2",
  48. "istanbul": "^0.4.1",
  49. "qunit-extras": "^1.4.4",
  50. "qunitjs": "~1.11.0",
  51. "requirejs": "^2.1.22"
  52. },
  53. "jspm": {
  54. "map": {
  55. "./punycode.js": {
  56. "node": "@node/punycode"
  57. }
  58. }
  59. },
  60. "__npminstall_done": true,
  61. "_from": "punycode@1.4.1",
  62. "_resolved": "https://registry.npmmirror.com/punycode/-/punycode-1.4.1.tgz"
  63. }