package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "os-homedir@1.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "os-homedir@1.0.2",
  10. "_id": "os-homedir@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
  13. "_location": "/os-homedir",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "os-homedir@1.0.2",
  19. "name": "os-homedir",
  20. "escapedName": "os-homedir",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/home-or-tmp",
  27. "/osenv"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/os-homedir/download/os-homedir-1.0.2.tgz",
  30. "_spec": "1.0.2",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/os-homedir/issues"
  39. },
  40. "description": "Node.js 4 `os.homedir()` ponyfill",
  41. "devDependencies": {
  42. "ava": "*",
  43. "path-exists": "^2.0.0",
  44. "xo": "^0.16.0"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/os-homedir#readme",
  53. "keywords": [
  54. "builtin",
  55. "core",
  56. "ponyfill",
  57. "polyfill",
  58. "shim",
  59. "os",
  60. "homedir",
  61. "home",
  62. "dir",
  63. "directory",
  64. "folder",
  65. "user",
  66. "path"
  67. ],
  68. "license": "MIT",
  69. "name": "os-homedir",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/os-homedir.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "version": "1.0.2"
  78. }