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

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "reusify@^1.0.4",
  3. "_id": "reusify@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  6. "_location": "/reusify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "reusify@^1.0.4",
  12. "name": "reusify",
  13. "escapedName": "reusify",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/fastq"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  22. "_shasum": "90da382b1e126efc02146e90845a88db12925d76",
  23. "_spec": "reusify@^1.0.4",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/fastq",
  25. "author": {
  26. "name": "Matteo Collina",
  27. "email": "hello@matteocollina.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mcollina/reusify/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Reuse objects and functions with style",
  35. "devDependencies": {
  36. "coveralls": "^2.13.3",
  37. "faucet": "0.0.1",
  38. "istanbul": "^0.4.5",
  39. "pre-commit": "^1.2.2",
  40. "standard": "^10.0.3",
  41. "tape": "^4.8.0"
  42. },
  43. "engines": {
  44. "iojs": ">=1.0.0",
  45. "node": ">=0.10.0"
  46. },
  47. "homepage": "https://github.com/mcollina/reusify#readme",
  48. "keywords": [
  49. "reuse",
  50. "object",
  51. "performance",
  52. "function",
  53. "fast"
  54. ],
  55. "license": "MIT",
  56. "main": "reusify.js",
  57. "name": "reusify",
  58. "pre-commit": [
  59. "lint",
  60. "test"
  61. ],
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/mcollina/reusify.git"
  65. },
  66. "scripts": {
  67. "coverage": "npm run istanbul; cat coverage/lcov.info | coveralls",
  68. "istanbul": "istanbul cover tape test.js",
  69. "lint": "standard",
  70. "test": "tape test.js | faucet"
  71. },
  72. "version": "1.0.4"
  73. }