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

package.json 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "_args": [
  3. [
  4. "lodash@~2.4.1",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/ftp-client"
  6. ]
  7. ],
  8. "_from": "lodash@>=2.4.1 <2.5.0",
  9. "_id": "lodash@2.4.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/lodash",
  13. "_nodeVersion": "0.12.2",
  14. "_npmUser": {
  15. "email": "john.david.dalton@gmail.com",
  16. "name": "jdalton"
  17. },
  18. "_npmVersion": "2.7.5",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "lodash",
  22. "raw": "lodash@~2.4.1",
  23. "rawSpec": "~2.4.1",
  24. "scope": null,
  25. "spec": ">=2.4.1 <2.5.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/ftp-client"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz",
  32. "_shasum": "fadd834b9683073da179b3eae6d9c0d15053f73e",
  33. "_shrinkwrap": null,
  34. "_spec": "lodash@~2.4.1",
  35. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/ftp-client",
  36. "author": {
  37. "email": "john.david.dalton@gmail.com",
  38. "name": "John-David Dalton",
  39. "url": "http://allyoucanleet.com/"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/lodash/lodash/issues"
  43. },
  44. "contributors": [
  45. {
  46. "name": "John-David Dalton",
  47. "email": "john.david.dalton@gmail.com",
  48. "url": "http://allyoucanleet.com/"
  49. },
  50. {
  51. "name": "Blaine Bublitz",
  52. "email": "blaine@iceddev.com",
  53. "url": "http://www.iceddev.com/"
  54. },
  55. {
  56. "name": "Kit Cambridge",
  57. "email": "github@kitcambridge.be",
  58. "url": "http://kitcambridge.be/"
  59. },
  60. {
  61. "name": "Mathias Bynens",
  62. "email": "mathias@qiwi.be",
  63. "url": "http://mathiasbynens.be/"
  64. }
  65. ],
  66. "dependencies": {},
  67. "description": "A utility library delivering consistency, customization, performance, & extras.",
  68. "devDependencies": {},
  69. "directories": {},
  70. "dist": {
  71. "shasum": "fadd834b9683073da179b3eae6d9c0d15053f73e",
  72. "tarball": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz"
  73. },
  74. "engines": [
  75. "node",
  76. "rhino"
  77. ],
  78. "files": [
  79. "LICENSE.txt",
  80. "dist/lodash.compat.js",
  81. "dist/lodash.compat.min.js",
  82. "dist/lodash.js",
  83. "dist/lodash.min.js",
  84. "dist/lodash.underscore.js",
  85. "dist/lodash.underscore.min.js",
  86. "lodash.js"
  87. ],
  88. "homepage": "http://lodash.com/",
  89. "jam": {
  90. "include": [
  91. "LICENSE.txt",
  92. "dist/lodash.compat.js",
  93. "dist/lodash.compat.min.js",
  94. "dist/lodash.js",
  95. "dist/lodash.min.js",
  96. "dist/lodash.underscore.js",
  97. "dist/lodash.underscore.min.js"
  98. ],
  99. "main": "dist/lodash.compat.js"
  100. },
  101. "keywords": [
  102. "amd",
  103. "browser",
  104. "client",
  105. "customize",
  106. "functional",
  107. "server",
  108. "util"
  109. ],
  110. "license": "MIT",
  111. "main": "dist/lodash.js",
  112. "maintainers": [
  113. {
  114. "name": "jdalton",
  115. "email": "john.david.dalton@gmail.com"
  116. },
  117. {
  118. "name": "mathias",
  119. "email": "mathias@qiwi.be"
  120. },
  121. {
  122. "name": "phated",
  123. "email": "blaine@iceddev.com"
  124. },
  125. {
  126. "name": "kitcambridge",
  127. "email": "github@kitcambridge.be"
  128. },
  129. {
  130. "name": "d10",
  131. "email": "demoneaux@gmail.com"
  132. }
  133. ],
  134. "name": "lodash",
  135. "optionalDependencies": {},
  136. "readme": "ERROR: No README data found!",
  137. "repository": {
  138. "type": "git",
  139. "url": "git+https://github.com/lodash/lodash.git"
  140. },
  141. "scripts": {},
  142. "version": "2.4.2",
  143. "volo": {
  144. "ignore": [
  145. "*.custom.*",
  146. "*.map",
  147. "*.md",
  148. "*.min.*",
  149. "*.template.*",
  150. ".*",
  151. "bower.json",
  152. "component.json",
  153. "doc",
  154. "index.js",
  155. "lodash.js",
  156. "modularize",
  157. "node_modules",
  158. "perf",
  159. "test",
  160. "vendor"
  161. ],
  162. "type": "directory"
  163. }
  164. }