package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. "/tough-cookie"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
  22. "_shasum": "c0d5a63b2718800ad8e1eb0fa5269c84dd41845e",
  23. "_spec": "punycode@^1.4.1",
  24. "_where": "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\node_modules\\tough-cookie",
  25. "author": {
  26. "name": "Mathias Bynens",
  27. "url": "https://mathiasbynens.be/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/bestiejs/punycode.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Mathias Bynens",
  36. "url": "https://mathiasbynens.be/"
  37. },
  38. {
  39. "name": "John-David Dalton",
  40. "url": "http://allyoucanleet.com/"
  41. }
  42. ],
  43. "deprecated": false,
  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. "coveralls": "^2.11.4",
  47. "grunt": "^0.4.5",
  48. "grunt-contrib-uglify": "^0.11.0",
  49. "grunt-shell": "^1.1.2",
  50. "istanbul": "^0.4.1",
  51. "qunit-extras": "^1.4.4",
  52. "qunitjs": "~1.11.0",
  53. "requirejs": "^2.1.22"
  54. },
  55. "files": [
  56. "LICENSE-MIT.txt",
  57. "punycode.js"
  58. ],
  59. "homepage": "https://mths.be/punycode",
  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. "name": "punycode",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/bestiejs/punycode.js.git"
  82. },
  83. "scripts": {
  84. "test": "node tests/tests.js"
  85. },
  86. "version": "1.4.1"
  87. }