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

package.json 3.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "which@^1.2.9",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/windows-release/node_modules/cross-spawn"
  6. ]
  7. ],
  8. "_from": "which@>=1.2.9 <2.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "which@1.3.1",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/windows-release/which",
  14. "_nodeVersion": "10.0.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/which_1.3.1_1527287252351_0.9093966007084426"
  18. },
  19. "_npmUser": {
  20. "email": "i@izs.me",
  21. "name": "isaacs"
  22. },
  23. "_npmVersion": "6.0.1",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "which",
  27. "raw": "which@^1.2.9",
  28. "rawSpec": "^1.2.9",
  29. "scope": null,
  30. "spec": ">=1.2.9 <2.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/windows-release/cross-spawn"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  37. "_shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
  38. "_shrinkwrap": null,
  39. "_spec": "which@^1.2.9",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/windows-release/node_modules/cross-spawn",
  41. "author": {
  42. "email": "i@izs.me",
  43. "name": "Isaac Z. Schlueter",
  44. "url": "http://blog.izs.me"
  45. },
  46. "bin": {
  47. "which": "./bin/which"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/isaacs/node-which/issues"
  51. },
  52. "dependencies": {
  53. "isexe": "^2.0.0"
  54. },
  55. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  56. "devDependencies": {
  57. "mkdirp": "^0.5.0",
  58. "rimraf": "^2.6.2",
  59. "tap": "^12.0.1"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "fileCount": 6,
  64. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  65. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbCI3VCRA9TVsSAnZWagAAILoP/RHSoHTTTbIOg0UG8vtG\nEI7F2ueoGwFFiJAB+xPIEE1B8kP8WqJ3zW2StJ6fY5y53lTDoVyNFKYX9HTI\nBmrhEf2+SaHSYfiG1chBs8MIdatKswhZDy4r+Fyzk50UcgdaaJOBRfer9y8R\nGNISIjep1SQWB+KXhvV2SUg4DkOtcUc9XUHEEopPh9GLGM8HE+aMIYMOvdSK\naSbo8Kq4Ec9Kf8PvPSLV5mU7QFXodqVSkeM4tcZPxi0kGn5ZS/UzpHUian0y\n0EFrfb+IjlXmY7EFIB8Y2aVz8wjowNhAchROdNKAGDzCS4k78vwnSUbYVb5L\nazMs3SoujuYzKxdBo4Ifm/PTfWicgwH1L5vku3zsZ+ss3sgaMjBXDVGc/4bh\nmZ2aPx/DTrySjw6TXySHTbKqFuH6g8n6JWugcGJl0Ai15RNqjojA8FeVR1C0\nabteBcL8ly6pRLX3HwU/l229uFKL0jBVVvtaLsvB3mhMq3k75co36fCz7p13\nqlLXaNvmq6Tu6A0xpRzgkPwmb7DqWqvApz6RulJXobSBn9euJh09dWvMdrgx\n2VzqdpnNkMqXlYtrJEe7bdbCsNRZw/TzYMD+GBabGw4qppGSWkPtYCuTJNE1\nF3QxwZp47woCXnBqPbavSUsVqQQMxHb4y959ltS+0OifWWZy6EU4AG0zv5aL\nTbyd\r\n=c6n/\r\n-----END PGP SIGNATURE-----\r\n",
  66. "shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
  67. "tarball": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  68. "unpackedSize": 9419
  69. },
  70. "files": [
  71. "bin/which",
  72. "which.js"
  73. ],
  74. "gitHead": "563406d75b97f97a33e506b9cc7a82b268332b6f",
  75. "homepage": "https://github.com/isaacs/node-which#readme",
  76. "license": "ISC",
  77. "main": "which.js",
  78. "maintainers": [
  79. {
  80. "name": "isaacs",
  81. "email": "i@izs.me"
  82. }
  83. ],
  84. "name": "which",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/isaacs/node-which.git"
  90. },
  91. "scripts": {
  92. "changelog": "bash gen-changelog.sh",
  93. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  94. "test": "tap test/*.js --cov"
  95. },
  96. "version": "1.3.1"
  97. }