package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "punycode@1.4.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "punycode@1.4.1",
  9. "_id": "punycode@1.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
  12. "_location": "/punycode",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "punycode@1.4.1",
  18. "name": "punycode",
  19. "escapedName": "punycode",
  20. "rawSpec": "1.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.1"
  23. },
  24. "_requiredBy": [
  25. "/node-libs-browser",
  26. "/tough-cookie"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
  29. "_spec": "1.4.1",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  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. }