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

package.json 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "is-yarn-global@^0.3.0",
  3. "_id": "is-yarn-global@0.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==",
  6. "_location": "/is-yarn-global",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-yarn-global@^0.3.0",
  12. "name": "is-yarn-global",
  13. "escapedName": "is-yarn-global",
  14. "rawSpec": "^0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/update-notifier"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz",
  22. "_shasum": "d502d3382590ea3004893746754c89139973e232",
  23. "_spec": "is-yarn-global@^0.3.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/update-notifier",
  25. "author": {
  26. "name": "LitoMore",
  27. "url": "litomore@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/LitoMore/is-yarn-global/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Check if installed by yarn globally without any `fs` calls",
  35. "devDependencies": {
  36. "ava": "^0.24.0",
  37. "xo": "^0.18.2"
  38. },
  39. "homepage": "https://github.com/LitoMore/is-yarn-global#readme",
  40. "license": "MIT",
  41. "name": "is-yarn-global",
  42. "repository": {
  43. "type": "git",
  44. "url": "git+ssh://git@github.com/LitoMore/is-yarn-global.git"
  45. },
  46. "scripts": {
  47. "test": "xo"
  48. },
  49. "version": "0.3.0"
  50. }