package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "punycode@2.1.1",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "punycode@2.1.1",
  9. "_id": "punycode@2.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
  12. "_location": "/punycode",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "punycode@2.1.1",
  18. "name": "punycode",
  19. "escapedName": "punycode",
  20. "rawSpec": "2.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.1"
  23. },
  24. "_requiredBy": [
  25. "/uri-js"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
  28. "_spec": "2.1.1",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Mathias Bynens",
  32. "url": "https://mathiasbynens.be/"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/bestiejs/punycode.js/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Mathias Bynens",
  40. "url": "https://mathiasbynens.be/"
  41. }
  42. ],
  43. "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
  44. "devDependencies": {
  45. "codecov": "^1.0.1",
  46. "istanbul": "^0.4.1",
  47. "mocha": "^2.5.3"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "LICENSE-MIT.txt",
  54. "punycode.js",
  55. "punycode.es6.js"
  56. ],
  57. "homepage": "https://mths.be/punycode",
  58. "jsnext:main": "punycode.es6.js",
  59. "jspm": {
  60. "map": {
  61. "./punycode.js": {
  62. "node": "@node/punycode"
  63. }
  64. }
  65. },
  66. "keywords": [
  67. "punycode",
  68. "unicode",
  69. "idn",
  70. "idna",
  71. "dns",
  72. "url",
  73. "domain"
  74. ],
  75. "license": "MIT",
  76. "main": "punycode.js",
  77. "module": "punycode.es6.js",
  78. "name": "punycode",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/bestiejs/punycode.js.git"
  82. },
  83. "scripts": {
  84. "prepublish": "node scripts/prepublish.js",
  85. "test": "mocha tests"
  86. },
  87. "version": "2.1.1"
  88. }