package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "tr46@^3.0.0",
  3. "_id": "tr46@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
  6. "_location": "/tr46",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tr46@^3.0.0",
  12. "name": "tr46",
  13. "escapedName": "tr46",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/whatwg-url"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
  22. "_shasum": "555c4e297a950617e8eeddef633c87d4d9d6cbf9",
  23. "_spec": "tr46@^3.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\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. "@domenic/eslint-config": "^1.4.0",
  46. "@unicode/unicode-14.0.0": "^1.2.1",
  47. "eslint": "^7.32.0",
  48. "minipass-fetch": "^1.4.1",
  49. "mocha": "^9.1.1",
  50. "regenerate": "^1.4.2"
  51. },
  52. "engines": {
  53. "node": ">=12"
  54. },
  55. "files": [
  56. "index.js",
  57. "lib/mappingTable.json",
  58. "lib/regexes.js",
  59. "lib/statusMapping.js"
  60. ],
  61. "homepage": "https://github.com/jsdom/tr46#readme",
  62. "keywords": [
  63. "unicode",
  64. "tr46",
  65. "uts46",
  66. "punycode",
  67. "url",
  68. "whatwg"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "tr46",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jsdom/tr46.git"
  76. },
  77. "scripts": {
  78. "lint": "eslint .",
  79. "prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js",
  80. "pretest": "node scripts/getLatestTests.js",
  81. "test": "mocha"
  82. },
  83. "unicodeVersion": "14.0.0",
  84. "version": "3.0.0"
  85. }