package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "punycode@1.4.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "punycode@1.4.1",
  10. "_id": "punycode@1.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
  13. "_location": "/punycode",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "punycode@1.4.1",
  19. "name": "punycode",
  20. "escapedName": "punycode",
  21. "rawSpec": "1.4.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.1"
  24. },
  25. "_requiredBy": [
  26. "/tough-cookie"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
  29. "_spec": "1.4.1",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Mathias Bynens",
  33. "url": "https://mathiasbynens.be/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/bestiejs/punycode.js/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Mathias Bynens",
  41. "url": "https://mathiasbynens.be/"
  42. },
  43. {
  44. "name": "John-David Dalton",
  45. "url": "http://allyoucanleet.com/"
  46. }
  47. ],
  48. "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
  49. "devDependencies": {
  50. "coveralls": "^2.11.4",
  51. "grunt": "^0.4.5",
  52. "grunt-contrib-uglify": "^0.11.0",
  53. "grunt-shell": "^1.1.2",
  54. "istanbul": "^0.4.1",
  55. "qunit-extras": "^1.4.4",
  56. "qunitjs": "~1.11.0",
  57. "requirejs": "^2.1.22"
  58. },
  59. "files": [
  60. "LICENSE-MIT.txt",
  61. "punycode.js"
  62. ],
  63. "homepage": "https://mths.be/punycode",
  64. "jspm": {
  65. "map": {
  66. "./punycode.js": {
  67. "node": "@node/punycode"
  68. }
  69. }
  70. },
  71. "keywords": [
  72. "punycode",
  73. "unicode",
  74. "idn",
  75. "idna",
  76. "dns",
  77. "url",
  78. "domain"
  79. ],
  80. "license": "MIT",
  81. "main": "punycode.js",
  82. "name": "punycode",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/bestiejs/punycode.js.git"
  86. },
  87. "scripts": {
  88. "test": "node tests/tests.js"
  89. },
  90. "version": "1.4.1"
  91. }