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

package.json 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. {
  2. "_from": "systeminformation@^4.26.10",
  3. "_id": "systeminformation@4.30.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dR2OJMvyBeF+VZ36851O7oQEUFdNtux3xFI+xAFbWg5J/mh5lQOBiceHTkYOyvGf++mMIKgpeAmYnKy+cyWIdw==",
  6. "_location": "/systeminformation",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "systeminformation@^4.26.10",
  12. "name": "systeminformation",
  13. "escapedName": "systeminformation",
  14. "rawSpec": "^4.26.10",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.26.10"
  17. },
  18. "_requiredBy": [
  19. "/cordova"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.30.11.tgz",
  22. "_shasum": "ad0515007190dfec6bef22bc8aa1cbad7623821d",
  23. "_spec": "systeminformation@^4.26.10",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova",
  25. "author": {
  26. "name": "Sebastian Hildebrandt",
  27. "email": "hildebrandt@plus-innovations.com",
  28. "url": "https://plus-innovations.com"
  29. },
  30. "bin": {
  31. "systeminformation": "lib/cli.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sebhildebrandt/systeminformation/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Simple system and OS information library",
  39. "devDependencies": {
  40. "@types/chai": "^4.1.7",
  41. "@types/mocha": "^5.2.5",
  42. "@types/node": "^10.12.18",
  43. "chai": "^4.2.0",
  44. "coveralls": "^3.0.2",
  45. "mocha": "^5.2.0",
  46. "nyc": "^13.1.0",
  47. "rimraf": "^2.6.2",
  48. "source-map-support": "^0.5.9",
  49. "ts-node": "^7.0.1",
  50. "typescript": "^3.2.2"
  51. },
  52. "engines": {
  53. "node": ">=4.0.0"
  54. },
  55. "files": [
  56. "lib/"
  57. ],
  58. "funding": {
  59. "type": "Buy me a coffee",
  60. "url": "https://www.buymeacoffee.com/systeminfo"
  61. },
  62. "homepage": "https://systeminformation.io",
  63. "keywords": [
  64. "system information",
  65. "sysinfo",
  66. "monitor",
  67. "monitoring",
  68. "os",
  69. "linux",
  70. "osx",
  71. "windows",
  72. "freebsd",
  73. "openbsd",
  74. "netbsd",
  75. "cpu",
  76. "cpuload",
  77. "physical cores",
  78. "logical cores",
  79. "processor",
  80. "cores",
  81. "threads",
  82. "socket type",
  83. "memory",
  84. "file system",
  85. "fsstats",
  86. "diskio",
  87. "block devices",
  88. "netstats",
  89. "network",
  90. "network interfaces",
  91. "network connections",
  92. "network stats",
  93. "iface",
  94. "processes",
  95. "users",
  96. "internet",
  97. "battery",
  98. "docker",
  99. "docker stats",
  100. "docker processes",
  101. "graphics",
  102. "graphic card",
  103. "graphic controller",
  104. "gpu",
  105. "display",
  106. "smart",
  107. "disk layout",
  108. "wifi",
  109. "wifinetworks",
  110. "virtual box",
  111. "virtualbox",
  112. "vm"
  113. ],
  114. "license": "MIT",
  115. "main": "./lib/index.js",
  116. "name": "systeminformation",
  117. "nyc": {
  118. "extension": [
  119. ".js"
  120. ],
  121. "include": [
  122. "lib/**"
  123. ],
  124. "exclude": [
  125. "**/*.d.ts"
  126. ],
  127. "reporter": [
  128. "html",
  129. "text"
  130. ],
  131. "all": true
  132. },
  133. "os": [
  134. "darwin",
  135. "linux",
  136. "win32",
  137. "freebsd",
  138. "openbsd",
  139. "netbsd",
  140. "sunos"
  141. ],
  142. "repository": {
  143. "type": "git",
  144. "url": "git+https://github.com/sebhildebrandt/systeminformation.git"
  145. },
  146. "scripts": {
  147. "clean": "rimraf dist",
  148. "compile": "tsc",
  149. "coverage": "nyc report --reporter=text-lcov",
  150. "test": "nyc mocha --require ts-node/register --require source-map-support/register ./test/**/*.test.ts",
  151. "test-bare": "npm run compile && mocha ./test/**/*.test.js",
  152. "watch": "tsc -w"
  153. },
  154. "types": "./lib/index.d.ts",
  155. "version": "4.30.11"
  156. }