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

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "is-wsl@^1.1.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/opn"
  6. ]
  7. ],
  8. "_from": "is-wsl@>=1.1.0 <2.0.0",
  9. "_id": "is-wsl@1.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-wsl",
  13. "_nodeVersion": "4.7.3",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/is-wsl-1.1.0.tgz_1492407587032_0.143065512413159"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "is-wsl",
  26. "raw": "is-wsl@^1.1.0",
  27. "rawSpec": "^1.1.0",
  28. "scope": null,
  29. "spec": ">=1.1.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/opn"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
  36. "_shasum": "1f16e4aa22b04d1336b66188a66af3c600c3a66d",
  37. "_shrinkwrap": null,
  38. "_spec": "is-wsl@^1.1.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/opn",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/is-wsl/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)",
  50. "devDependencies": {
  51. "ava": "*",
  52. "clear-require": "^2.0.0",
  53. "proxyquire": "^1.7.11",
  54. "xo": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "1f16e4aa22b04d1336b66188a66af3c600c3a66d",
  59. "tarball": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz"
  60. },
  61. "engines": {
  62. "node": ">=4"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "60ea5d57a51ee596cb144ef47187c0476a5a421b",
  68. "homepage": "https://github.com/sindresorhus/is-wsl#readme",
  69. "keywords": [
  70. "bash",
  71. "check",
  72. "console",
  73. "detect",
  74. "is",
  75. "linux",
  76. "process",
  77. "subsystem",
  78. "terminal",
  79. "windows",
  80. "wsl"
  81. ],
  82. "license": "MIT",
  83. "maintainers": [
  84. {
  85. "name": "sindresorhus",
  86. "email": "sindresorhus@gmail.com"
  87. }
  88. ],
  89. "name": "is-wsl",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/sindresorhus/is-wsl.git"
  95. },
  96. "scripts": {
  97. "test": "xo && ava"
  98. },
  99. "version": "1.1.0"
  100. }