package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "tr46@^2.1.0",
  3. "_id": "tr46@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
  6. "_location": "/tr46",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tr46@^2.1.0",
  12. "name": "tr46",
  13. "escapedName": "tr46",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/whatwg-url"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
  22. "_shasum": "fa87aa81ca5d5941da8cbf1f9b749dc969a4e240",
  23. "_spec": "tr46@^2.1.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\whatwg-url",
  25. "author": {
  26. "name": "Sebastian Mayr",
  27. "email": "npm@smayr.name"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jsdom/tr46/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Timothy Gu",
  36. "email": "timothygu99@gmail.com"
  37. }
  38. ],
  39. "dependencies": {
  40. "punycode": "^2.1.1"
  41. },
  42. "deprecated": false,
  43. "description": "An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing",
  44. "devDependencies": {
  45. "eslint": "^7.27.0",
  46. "mocha": "^8.4.0",
  47. "node-fetch": "^2.6.0",
  48. "regenerate": "^1.4.2",
  49. "unicode-13.0.0": "^0.8.0"
  50. },
  51. "engines": {
  52. "node": ">=8"
  53. },
  54. "files": [
  55. "index.js",
  56. "lib/mappingTable.json",
  57. "lib/regexes.js",
  58. "lib/statusMapping.js"
  59. ],
  60. "homepage": "https://github.com/jsdom/tr46#readme",
  61. "keywords": [
  62. "unicode",
  63. "tr46",
  64. "uts46",
  65. "punycode",
  66. "url",
  67. "whatwg"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "tr46",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jsdom/tr46.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint .",
  78. "prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js",
  79. "pretest": "node scripts/getLatestTests.js",
  80. "test": "mocha"
  81. },
  82. "unicodeVersion": "13.0.0",
  83. "version": "2.1.0"
  84. }