package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "os-homedir@^1.0.1",
  6. "scope": null,
  7. "escapedName": "os-homedir",
  8. "name": "os-homedir",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/expand-tilde"
  14. ]
  15. ],
  16. "_from": "os-homedir@>=1.0.1 <2.0.0",
  17. "_id": "os-homedir@1.0.2",
  18. "_inCache": true,
  19. "_location": "/os-homedir",
  20. "_nodeVersion": "6.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/os-homedir-1.0.2.tgz_1475211519628_0.7873868853785098"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "os-homedir@^1.0.1",
  33. "scope": null,
  34. "escapedName": "os-homedir",
  35. "name": "os-homedir",
  36. "rawSpec": "^1.0.1",
  37. "spec": ">=1.0.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/expand-tilde",
  42. "/osenv",
  43. "/tildify"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
  46. "_shasum": "ffbc4988336e0e833de0c168c7ef152121aa7fb3",
  47. "_shrinkwrap": null,
  48. "_spec": "os-homedir@^1.0.1",
  49. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/expand-tilde",
  50. "author": {
  51. "name": "Sindre Sorhus",
  52. "email": "sindresorhus@gmail.com",
  53. "url": "sindresorhus.com"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/sindresorhus/os-homedir/issues"
  57. },
  58. "dependencies": {},
  59. "description": "Node.js 4 `os.homedir()` ponyfill",
  60. "devDependencies": {
  61. "ava": "*",
  62. "path-exists": "^2.0.0",
  63. "xo": "^0.16.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "ffbc4988336e0e833de0c168c7ef152121aa7fb3",
  68. "tarball": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz"
  69. },
  70. "engines": {
  71. "node": ">=0.10.0"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "gitHead": "b1b0ae70a5965fef7005ff6509a5dd1a78c95e36",
  77. "homepage": "https://github.com/sindresorhus/os-homedir#readme",
  78. "keywords": [
  79. "builtin",
  80. "core",
  81. "ponyfill",
  82. "polyfill",
  83. "shim",
  84. "os",
  85. "homedir",
  86. "home",
  87. "dir",
  88. "directory",
  89. "folder",
  90. "user",
  91. "path"
  92. ],
  93. "license": "MIT",
  94. "maintainers": [
  95. {
  96. "name": "sindresorhus",
  97. "email": "sindresorhus@gmail.com"
  98. }
  99. ],
  100. "name": "os-homedir",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/sindresorhus/os-homedir.git"
  106. },
  107. "scripts": {
  108. "test": "xo && ava"
  109. },
  110. "version": "1.0.2"
  111. }