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

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "os-homedir@^1.0.0",
  3. "_id": "os-homedir@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
  6. "_location": "/os-homedir",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "os-homedir@^1.0.0",
  12. "name": "os-homedir",
  13. "escapedName": "os-homedir",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/osenv"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
  22. "_shasum": "ffbc4988336e0e833de0c168c7ef152121aa7fb3",
  23. "_spec": "os-homedir@^1.0.0",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\osenv",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/os-homedir/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Node.js 4 `os.homedir()` ponyfill",
  36. "devDependencies": {
  37. "ava": "*",
  38. "path-exists": "^2.0.0",
  39. "xo": "^0.16.0"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/os-homedir#readme",
  48. "keywords": [
  49. "builtin",
  50. "core",
  51. "ponyfill",
  52. "polyfill",
  53. "shim",
  54. "os",
  55. "homedir",
  56. "home",
  57. "dir",
  58. "directory",
  59. "folder",
  60. "user",
  61. "path"
  62. ],
  63. "license": "MIT",
  64. "name": "os-homedir",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/os-homedir.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava"
  71. },
  72. "version": "1.0.2"
  73. }