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

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "npm-run-path@^4.0.0",
  3. "_id": "npm-run-path@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  6. "_location": "/npm-run-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "npm-run-path@^4.0.0",
  12. "name": "npm-run-path",
  13. "escapedName": "npm-run-path",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/execa"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  22. "_shasum": "b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea",
  23. "_spec": "npm-run-path@^4.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/execa",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/npm-run-path/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "path-key": "^3.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Get your PATH prepended with locally installed binaries",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "tsd": "^0.7.2",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=8"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/npm-run-path#readme",
  52. "keywords": [
  53. "npm",
  54. "run",
  55. "path",
  56. "package",
  57. "bin",
  58. "binary",
  59. "binaries",
  60. "script",
  61. "cli",
  62. "command-line",
  63. "execute",
  64. "executable"
  65. ],
  66. "license": "MIT",
  67. "name": "npm-run-path",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/npm-run-path.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava && tsd"
  74. },
  75. "version": "4.0.1"
  76. }