package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "os-tmpdir@^1.0.0",
  3. "_id": "os-tmpdir@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
  6. "_location": "/os-tmpdir",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "os-tmpdir@^1.0.0",
  12. "name": "os-tmpdir",
  13. "escapedName": "os-tmpdir",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/osenv",
  20. "/tmp"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
  23. "_shasum": "bbe67406c79aa85c5cfec766fe5734555dfa1274",
  24. "_spec": "os-tmpdir@^1.0.0",
  25. "_where": "/Users/rebecca/code/npm/node_modules/osenv",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/os-tmpdir/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Node.js os.tmpdir() ponyfill",
  37. "devDependencies": {
  38. "ava": "*",
  39. "xo": "^0.16.0"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/os-tmpdir#readme",
  48. "keywords": [
  49. "built-in",
  50. "core",
  51. "ponyfill",
  52. "polyfill",
  53. "shim",
  54. "os",
  55. "tmpdir",
  56. "tempdir",
  57. "tmp",
  58. "temp",
  59. "dir",
  60. "directory",
  61. "env",
  62. "environment"
  63. ],
  64. "license": "MIT",
  65. "name": "os-tmpdir",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/os-tmpdir.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava"
  72. },
  73. "version": "1.0.2"
  74. }