package.json 2.1 KB

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