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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "os-name@^3.1.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/insight"
  6. ]
  7. ],
  8. "_from": "os-name@>=3.1.0 <4.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "os-name@3.1.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/os-name",
  14. "_nodeVersion": "8.15.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/os-name_3.1.0_1554448376193_0.151155119226144"
  18. },
  19. "_npmUser": {
  20. "email": "sindresorhus@gmail.com",
  21. "name": "sindresorhus"
  22. },
  23. "_npmVersion": "6.9.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "os-name",
  27. "raw": "os-name@^3.1.0",
  28. "rawSpec": "^3.1.0",
  29. "scope": null,
  30. "spec": ">=3.1.0 <4.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/insight"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz",
  37. "_shasum": "dec19d966296e1cd62d701a5a66ee1ddeae70801",
  38. "_shrinkwrap": null,
  39. "_spec": "os-name@^3.1.0",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/insight",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/os-name/issues"
  48. },
  49. "dependencies": {
  50. "macos-release": "^2.2.0",
  51. "windows-release": "^3.1.0"
  52. },
  53. "description": "Get the name of the current operating system. Example: macOS Sierra",
  54. "devDependencies": {
  55. "@types/node": "^11.13.0",
  56. "ava": "^1.4.1",
  57. "tsd": "^0.7.2",
  58. "xo": "^0.24.0"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "fileCount": 5,
  63. "integrity": "sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==",
  64. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpv/5CRA9TVsSAnZWagAAXfIQAIz6ioEkHpNS4qMn5o8j\nKZLTHzGT0ICYeOmkFRcZqR7jGVjz3LAcjX2psiOe5R4QoNDink0NT/p4s0Z2\ncLrVS/lXsP3dug2GIHtcv1iyiujvElNtth23gly4u+0g13BzgXuziN/yjzUi\nh77t9lrbn4UZncsZUMigHnjk4IyxXCXaMtSTj9TkchkUp8P3moQP27KF6reN\n7rwaiZsmcEzNvJNwnAippUgRoxKkjNFSOAGUyUUk64i72DhExx1uqHxhSoZ+\nAj/XAyhWPddudEBKh8rK39eoMi51Zpm+GMRQqUZP3Vy0BQwse+oRgVG5Jbjo\nclwt9A3n7SwDHC+DytaPw61V5ewpYphRE9exNg+2xIh0pkXCcetoHgHZIk3B\nmOfksmL5RxHh0oSNUyCkfGvMzaegQXdCf03fGsMG8JTW+P4zklFCYh0YwX4v\nb8o00w90UQzenRcF/gEJcRpHyYMjB5x0ol6AmeLe8tjazGKVrbBJraUC6W+Y\nFWX80J0oQoZAjKdGSoLt8LuZ2dSEqSaoOyiDm7HNUaaXhzrvN6y+egjn7xKP\nJCa5tjfOdztt+/7JRBzJPBfUL1qvEWk++2OgzMJZgauQyEpJq9f/PPbiaPPt\n0Ecl+OH9EeX4GN5v02rr2pgKJXolC/gC2hWrn2QMIEp2tiHQJYfaPbiquVzh\npHw+\r\n=W2LU\r\n-----END PGP SIGNATURE-----\r\n",
  65. "shasum": "dec19d966296e1cd62d701a5a66ee1ddeae70801",
  66. "tarball": "https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz",
  67. "unpackedSize": 5082
  68. },
  69. "engines": {
  70. "node": ">=6"
  71. },
  72. "gitHead": "befe213df9a08b43e54d3860e3b167cf2d40435f",
  73. "homepage": "https://github.com/sindresorhus/os-name#readme",
  74. "keywords": [
  75. "linux",
  76. "macos",
  77. "name",
  78. "operating",
  79. "os",
  80. "platform",
  81. "release",
  82. "system",
  83. "title",
  84. "version",
  85. "windows"
  86. ],
  87. "license": "MIT",
  88. "maintainers": [
  89. {
  90. "name": "sindresorhus",
  91. "email": "sindresorhus@gmail.com"
  92. }
  93. ],
  94. "name": "os-name",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/sindresorhus/os-name.git"
  100. },
  101. "scripts": {
  102. "test": "xo && ava && tsd"
  103. },
  104. "version": "3.1.0"
  105. }