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

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "os-name@^3.1.0",
  3. "_id": "os-name@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==",
  6. "_location": "/os-name",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "os-name@^3.1.0",
  12. "name": "os-name",
  13. "escapedName": "os-name",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/insight"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz",
  22. "_shasum": "dec19d966296e1cd62d701a5a66ee1ddeae70801",
  23. "_spec": "os-name@^3.1.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/insight",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/os-name/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "macos-release": "^2.2.0",
  36. "windows-release": "^3.1.0"
  37. },
  38. "deprecated": false,
  39. "description": "Get the name of the current operating system. Example: macOS Sierra",
  40. "devDependencies": {
  41. "@types/node": "^11.13.0",
  42. "ava": "^1.4.1",
  43. "tsd": "^0.7.2",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/os-name#readme",
  54. "keywords": [
  55. "os",
  56. "operating",
  57. "system",
  58. "platform",
  59. "name",
  60. "title",
  61. "release",
  62. "version",
  63. "macos",
  64. "windows",
  65. "linux"
  66. ],
  67. "license": "MIT",
  68. "name": "os-name",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/os-name.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava && tsd"
  75. },
  76. "version": "3.1.0"
  77. }