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.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "tempfile@^2.0.0",
  3. "_id": "tempfile@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-awRGhWqbERTRhW/8vlCczLCXcmU=",
  6. "_location": "/tempfile",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tempfile@^2.0.0",
  12. "name": "tempfile",
  13. "escapedName": "tempfile",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-build",
  20. "/exec-buffer"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/tempfile/-/tempfile-2.0.0.tgz",
  23. "_shasum": "6b0446856a9b1114d1856ffcbe509cccb0977265",
  24. "_spec": "tempfile@^2.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\exec-buffer",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/tempfile/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "temp-dir": "^1.0.0",
  37. "uuid": "^3.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "Get a random temporary file path",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/tempfile#readme",
  52. "keywords": [
  53. "tmp",
  54. "temp",
  55. "temporary",
  56. "tempfile",
  57. "file",
  58. "path",
  59. "random",
  60. "rand",
  61. "uuid"
  62. ],
  63. "license": "MIT",
  64. "name": "tempfile",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/tempfile.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava"
  71. },
  72. "version": "2.0.0"
  73. }