package.json 1.4 KB

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