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

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