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

package.json 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "nopt@^4.0.1",
  3. "_id": "nopt@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=",
  6. "_location": "/nopt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nopt@^4.0.1",
  12. "name": "nopt",
  13. "escapedName": "nopt",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cordova-browser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz",
  22. "_shasum": "d0d4685afd5415193c8c7505602d0d17cd64474d",
  23. "_spec": "nopt@^4.0.1",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\cordova-browser",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bin": {
  31. "nopt": "./bin/nopt.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/npm/nopt/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "abbrev": "1",
  39. "osenv": "^0.1.4"
  40. },
  41. "deprecated": false,
  42. "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
  43. "devDependencies": {
  44. "tap": "^8.0.1"
  45. },
  46. "homepage": "https://github.com/npm/nopt#readme",
  47. "license": "ISC",
  48. "main": "lib/nopt.js",
  49. "name": "nopt",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/npm/nopt.git"
  53. },
  54. "scripts": {
  55. "test": "tap test/*.js"
  56. },
  57. "version": "4.0.1"
  58. }