package.json 1.7 KB

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