package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "osenv@0.1.4",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "osenv@0.1.4",
  10. "_id": "osenv@0.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=",
  13. "_location": "/osenv",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "osenv@0.1.4",
  19. "name": "osenv",
  20. "escapedName": "osenv",
  21. "rawSpec": "0.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.4"
  24. },
  25. "_requiredBy": [
  26. "/node-gyp"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz",
  29. "_spec": "0.1.4",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/npm/osenv/issues"
  38. },
  39. "dependencies": {
  40. "os-homedir": "^1.0.0",
  41. "os-tmpdir": "^1.0.0"
  42. },
  43. "description": "Look up environment settings specific to different operating systems",
  44. "devDependencies": {
  45. "tap": "^8.0.1"
  46. },
  47. "directories": {
  48. "test": "test"
  49. },
  50. "homepage": "https://github.com/npm/osenv#readme",
  51. "keywords": [
  52. "environment",
  53. "variable",
  54. "home",
  55. "tmpdir",
  56. "path",
  57. "prompt",
  58. "ps1"
  59. ],
  60. "license": "ISC",
  61. "main": "osenv.js",
  62. "name": "osenv",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/npm/osenv.git"
  66. },
  67. "scripts": {
  68. "test": "tap test/*.js"
  69. },
  70. "version": "0.1.4"
  71. }