package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "punycode@^1.4.1",
  6. "scope": null,
  7. "escapedName": "punycode",
  8. "name": "punycode",
  9. "rawSpec": "^1.4.1",
  10. "spec": ">=1.4.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/tough-cookie"
  14. ]
  15. ],
  16. "_from": "punycode@>=1.4.1 <2.0.0",
  17. "_id": "punycode@1.4.1",
  18. "_inCache": true,
  19. "_location": "/punycode",
  20. "_nodeVersion": "5.2.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/punycode-1.4.1.tgz_1458437236261_0.07678767060860991"
  24. },
  25. "_npmUser": {
  26. "name": "mathias",
  27. "email": "mathias@qiwi.be"
  28. },
  29. "_npmVersion": "3.8.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "punycode@^1.4.1",
  33. "scope": null,
  34. "escapedName": "punycode",
  35. "name": "punycode",
  36. "rawSpec": "^1.4.1",
  37. "spec": ">=1.4.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/tough-cookie"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
  44. "_shasum": "c0d5a63b2718800ad8e1eb0fa5269c84dd41845e",
  45. "_shrinkwrap": null,
  46. "_spec": "punycode@^1.4.1",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/tough-cookie",
  48. "author": {
  49. "name": "Mathias Bynens",
  50. "url": "https://mathiasbynens.be/"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/bestiejs/punycode.js/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Mathias Bynens",
  58. "url": "https://mathiasbynens.be/"
  59. },
  60. {
  61. "name": "John-David Dalton",
  62. "url": "http://allyoucanleet.com/"
  63. }
  64. ],
  65. "dependencies": {},
  66. "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
  67. "devDependencies": {
  68. "coveralls": "^2.11.4",
  69. "grunt": "^0.4.5",
  70. "grunt-contrib-uglify": "^0.11.0",
  71. "grunt-shell": "^1.1.2",
  72. "istanbul": "^0.4.1",
  73. "qunit-extras": "^1.4.4",
  74. "qunitjs": "~1.11.0",
  75. "requirejs": "^2.1.22"
  76. },
  77. "directories": {},
  78. "dist": {
  79. "shasum": "c0d5a63b2718800ad8e1eb0fa5269c84dd41845e",
  80. "tarball": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz"
  81. },
  82. "files": [
  83. "LICENSE-MIT.txt",
  84. "punycode.js"
  85. ],
  86. "gitHead": "0fbadd6e81f3a0ce06c38998040d6db6bdfbc5c9",
  87. "homepage": "https://mths.be/punycode",
  88. "jspm": {
  89. "map": {
  90. "./punycode.js": {
  91. "node": "@node/punycode"
  92. }
  93. }
  94. },
  95. "keywords": [
  96. "punycode",
  97. "unicode",
  98. "idn",
  99. "idna",
  100. "dns",
  101. "url",
  102. "domain"
  103. ],
  104. "license": "MIT",
  105. "main": "punycode.js",
  106. "maintainers": [
  107. {
  108. "name": "mathias",
  109. "email": "mathias@qiwi.be"
  110. },
  111. {
  112. "name": "reconbot",
  113. "email": "wizard@roborooter.com"
  114. }
  115. ],
  116. "name": "punycode",
  117. "optionalDependencies": {},
  118. "readme": "ERROR: No README data found!",
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/bestiejs/punycode.js.git"
  122. },
  123. "scripts": {
  124. "test": "node tests/tests.js"
  125. },
  126. "version": "1.4.1"
  127. }