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

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "p-locate@^2.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/locate-path"
  6. ]
  7. ],
  8. "_from": "p-locate@>=2.0.0 <3.0.0",
  9. "_id": "p-locate@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/p-locate",
  13. "_nodeVersion": "7.2.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/p-locate-2.0.0.tgz_1480310721089_0.044998719124123454"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "3.10.9",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "p-locate",
  26. "raw": "p-locate@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/locate-path"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
  36. "_shasum": "20a0103b222a70c8fd39cc2e580680f3dde5ec43",
  37. "_shrinkwrap": null,
  38. "_spec": "p-locate@^2.0.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/locate-path",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/p-locate/issues"
  47. },
  48. "dependencies": {
  49. "p-limit": "^1.1.0"
  50. },
  51. "description": "Get the first fulfilled promise that satisfies the provided testing function",
  52. "devDependencies": {
  53. "ava": "*",
  54. "delay": "^1.3.1",
  55. "in-range": "^1.0.0",
  56. "time-span": "^1.0.0",
  57. "xo": "*"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "20a0103b222a70c8fd39cc2e580680f3dde5ec43",
  62. "tarball": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz"
  63. },
  64. "engines": {
  65. "node": ">=4"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "6300abb6451f04bbaa760f42844ec1c501d79120",
  71. "homepage": "https://github.com/sindresorhus/p-locate#readme",
  72. "keywords": [
  73. "array",
  74. "async",
  75. "await",
  76. "bluebird",
  77. "collection",
  78. "fastest",
  79. "find",
  80. "finder",
  81. "fulfilled",
  82. "iterable",
  83. "iterator",
  84. "locate",
  85. "promise",
  86. "promises",
  87. "race",
  88. "search",
  89. "searcher",
  90. "test"
  91. ],
  92. "license": "MIT",
  93. "maintainers": [
  94. {
  95. "name": "sindresorhus",
  96. "email": "sindresorhus@gmail.com"
  97. }
  98. ],
  99. "name": "p-locate",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/sindresorhus/p-locate.git"
  105. },
  106. "scripts": {
  107. "test": "xo && ava"
  108. },
  109. "version": "2.0.0",
  110. "xo": {
  111. "esnext": true
  112. }
  113. }