package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "tmp@0.0.30",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tmp@0.0.30",
  10. "_id": "tmp@0.0.30",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ckGdSovn1s51FI/YsyTlk6cRwu0=",
  13. "_location": "/tmp",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tmp@0.0.30",
  19. "name": "tmp",
  20. "escapedName": "tmp",
  21. "rawSpec": "0.0.30",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.30"
  24. },
  25. "_requiredBy": [
  26. "/selenium-webdriver",
  27. "/useragent"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.30.tgz",
  30. "_spec": "0.0.30",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "KARASZI István",
  34. "email": "github@spam.raszi.hu",
  35. "url": "http://raszi.hu/"
  36. },
  37. "bugs": {
  38. "url": "http://github.com/raszi/node-tmp/issues"
  39. },
  40. "dependencies": {
  41. "os-tmpdir": "~1.0.1"
  42. },
  43. "description": "Temporary file and directory creator",
  44. "devDependencies": {
  45. "vows": "~0.7.0"
  46. },
  47. "engines": {
  48. "node": ">=0.4.0"
  49. },
  50. "homepage": "http://github.com/raszi/node-tmp",
  51. "keywords": [
  52. "temporary",
  53. "tmp",
  54. "temp",
  55. "tempdir",
  56. "tempfile",
  57. "tmpdir",
  58. "tmpfile"
  59. ],
  60. "license": "MIT",
  61. "main": "lib/tmp.js",
  62. "name": "tmp",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/raszi/node-tmp.git"
  66. },
  67. "scripts": {
  68. "test": "vows test/*-test.js"
  69. },
  70. "version": "0.0.30"
  71. }