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

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "reusify@^1.0.4",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/fastq"
  6. ]
  7. ],
  8. "_from": "reusify@>=1.0.4 <2.0.0",
  9. "_id": "reusify@1.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/reusify",
  13. "_nodeVersion": "8.9.4",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/reusify-1.0.4.tgz_1516958898700_0.8839292053598911"
  17. },
  18. "_npmUser": {
  19. "email": "hello@matteocollina.com",
  20. "name": "matteo.collina"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "reusify",
  26. "raw": "reusify@^1.0.4",
  27. "rawSpec": "^1.0.4",
  28. "scope": null,
  29. "spec": ">=1.0.4 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/fastq"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  36. "_shasum": "90da382b1e126efc02146e90845a88db12925d76",
  37. "_shrinkwrap": null,
  38. "_spec": "reusify@^1.0.4",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/fastq",
  40. "author": {
  41. "email": "hello@matteocollina.com",
  42. "name": "Matteo Collina"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/mcollina/reusify/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Reuse objects and functions with style",
  49. "devDependencies": {
  50. "coveralls": "^2.13.3",
  51. "faucet": "0.0.1",
  52. "istanbul": "^0.4.5",
  53. "pre-commit": "^1.2.2",
  54. "standard": "^10.0.3",
  55. "tape": "^4.8.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  60. "shasum": "90da382b1e126efc02146e90845a88db12925d76",
  61. "tarball": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz"
  62. },
  63. "engines": {
  64. "iojs": ">=1.0.0",
  65. "node": ">=0.10.0"
  66. },
  67. "gitHead": "89420d4369258d0b768aaebfb1843951193d315d",
  68. "homepage": "https://github.com/mcollina/reusify#readme",
  69. "keywords": [
  70. "fast",
  71. "function",
  72. "object",
  73. "performance",
  74. "reuse"
  75. ],
  76. "license": "MIT",
  77. "main": "reusify.js",
  78. "maintainers": [
  79. {
  80. "name": "matteo.collina",
  81. "email": "hello@matteocollina.com"
  82. }
  83. ],
  84. "name": "reusify",
  85. "optionalDependencies": {},
  86. "pre-commit": [
  87. "lint",
  88. "test"
  89. ],
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/mcollina/reusify.git"
  94. },
  95. "scripts": {
  96. "coverage": "npm run istanbul; cat coverage/lcov.info | coveralls",
  97. "istanbul": "istanbul cover tape test.js",
  98. "lint": "standard",
  99. "test": "tape test.js | faucet"
  100. },
  101. "version": "1.0.4"
  102. }