package.json 2.4 KB

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