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

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "import-fresh@^3.2.1",
  3. "_id": "import-fresh@3.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==",
  6. "_location": "/import-fresh",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "import-fresh@^3.2.1",
  12. "name": "import-fresh",
  13. "escapedName": "import-fresh",
  14. "rawSpec": "^3.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.1"
  17. },
  18. "_requiredBy": [
  19. "/cordova-create"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.2.tgz",
  22. "_shasum": "fc129c160c5d68235507f4331a6baad186bdbc3e",
  23. "_spec": "import-fresh@^3.2.1",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova-create",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/import-fresh/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "parent-module": "^1.0.0",
  36. "resolve-from": "^4.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Import a module while bypassing the cache",
  40. "devDependencies": {
  41. "ava": "^1.0.1",
  42. "heapdump": "^0.3.12",
  43. "tsd": "^0.7.3",
  44. "xo": "^0.23.0"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/import-fresh#readme",
  54. "keywords": [
  55. "require",
  56. "cache",
  57. "uncache",
  58. "uncached",
  59. "module",
  60. "fresh",
  61. "bypass"
  62. ],
  63. "license": "MIT",
  64. "name": "import-fresh",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/import-fresh.git"
  68. },
  69. "scripts": {
  70. "heapdump": "node heapdump.js",
  71. "test": "xo && ava && tsd"
  72. },
  73. "version": "3.2.2"
  74. }