You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.0 KiB

  1. {
  2. "_from": "tr46@^2.0.2",
  3. "_id": "tr46@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg==",
  6. "_location": "/tr46",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tr46@^2.0.2",
  12. "name": "tr46",
  13. "escapedName": "tr46",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/whatwg-url"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.2.tgz",
  22. "_shasum": "03273586def1595ae08fedb38d7733cee91d2479",
  23. "_spec": "tr46@^2.0.2",
  24. "_where": "/home/alpcentaur/ProjektA/PermApp/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": "^6.8.0",
  46. "mocha": "^6.2.2",
  47. "node-fetch": "^2.6.0",
  48. "pump": "^3.0.0",
  49. "regenerate": "^1.4.0",
  50. "unicode-12.1.0": "^0.8.0"
  51. },
  52. "engines": {
  53. "node": ">=8"
  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": "12.1.0",
  84. "version": "2.0.2"
  85. }