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

package.json 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "resolve-from@^4.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/import-fresh"
  6. ]
  7. ],
  8. "_from": "resolve-from@>=4.0.0 <5.0.0",
  9. "_id": "resolve-from@4.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/resolve-from",
  13. "_nodeVersion": "8.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/resolve-from-4.0.0.tgz_1506160096801_0.3549803947098553"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "5.3.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "resolve-from",
  26. "raw": "resolve-from@^4.0.0",
  27. "rawSpec": "^4.0.0",
  28. "scope": null,
  29. "spec": ">=4.0.0 <5.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/import-fresh"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  36. "_shasum": "4abcd852ad32dd7baabfe9b40e00a36db5f392e6",
  37. "_shrinkwrap": null,
  38. "_spec": "resolve-from@^4.0.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/import-fresh",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/resolve-from/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Resolve the path of a module like `require.resolve()` but from a given path",
  50. "devDependencies": {
  51. "ava": "*",
  52. "xo": "*"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  57. "shasum": "4abcd852ad32dd7baabfe9b40e00a36db5f392e6",
  58. "tarball": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz"
  59. },
  60. "engines": {
  61. "node": ">=4"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "gitHead": "60cd04e69135b96b98b848fff719b1276a5610c0",
  67. "homepage": "https://github.com/sindresorhus/resolve-from#readme",
  68. "keywords": [
  69. "from",
  70. "import",
  71. "like",
  72. "module",
  73. "path",
  74. "require",
  75. "resolve"
  76. ],
  77. "license": "MIT",
  78. "maintainers": [
  79. {
  80. "name": "sindresorhus",
  81. "email": "sindresorhus@gmail.com"
  82. }
  83. ],
  84. "name": "resolve-from",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/sindresorhus/resolve-from.git"
  90. },
  91. "scripts": {
  92. "test": "xo && ava"
  93. },
  94. "version": "4.0.0"
  95. }