package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "tmp@0.0.33",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tmp@0.0.33",
  10. "_id": "tmp@0.0.33",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
  13. "_location": "/tmp",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "tmp@0.0.33",
  20. "name": "tmp",
  21. "escapedName": "tmp",
  22. "rawSpec": "0.0.33",
  23. "saveSpec": null,
  24. "fetchSpec": "0.0.33"
  25. },
  26. "_requiredBy": [
  27. "/external-editor"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/tmp/-/tmp-0.0.33.tgz",
  30. "_spec": "0.0.33",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  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.2"
  42. },
  43. "description": "Temporary file and directory creator",
  44. "devDependencies": {
  45. "vows": "~0.7.0"
  46. },
  47. "engines": {
  48. "node": ">=0.6.0"
  49. },
  50. "files": [
  51. "lib/"
  52. ],
  53. "homepage": "http://github.com/raszi/node-tmp",
  54. "keywords": [
  55. "temporary",
  56. "tmp",
  57. "temp",
  58. "tempdir",
  59. "tempfile",
  60. "tmpdir",
  61. "tmpfile"
  62. ],
  63. "license": "MIT",
  64. "main": "lib/tmp.js",
  65. "name": "tmp",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/raszi/node-tmp.git"
  69. },
  70. "scripts": {
  71. "doc": "jsdoc -c .jsdoc.json",
  72. "test": "vows test/*-test.js"
  73. },
  74. "version": "0.0.33"
  75. }