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

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. "/cordova-serve",
  21. "/cross-spawn"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  24. "_shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
  25. "_spec": "which@^1.3.0",
  26. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\cordova-common",
  27. "author": {
  28. "name": "Isaac Z. Schlueter",
  29. "email": "i@izs.me",
  30. "url": "http://blog.izs.me"
  31. },
  32. "bin": {
  33. "which": "./bin/which"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/isaacs/node-which/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "isexe": "^2.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  44. "devDependencies": {
  45. "mkdirp": "^0.5.0",
  46. "rimraf": "^2.6.2",
  47. "tap": "^12.0.1"
  48. },
  49. "files": [
  50. "which.js",
  51. "bin/which"
  52. ],
  53. "homepage": "https://github.com/isaacs/node-which#readme",
  54. "license": "ISC",
  55. "main": "which.js",
  56. "name": "which",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/isaacs/node-which.git"
  60. },
  61. "scripts": {
  62. "changelog": "bash gen-changelog.sh",
  63. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  64. "test": "tap test/*.js --cov"
  65. },
  66. "version": "1.3.1"
  67. }