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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "find-up@^2.1.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/pkg-up"
  6. ]
  7. ],
  8. "_from": "find-up@>=2.1.0 <3.0.0",
  9. "_id": "find-up@2.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/find-up",
  13. "_nodeVersion": "6.9.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/find-up-2.1.0.tgz_1480684911017_0.33125952794216573"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "4.0.2",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "find-up",
  26. "raw": "find-up@^2.1.0",
  27. "rawSpec": "^2.1.0",
  28. "scope": null,
  29. "spec": ">=2.1.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/pkg-up"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
  36. "_shasum": "45d1b7e506c717ddd482775a2b77920a3c0c57a7",
  37. "_shrinkwrap": null,
  38. "_spec": "find-up@^2.1.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/pkg-up",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/find-up/issues"
  47. },
  48. "dependencies": {
  49. "locate-path": "^2.0.0"
  50. },
  51. "description": "Find a file by walking up parent directories",
  52. "devDependencies": {
  53. "ava": "*",
  54. "tempfile": "^1.1.1",
  55. "xo": "*"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "45d1b7e506c717ddd482775a2b77920a3c0c57a7",
  60. "tarball": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz"
  61. },
  62. "engines": {
  63. "node": ">=4"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "10202fb1621f0c277d5d5eeaf01c1c32b008fbef",
  69. "homepage": "https://github.com/sindresorhus/find-up#readme",
  70. "keywords": [
  71. "dir",
  72. "directory",
  73. "file",
  74. "find",
  75. "find-up",
  76. "findup",
  77. "folder",
  78. "look",
  79. "look-up",
  80. "match",
  81. "package",
  82. "parent",
  83. "parents",
  84. "path",
  85. "resolve",
  86. "search",
  87. "up",
  88. "walk",
  89. "walking"
  90. ],
  91. "license": "MIT",
  92. "maintainers": [
  93. {
  94. "name": "sindresorhus",
  95. "email": "sindresorhus@gmail.com"
  96. }
  97. ],
  98. "name": "find-up",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/sindresorhus/find-up.git"
  104. },
  105. "scripts": {
  106. "test": "xo && ava"
  107. },
  108. "version": "2.1.0",
  109. "xo": {
  110. "esnext": true
  111. }
  112. }