Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "macos-release@^2.2.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/os-name"
  6. ]
  7. ],
  8. "_from": "macos-release@>=2.2.0 <3.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "macos-release@2.4.1",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/macos-release",
  14. "_nodeVersion": "14.5.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/macos-release_2.4.1_1595439816790_0.03145067547861524"
  18. },
  19. "_npmUser": {
  20. "email": "sindresorhus@gmail.com",
  21. "name": "sindresorhus"
  22. },
  23. "_npmVersion": "6.14.5",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "macos-release",
  27. "raw": "macos-release@^2.2.0",
  28. "rawSpec": "^2.2.0",
  29. "scope": null,
  30. "spec": ">=2.2.0 <3.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/os-name"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/macos-release/-/macos-release-2.4.1.tgz",
  37. "_shasum": "64033d0ec6a5e6375155a74b1a1eba8e509820ac",
  38. "_shrinkwrap": null,
  39. "_spec": "macos-release@^2.2.0",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/os-name",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "https://sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/macos-release/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Get the name and version of a macOS release from the Darwin version",
  51. "devDependencies": {
  52. "ava": "^1.4.1",
  53. "tsd": "^0.7.1",
  54. "xo": "^0.24.0"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "fileCount": 5,
  59. "integrity": "sha512-H/QHeBIN1fIGJX517pvK8IEK53yQOW7YcEI55oYtgjDdoCQQz7eJS94qt5kNrscReEyuD/JcdFCm2XBEcGOITg==",
  60. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGHrJCRA9TVsSAnZWagAAqeYP/06kq77sC8KjGAf7wK7K\nU9Bk39YSp0UR4mE1wI+QeBIOGvMbwv60DuIP7hr+dAls5mYpB2+mpRxFfeVs\ne1nuH5eGskXLwEYSWdAUetxA1q/ItHqmc0Zpx6Jfxs+bhMU8TZs3NEEG+iEm\nvqDRlCffD/fziQCLSsX1wrG+TPQbnK5XP9RVXzyEjsW+gKN+fqlnuC72SJwO\nRfAHQgdfKu40Pt+nmAr7WG+EIVyS88mB92kPsQZvEY4K0CQ4fkr7tNURU8hg\nHYznQFkh4MmeyAh10b0F+bqp0IVpynuREjK456oIyszvPpQCq7L8313YyxCn\nw4YEioXM+k8k70EpNXTikTnEc9hNDsVmU5bBrEb/1cD+MKd6aYU6A1xaEy/N\nUbYQQnM4Ofk1dgCEhUBrNlGJUEyDyxm/GOe4qEgH1z4h3sMfC91rwPpHIfDs\nQISv4y6w0dMircRMNEemOQlj7GUx4pjgtNo4fL6jlzdGBmtJ2qmlExpAEPnL\nQ8a7i9zIrDXuKmyVgWTrkACUSsiU4OOsjcZkzKlfF6EsUtOj2cQSibJa4VCc\no8xlEV6g85pgkFRpuYmmkQ7p9PS8AjDNd6RAJg6+yNCCBv2l7GCu7BBIk/kT\nQFM3Dn9pn8tedVuDO4BkhnDWQjq3VEWCHFtC4UI/gtRhjHAYvPJvn4krNWoB\nxMMN\r\n=FOpd\r\n-----END PGP SIGNATURE-----\r\n",
  61. "shasum": "64033d0ec6a5e6375155a74b1a1eba8e509820ac",
  62. "tarball": "https://registry.npmjs.org/macos-release/-/macos-release-2.4.1.tgz",
  63. "unpackedSize": 5797
  64. },
  65. "engines": {
  66. "node": ">=6"
  67. },
  68. "funding": "https://github.com/sponsors/sindresorhus",
  69. "gitHead": "290f24dd5afb18ede673bd78f0a730e5408b5a10",
  70. "homepage": "https://github.com/sindresorhus/macos-release#readme",
  71. "keywords": [
  72. "darwin",
  73. "macos",
  74. "name",
  75. "operating",
  76. "os",
  77. "platform",
  78. "release",
  79. "system",
  80. "title",
  81. "version"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "name": "sindresorhus",
  87. "email": "sindresorhus@gmail.com"
  88. }
  89. ],
  90. "name": "macos-release",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/sindresorhus/macos-release.git"
  96. },
  97. "scripts": {
  98. "test": "xo && ava && tsd"
  99. },
  100. "version": "2.4.1"
  101. }