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

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "at-least-node@^1.0.0",
  3. "_id": "at-least-node@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
  6. "_location": "/at-least-node",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "at-least-node@^1.0.0",
  12. "name": "at-least-node",
  13. "escapedName": "at-least-node",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-ios/fs-extra"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  22. "_shasum": "602cd4b46e844ad4effc92a8011a3c46e0238dc2",
  23. "_spec": "at-least-node@^1.0.0",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/cordova-ios/node_modules/fs-extra",
  25. "author": {
  26. "name": "Ryan Zimmerman",
  27. "email": "opensrc@ryanzim.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/RyanZim/at-least-node/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Lightweight Node.js version sniffing/comparison",
  35. "devDependencies": {
  36. "ava": "^3.1.0",
  37. "rewire": "^4.0.1",
  38. "semver": "^7.1.2"
  39. },
  40. "engines": {
  41. "node": ">= 4.0.0"
  42. },
  43. "files": [],
  44. "homepage": "https://github.com/RyanZim/at-least-node#readme",
  45. "keywords": [
  46. "semver",
  47. "feature"
  48. ],
  49. "license": "ISC",
  50. "main": "index.js",
  51. "name": "at-least-node",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/RyanZim/at-least-node.git"
  55. },
  56. "scripts": {
  57. "test": "ava"
  58. },
  59. "version": "1.0.0"
  60. }