Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 2.3 KiB

3 anos atrás
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "punycode@2.1.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  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. "/data-urls/tr46",
  26. "/h2x-parse/tough-cookie",
  27. "/h2x-parse/tr46",
  28. "/isemail",
  29. "/jest-environment-jsdom/tr46",
  30. "/tough-cookie",
  31. "/uri-js"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
  34. "_spec": "2.1.1",
  35. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  36. "author": {
  37. "name": "Mathias Bynens",
  38. "url": "https://mathiasbynens.be/"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/bestiejs/punycode.js/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Mathias Bynens",
  46. "url": "https://mathiasbynens.be/"
  47. }
  48. ],
  49. "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
  50. "devDependencies": {
  51. "codecov": "^1.0.1",
  52. "istanbul": "^0.4.1",
  53. "mocha": "^2.5.3"
  54. },
  55. "engines": {
  56. "node": ">=6"
  57. },
  58. "files": [
  59. "LICENSE-MIT.txt",
  60. "punycode.js",
  61. "punycode.es6.js"
  62. ],
  63. "homepage": "https://mths.be/punycode",
  64. "jsnext:main": "punycode.es6.js",
  65. "jspm": {
  66. "map": {
  67. "./punycode.js": {
  68. "node": "@node/punycode"
  69. }
  70. }
  71. },
  72. "keywords": [
  73. "punycode",
  74. "unicode",
  75. "idn",
  76. "idna",
  77. "dns",
  78. "url",
  79. "domain"
  80. ],
  81. "license": "MIT",
  82. "main": "punycode.js",
  83. "module": "punycode.es6.js",
  84. "name": "punycode",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/bestiejs/punycode.js.git"
  88. },
  89. "scripts": {
  90. "prepublish": "node scripts/prepublish.js",
  91. "test": "mocha tests"
  92. },
  93. "version": "2.1.1"
  94. }