package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "os-homedir@1.0.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "os-homedir@1.0.2",
  9. "_id": "os-homedir@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==",
  12. "_location": "/os-homedir",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "os-homedir@1.0.2",
  18. "name": "os-homedir",
  19. "escapedName": "os-homedir",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/osenv"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/os-homedir/-/os-homedir-1.0.2.tgz",
  28. "_spec": "1.0.2",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/os-homedir/issues"
  37. },
  38. "description": "Node.js 4 `os.homedir()` ponyfill",
  39. "devDependencies": {
  40. "ava": "*",
  41. "path-exists": "^2.0.0",
  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-homedir#readme",
  51. "keywords": [
  52. "builtin",
  53. "core",
  54. "ponyfill",
  55. "polyfill",
  56. "shim",
  57. "os",
  58. "homedir",
  59. "home",
  60. "dir",
  61. "directory",
  62. "folder",
  63. "user",
  64. "path"
  65. ],
  66. "license": "MIT",
  67. "name": "os-homedir",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/os-homedir.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "1.0.2"
  76. }