package.json 2.1 KB

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