package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "punycode@2.1.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "punycode@2.1.0",
  9. "_id": "punycode@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-X4Y+3Im5bbCQdLrXlHvwkFbKTn0=",
  12. "_location": "/punycode",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "punycode@2.1.0",
  18. "name": "punycode",
  19. "escapedName": "punycode",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/uri-js"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "D:\\projects\\dealer_front",
  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. "name": "punycode",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/bestiejs/punycode.js.git"
  81. },
  82. "scripts": {
  83. "prepublish": "node scripts/prepublish.js",
  84. "test": "mocha tests"
  85. },
  86. "version": "2.1.0"
  87. }