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

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "run-parallel@^1.1.9",
  3. "_id": "run-parallel@1.1.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==",
  6. "_location": "/run-parallel",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "run-parallel@^1.1.9",
  12. "name": "run-parallel",
  13. "escapedName": "run-parallel",
  14. "rawSpec": "^1.1.9",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.9"
  17. },
  18. "_requiredBy": [
  19. "/@nodelib/fs.scandir"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.9.tgz",
  22. "_shasum": "c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679",
  23. "_spec": "run-parallel@^1.1.9",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/@nodelib/fs.scandir",
  25. "author": {
  26. "name": "Feross Aboukhadijeh",
  27. "email": "feross@feross.org",
  28. "url": "http://feross.org/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/feross/run-parallel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Run an array of functions in parallel",
  37. "devDependencies": {
  38. "airtap": "0.0.4",
  39. "standard": "*",
  40. "tape": "^4.0.0"
  41. },
  42. "homepage": "https://github.com/feross/run-parallel",
  43. "keywords": [
  44. "parallel",
  45. "async",
  46. "function",
  47. "callback",
  48. "asynchronous",
  49. "run",
  50. "array",
  51. "run parallel"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "run-parallel",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/feross/run-parallel.git"
  59. },
  60. "scripts": {
  61. "test": "standard && npm run test-node && npm run test-browser",
  62. "test-browser": "airtap -- test/*.js",
  63. "test-browser-local": "airtap --local -- test/*.js",
  64. "test-node": "tape test/*.js"
  65. },
  66. "version": "1.1.9"
  67. }