package.json 2.3 KB

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