Repositorio del curso CCOM4030 el semestre B91 del proyecto kilometro0

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "which@^1.3.0",
  3. "_id": "which@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  6. "_location": "/which",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "which@^1.3.0",
  12. "name": "which",
  13. "escapedName": "which",
  14. "rawSpec": "^1.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-common",
  20. "/cross-spawn"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  23. "_shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
  24. "_spec": "which@^1.3.0",
  25. "_where": "/Users/Luis/Documents/Universidad/Quinto Año (2019)/Software/km0/km0App/node_modules/cordova-common",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me"
  30. },
  31. "bin": {
  32. "which": "./bin/which"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/isaacs/node-which/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "isexe": "^2.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  43. "devDependencies": {
  44. "mkdirp": "^0.5.0",
  45. "rimraf": "^2.6.2",
  46. "tap": "^12.0.1"
  47. },
  48. "files": [
  49. "which.js",
  50. "bin/which"
  51. ],
  52. "homepage": "https://github.com/isaacs/node-which#readme",
  53. "license": "ISC",
  54. "main": "which.js",
  55. "name": "which",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/isaacs/node-which.git"
  59. },
  60. "scripts": {
  61. "changelog": "bash gen-changelog.sh",
  62. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  63. "test": "tap test/*.js --cov"
  64. },
  65. "version": "1.3.1"
  66. }