package.json 2.5 KB

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