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

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "opn@^5.3.0",
  3. "_id": "opn@5.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==",
  6. "_location": "/opn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "opn@^5.3.0",
  12. "name": "opn",
  13. "escapedName": "opn",
  14. "rawSpec": "^5.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.3.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-serve"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz",
  22. "_shasum": "fc7164fab56d235904c51c3b27da6758ca3b9bfc",
  23. "_spec": "opn@^5.3.0",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\cordova-serve",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/opn/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "is-wsl": "^1.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "A better node-open. Opens stuff like websites, files, executables. Cross-platform.",
  39. "devDependencies": {
  40. "ava": "^0.25.0",
  41. "xo": "^0.20.0"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js",
  48. "xdg-open"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/opn#readme",
  51. "keywords": [
  52. "app",
  53. "open",
  54. "opn",
  55. "opener",
  56. "opens",
  57. "launch",
  58. "start",
  59. "xdg-open",
  60. "xdg",
  61. "default",
  62. "cmd",
  63. "browser",
  64. "editor",
  65. "executable",
  66. "exe",
  67. "url",
  68. "urls",
  69. "arguments",
  70. "args",
  71. "spawn",
  72. "exec",
  73. "child",
  74. "process",
  75. "website",
  76. "file"
  77. ],
  78. "license": "MIT",
  79. "name": "opn",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/sindresorhus/opn.git"
  83. },
  84. "scripts": {
  85. "test": "xo"
  86. },
  87. "version": "5.5.0"
  88. }