package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "osenv@0.1.5",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "osenv@0.1.5",
  9. "_id": "osenv@0.1.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
  12. "_location": "/osenv",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "osenv@0.1.5",
  18. "name": "osenv",
  19. "escapedName": "osenv",
  20. "rawSpec": "0.1.5",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.5"
  23. },
  24. "_requiredBy": [
  25. "/node-gyp"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/osenv/-/osenv-0.1.5.tgz",
  28. "_spec": "0.1.5",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me",
  33. "url": "http://blog.izs.me/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/npm/osenv/issues"
  37. },
  38. "dependencies": {
  39. "os-homedir": "^1.0.0",
  40. "os-tmpdir": "^1.0.0"
  41. },
  42. "description": "Look up environment settings specific to different operating systems",
  43. "devDependencies": {
  44. "tap": "^11.1.0"
  45. },
  46. "directories": {
  47. "test": "test"
  48. },
  49. "files": [
  50. "osenv.js"
  51. ],
  52. "homepage": "https://github.com/npm/osenv#readme",
  53. "keywords": [
  54. "environment",
  55. "variable",
  56. "home",
  57. "tmpdir",
  58. "path",
  59. "prompt",
  60. "ps1"
  61. ],
  62. "license": "ISC",
  63. "main": "osenv.js",
  64. "name": "osenv",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/npm/osenv.git"
  68. },
  69. "scripts": {
  70. "postpublish": "git push origin --all; git push origin --tags",
  71. "postversion": "npm publish",
  72. "preversion": "npm test",
  73. "test": "tap test/*.js"
  74. },
  75. "version": "0.1.5"
  76. }