package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "language-subtag-registry@~0.3.2",
  3. "_id": "language-subtag-registry@0.3.21",
  4. "_inBundle": false,
  5. "_integrity": "sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg==",
  6. "_location": "/language-subtag-registry",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "language-subtag-registry@~0.3.2",
  12. "name": "language-subtag-registry",
  13. "escapedName": "language-subtag-registry",
  14. "rawSpec": "~0.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.3.2"
  17. },
  18. "_requiredBy": [
  19. "/language-tags"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz",
  22. "_shasum": "04ac218bea46f04cb039084602c6da9e788dd45a",
  23. "_spec": "language-subtag-registry@~0.3.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\language-tags",
  25. "bugs": {
  26. "url": "https://github.com/mattcg/language-subtag-registry/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Matthew Caruana Galizia",
  32. "email": "mattcg@gmail.com"
  33. },
  34. {
  35. "name": "Guillaume Gérard",
  36. "email": "guillaume.gerard88@gmail.com"
  37. }
  38. ],
  39. "deprecated": false,
  40. "description": "Full BCP 47 language subtag data from the official IANA repository, in JSON format with multiple indices.",
  41. "devDependencies": {
  42. "jsonlint": "1.x.x"
  43. },
  44. "files": [
  45. "data/json/*.json"
  46. ],
  47. "homepage": "https://github.com/mattcg/language-subtag-registry",
  48. "implements": [
  49. "CommonJS/Modules/1.0"
  50. ],
  51. "keywords": [
  52. "iana",
  53. "bcp47",
  54. "subtags",
  55. "rfc5646",
  56. "language"
  57. ],
  58. "license": "ODC-By-1.0",
  59. "name": "language-subtag-registry",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/mattcg/language-subtag-registry.git"
  63. },
  64. "scripts": {
  65. "test": "make test"
  66. },
  67. "version": "0.3.21"
  68. }