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

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "which@^2.0.2",
  3. "_id": "which@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6. "_location": "/cordova-ios/which",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "which@^2.0.2",
  12. "name": "which",
  13. "escapedName": "which",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/cordova-ios",
  20. "/cordova-ios/cross-spawn"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  23. "_shasum": "7c6a8dd0a636a0327e10b59c9286eee93f3f51b1",
  24. "_spec": "which@^2.0.2",
  25. "_where": "/Users/christian/Documents/artesanias/node_modules/cordova-ios",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me"
  30. },
  31. "bin": {
  32. "node-which": "bin/node-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": "^14.6.9"
  47. },
  48. "engines": {
  49. "node": ">= 8"
  50. },
  51. "files": [
  52. "which.js",
  53. "bin/node-which"
  54. ],
  55. "homepage": "https://github.com/isaacs/node-which#readme",
  56. "license": "ISC",
  57. "main": "which.js",
  58. "name": "which",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/isaacs/node-which.git"
  62. },
  63. "scripts": {
  64. "changelog": "git add CHANGELOG.md",
  65. "postchangelog": "git commit -m 'update changelog - '${npm_package_version}",
  66. "postpublish": "git push origin --follow-tags",
  67. "postversion": "npm publish",
  68. "prechangelog": "bash gen-changelog.sh",
  69. "prepublish": "npm run changelog",
  70. "preversion": "npm test",
  71. "test": "tap"
  72. },
  73. "tap": {
  74. "check-coverage": true
  75. },
  76. "version": "2.0.2"
  77. }