package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "osenv@0.1.5",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "osenv@0.1.5",
  10. "_id": "osenv@0.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
  13. "_location": "/osenv",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "osenv@0.1.5",
  19. "name": "osenv",
  20. "escapedName": "osenv",
  21. "rawSpec": "0.1.5",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.5"
  24. },
  25. "_requiredBy": [
  26. "/node-gyp"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
  29. "_spec": "0.1.5",
  30. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  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": "^11.1.0"
  46. },
  47. "directories": {
  48. "test": "test"
  49. },
  50. "files": [
  51. "osenv.js"
  52. ],
  53. "homepage": "https://github.com/npm/osenv#readme",
  54. "keywords": [
  55. "environment",
  56. "variable",
  57. "home",
  58. "tmpdir",
  59. "path",
  60. "prompt",
  61. "ps1"
  62. ],
  63. "license": "ISC",
  64. "main": "osenv.js",
  65. "name": "osenv",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/npm/osenv.git"
  69. },
  70. "scripts": {
  71. "postpublish": "git push origin --all; git push origin --tags",
  72. "postversion": "npm publish",
  73. "preversion": "npm test",
  74. "test": "tap test/*.js"
  75. },
  76. "version": "0.1.5"
  77. }