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

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "osenv@^0.1.4",
  3. "_id": "osenv@0.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
  6. "_location": "/osenv",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "osenv@^0.1.4",
  12. "name": "osenv",
  13. "escapedName": "osenv",
  14. "rawSpec": "^0.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.4"
  17. },
  18. "_requiredBy": [
  19. "/nopt"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
  22. "_shasum": "85cdfafaeb28e8677f416e287592b5f3f49ea410",
  23. "_spec": "osenv@^0.1.4",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\nopt",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/npm/osenv/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "os-homedir": "^1.0.0",
  36. "os-tmpdir": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Look up environment settings specific to different operating systems",
  40. "devDependencies": {
  41. "tap": "^11.1.0"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "files": [
  47. "osenv.js"
  48. ],
  49. "homepage": "https://github.com/npm/osenv#readme",
  50. "keywords": [
  51. "environment",
  52. "variable",
  53. "home",
  54. "tmpdir",
  55. "path",
  56. "prompt",
  57. "ps1"
  58. ],
  59. "license": "ISC",
  60. "main": "osenv.js",
  61. "name": "osenv",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/npm/osenv.git"
  65. },
  66. "scripts": {
  67. "postpublish": "git push origin --all; git push origin --tags",
  68. "postversion": "npm publish",
  69. "preversion": "npm test",
  70. "test": "tap test/*.js"
  71. },
  72. "version": "0.1.5"
  73. }