package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. "/jest-environment-jsdom-fifteen/tough-cookie",
  21. "/jest-environment-jsdom-fifteen/tr46",
  22. "/jsdom/tr46",
  23. "/tough-cookie",
  24. "/uri-js"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
  27. "_shasum": "b58b010ac40c22c5657616c8d2c2c02c7bf479ec",
  28. "_spec": "punycode@^2.1.0",
  29. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\uri-js",
  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. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Mathias Bynens",
  41. "url": "https://mathiasbynens.be/"
  42. }
  43. ],
  44. "deprecated": false,
  45. "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
  46. "devDependencies": {
  47. "codecov": "^1.0.1",
  48. "istanbul": "^0.4.1",
  49. "mocha": "^2.5.3"
  50. },
  51. "engines": {
  52. "node": ">=6"
  53. },
  54. "files": [
  55. "LICENSE-MIT.txt",
  56. "punycode.js",
  57. "punycode.es6.js"
  58. ],
  59. "homepage": "https://mths.be/punycode",
  60. "jsnext:main": "punycode.es6.js",
  61. "jspm": {
  62. "map": {
  63. "./punycode.js": {
  64. "node": "@node/punycode"
  65. }
  66. }
  67. },
  68. "keywords": [
  69. "punycode",
  70. "unicode",
  71. "idn",
  72. "idna",
  73. "dns",
  74. "url",
  75. "domain"
  76. ],
  77. "license": "MIT",
  78. "main": "punycode.js",
  79. "module": "punycode.es6.js",
  80. "name": "punycode",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/bestiejs/punycode.js.git"
  84. },
  85. "scripts": {
  86. "prepublish": "node scripts/prepublish.js",
  87. "test": "mocha tests"
  88. },
  89. "version": "2.1.1"
  90. }