1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "punycode@^1.4.1",
  3. "_id": "punycode@1.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
  6. "_location": "/punycode",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "punycode@^1.4.1",
  12. "name": "punycode",
  13. "escapedName": "punycode",
  14. "rawSpec": "^1.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.1"
  17. },
  18. "_requiredBy": [
  19. "/node-libs-browser",
  20. "/tough-cookie"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
  23. "_shasum": "c0d5a63b2718800ad8e1eb0fa5269c84dd41845e",
  24. "_spec": "punycode@^1.4.1",
  25. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/tough-cookie",
  26. "author": {
  27. "name": "Mathias Bynens",
  28. "url": "https://mathiasbynens.be/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/bestiejs/punycode.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Mathias Bynens",
  37. "url": "https://mathiasbynens.be/"
  38. },
  39. {
  40. "name": "John-David Dalton",
  41. "url": "http://allyoucanleet.com/"
  42. }
  43. ],
  44. "deprecated": false,
  45. "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
  46. "devDependencies": {
  47. "coveralls": "^2.11.4",
  48. "grunt": "^0.4.5",
  49. "grunt-contrib-uglify": "^0.11.0",
  50. "grunt-shell": "^1.1.2",
  51. "istanbul": "^0.4.1",
  52. "qunit-extras": "^1.4.4",
  53. "qunitjs": "~1.11.0",
  54. "requirejs": "^2.1.22"
  55. },
  56. "files": [
  57. "LICENSE-MIT.txt",
  58. "punycode.js"
  59. ],
  60. "homepage": "https://mths.be/punycode",
  61. "jspm": {
  62. "map": {
  63. "./punycode.js": {
  64. "node": "@node/punycode"
  65. }
  66. }
  67. },
  68. "keywords": [
  69. "punycode",
  70. "unicode",
  71. "idn",
  72. "idna",
  73. "dns",
  74. "url",
  75. "domain"
  76. ],
  77. "license": "MIT",
  78. "main": "punycode.js",
  79. "name": "punycode",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/bestiejs/punycode.js.git"
  83. },
  84. "scripts": {
  85. "test": "node tests/tests.js"
  86. },
  87. "version": "1.4.1"
  88. }