package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "punycode@^2.1.0",
  3. "_id": "punycode@2.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  6. "_location": "/punycode",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "punycode@^2.1.0",
  12. "name": "punycode",
  13. "escapedName": "punycode",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/psl",
  20. "/tough-cookie",
  21. "/uri-js"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  24. "_shasum": "027422e2faec0b25e1549c3e1bd8309b9133b6e5",
  25. "_spec": "punycode@^2.1.0",
  26. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\uri-js",
  27. "author": {
  28. "name": "Mathias Bynens",
  29. "url": "https://mathiasbynens.be/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/mathiasbynens/punycode.js/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Mathias Bynens",
  38. "url": "https://mathiasbynens.be/"
  39. }
  40. ],
  41. "deprecated": false,
  42. "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
  43. "devDependencies": {
  44. "codecov": "^3.8.3",
  45. "mocha": "^10.2.0",
  46. "nyc": "^15.1.0"
  47. },
  48. "engines": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "LICENSE-MIT.txt",
  53. "punycode.js",
  54. "punycode.es6.js"
  55. ],
  56. "homepage": "https://mths.be/punycode",
  57. "jsnext:main": "punycode.es6.js",
  58. "jspm": {
  59. "map": {
  60. "./punycode.js": {
  61. "node": "@node/punycode"
  62. }
  63. }
  64. },
  65. "keywords": [
  66. "punycode",
  67. "unicode",
  68. "idn",
  69. "idna",
  70. "dns",
  71. "url",
  72. "domain"
  73. ],
  74. "license": "MIT",
  75. "main": "punycode.js",
  76. "module": "punycode.es6.js",
  77. "name": "punycode",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/mathiasbynens/punycode.js.git"
  81. },
  82. "scripts": {
  83. "build": "node scripts/prepublish.js",
  84. "test": "mocha tests"
  85. },
  86. "version": "2.3.1"
  87. }