Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 1.7 KiB

3 år sedan
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "os-homedir@1.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "os-homedir@1.0.2",
  9. "_id": "os-homedir@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
  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. "/home-or-tmp",
  26. "/osenv"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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-homedir/issues"
  38. },
  39. "description": "Node.js 4 `os.homedir()` ponyfill",
  40. "devDependencies": {
  41. "ava": "*",
  42. "path-exists": "^2.0.0",
  43. "xo": "^0.16.0"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/os-homedir#readme",
  52. "keywords": [
  53. "builtin",
  54. "core",
  55. "ponyfill",
  56. "polyfill",
  57. "shim",
  58. "os",
  59. "homedir",
  60. "home",
  61. "dir",
  62. "directory",
  63. "folder",
  64. "user",
  65. "path"
  66. ],
  67. "license": "MIT",
  68. "name": "os-homedir",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/os-homedir.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "1.0.2"
  77. }