package.json 1.6 KB

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