package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "punycode@^2.1.0",
  3. "_id": "punycode@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
  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. "/data-urls/tr46",
  20. "/jsdom/tr46",
  21. "/tough-cookie",
  22. "/uri-js"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
  25. "_shasum": "b58b010ac40c22c5657616c8d2c2c02c7bf479ec",
  26. "_spec": "punycode@^2.1.0",
  27. "_where": "H:\\gs_nuxt\\node_modules\\uri-js",
  28. "author": {
  29. "name": "Mathias Bynens",
  30. "url": "https://mathiasbynens.be/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/bestiejs/punycode.js/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Mathias Bynens",
  39. "url": "https://mathiasbynens.be/"
  40. }
  41. ],
  42. "deprecated": false,
  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. }