Repositorio del curso CCOM4030 el semestre B91 del proyecto kilometro0

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "abbrev@1",
  3. "_id": "abbrev@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
  6. "_location": "/abbrev",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "abbrev@1",
  12. "name": "abbrev",
  13. "escapedName": "abbrev",
  14. "rawSpec": "1",
  15. "saveSpec": null,
  16. "fetchSpec": "1"
  17. },
  18. "_requiredBy": [
  19. "/ios-sim/nopt",
  20. "/nopt"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
  23. "_shasum": "f8f2c887ad10bf67f634f005b6987fed3179aac8",
  24. "_spec": "abbrev@1",
  25. "_where": "/Users/Luis/Documents/Universidad/Quinto Año (2019)/Software/km0/km0App/node_modules/ios-sim/node_modules/nopt",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/abbrev-js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Like ruby's abbrev module, but in js",
  36. "devDependencies": {
  37. "tap": "^10.1"
  38. },
  39. "files": [
  40. "abbrev.js"
  41. ],
  42. "homepage": "https://github.com/isaacs/abbrev-js#readme",
  43. "license": "ISC",
  44. "main": "abbrev.js",
  45. "name": "abbrev",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+ssh://git@github.com/isaacs/abbrev-js.git"
  49. },
  50. "scripts": {
  51. "postpublish": "git push origin --all; git push origin --tags",
  52. "postversion": "npm publish",
  53. "preversion": "npm test",
  54. "test": "tap test.js --100"
  55. },
  56. "version": "1.1.1"
  57. }