package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "punycode@1.3.2",
  6. "scope": null,
  7. "escapedName": "punycode",
  8. "name": "punycode",
  9. "rawSpec": "1.3.2",
  10. "spec": "1.3.2",
  11. "type": "version"
  12. },
  13. "/home/andrea/src/gopkg/src/gogs.carducci-dante.gov.it/andrea.fazzi/karmen/node_modules/url"
  14. ]
  15. ],
  16. "_from": "punycode@1.3.2",
  17. "_id": "punycode@1.3.2",
  18. "_inCache": true,
  19. "_location": "/url/punycode",
  20. "_npmUser": {
  21. "name": "mathias",
  22. "email": "mathias@qiwi.be"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "punycode@1.3.2",
  28. "scope": null,
  29. "escapedName": "punycode",
  30. "name": "punycode",
  31. "rawSpec": "1.3.2",
  32. "spec": "1.3.2",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/url"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
  39. "_shasum": "9653a036fb7c1ee42342f2325cceefea3926c48d",
  40. "_shrinkwrap": null,
  41. "_spec": "punycode@1.3.2",
  42. "_where": "/home/andrea/src/gopkg/src/gogs.carducci-dante.gov.it/andrea.fazzi/karmen/node_modules/url",
  43. "author": {
  44. "name": "Mathias Bynens",
  45. "url": "https://mathiasbynens.be/"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/bestiejs/punycode.js/issues"
  49. },
  50. "contributors": [
  51. {
  52. "name": "Mathias Bynens",
  53. "url": "https://mathiasbynens.be/"
  54. },
  55. {
  56. "name": "John-David Dalton",
  57. "url": "http://allyoucanleet.com/"
  58. }
  59. ],
  60. "dependencies": {},
  61. "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
  62. "devDependencies": {
  63. "coveralls": "^2.10.1",
  64. "grunt": "^0.4.5",
  65. "grunt-contrib-uglify": "^0.5.0",
  66. "grunt-shell": "^0.7.0",
  67. "istanbul": "^0.2.13",
  68. "qunit-extras": "^1.2.0",
  69. "qunitjs": "~1.11.0",
  70. "requirejs": "^2.1.14"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "shasum": "9653a036fb7c1ee42342f2325cceefea3926c48d",
  75. "tarball": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
  76. },
  77. "files": [
  78. "LICENSE-MIT.txt",
  79. "punycode.js"
  80. ],
  81. "gitHead": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
  82. "homepage": "https://mths.be/punycode",
  83. "keywords": [
  84. "punycode",
  85. "unicode",
  86. "idn",
  87. "idna",
  88. "dns",
  89. "url",
  90. "domain"
  91. ],
  92. "license": "MIT",
  93. "main": "punycode.js",
  94. "maintainers": [
  95. {
  96. "name": "mathias",
  97. "email": "mathias@qiwi.be"
  98. },
  99. {
  100. "name": "reconbot",
  101. "email": "wizard@roborooter.com"
  102. }
  103. ],
  104. "name": "punycode",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/bestiejs/punycode.js.git"
  110. },
  111. "scripts": {
  112. "test": "node tests/tests.js"
  113. },
  114. "version": "1.3.2"
  115. }