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

package.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "yeast@0.1.2",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/engine.io-client"
  6. ]
  7. ],
  8. "_from": "yeast@0.1.2",
  9. "_id": "yeast@0.1.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/yeast",
  13. "_nodeVersion": "0.12.3",
  14. "_npmUser": {
  15. "email": "npm@3rd-Eden.com",
  16. "name": "3rdeden"
  17. },
  18. "_npmVersion": "2.9.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "yeast",
  22. "raw": "yeast@0.1.2",
  23. "rawSpec": "0.1.2",
  24. "scope": null,
  25. "spec": "0.1.2",
  26. "type": "version"
  27. },
  28. "_requiredBy": [
  29. "/engine.io-client"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz",
  32. "_shasum": "008e06d8094320c372dbc2f8ed76a0ca6c8ac419",
  33. "_shrinkwrap": null,
  34. "_spec": "yeast@0.1.2",
  35. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/engine.io-client",
  36. "author": {
  37. "name": "Arnout Kazemier"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/unshiftio/yeast/issues"
  41. },
  42. "dependencies": {},
  43. "description": "Tiny but linear growing unique id generator",
  44. "devDependencies": {
  45. "assume": "1.3.x",
  46. "istanbul": "0.3.x",
  47. "mocha": "2.3.x",
  48. "pre-commit": "1.1.x",
  49. "zuul": "3.4.x"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "008e06d8094320c372dbc2f8ed76a0ca6c8ac419",
  54. "tarball": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz"
  55. },
  56. "gitHead": "5a7300f934302009aa8733fa84d43cc570756b98",
  57. "homepage": "https://github.com/unshiftio/yeast",
  58. "keywords": [
  59. "generator",
  60. "id",
  61. "unique",
  62. "yeast"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "maintainers": [
  67. {
  68. "name": "unshift",
  69. "email": "npm@unshift.io"
  70. },
  71. {
  72. "name": "3rdeden",
  73. "email": "npm@3rd-Eden.com"
  74. }
  75. ],
  76. "name": "yeast",
  77. "optionalDependencies": {},
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/unshiftio/yeast.git"
  82. },
  83. "scripts": {
  84. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  85. "coverage": "istanbul cover _mocha -- test.js",
  86. "test": "mocha test.js",
  87. "test-browser": "zuul -- test.js",
  88. "test-node": "istanbul cover _mocha --report lcovonly -- test.js",
  89. "watch": "mocha --watch test.js"
  90. },
  91. "version": "0.1.2"
  92. }