Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "os-tmpdir@~1.0.2",
  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.2",
  12. "name": "os-tmpdir",
  13. "escapedName": "os-tmpdir",
  14. "rawSpec": "~1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/tmp"
  20. ],
  21. "_resolved": "http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
  22. "_shasum": "bbe67406c79aa85c5cfec766fe5734555dfa1274",
  23. "_spec": "os-tmpdir@~1.0.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/tmp",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/os-tmpdir/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Node.js os.tmpdir() ponyfill",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "^0.16.0"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/os-tmpdir#readme",
  47. "keywords": [
  48. "built-in",
  49. "core",
  50. "ponyfill",
  51. "polyfill",
  52. "shim",
  53. "os",
  54. "tmpdir",
  55. "tempdir",
  56. "tmp",
  57. "temp",
  58. "dir",
  59. "directory",
  60. "env",
  61. "environment"
  62. ],
  63. "license": "MIT",
  64. "name": "os-tmpdir",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/os-tmpdir.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava"
  71. },
  72. "version": "1.0.2"
  73. }