package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "os-tmpdir@1.0.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "os-tmpdir@1.0.2",
  9. "_id": "os-tmpdir@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
  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. "/osenv",
  26. "/tmp"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/os-tmpdir/issues"
  38. },
  39. "description": "Node.js os.tmpdir() ponyfill",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "^0.16.0"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/os-tmpdir#readme",
  51. "keywords": [
  52. "built-in",
  53. "core",
  54. "ponyfill",
  55. "polyfill",
  56. "shim",
  57. "os",
  58. "tmpdir",
  59. "tempdir",
  60. "tmp",
  61. "temp",
  62. "dir",
  63. "directory",
  64. "env",
  65. "environment"
  66. ],
  67. "license": "MIT",
  68. "name": "os-tmpdir",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/os-tmpdir.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "1.0.2"
  77. }