package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "global-modules@0.2.3",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "global-modules@0.2.3",
  10. "_id": "global-modules@0.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-6lo77ULG1s6ZWk+KEmm12uIjgo0=",
  13. "_location": "/global-modules",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "global-modules@0.2.3",
  19. "name": "global-modules",
  20. "escapedName": "global-modules",
  21. "rawSpec": "0.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.3"
  24. },
  25. "_requiredBy": [
  26. "/resolve-dir"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/global-modules/-/global-modules-0.2.3.tgz",
  29. "_spec": "0.2.3",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/global-modules/issues"
  37. },
  38. "dependencies": {
  39. "global-prefix": "^0.1.4",
  40. "is-windows": "^0.2.0"
  41. },
  42. "description": "The directory used by npm for globally installed npm modules.",
  43. "devDependencies": {
  44. "fs-exists-sync": "^0.1.0",
  45. "gulp-format-md": "^0.1.9",
  46. "mocha": "^2.5.3"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jonschlinkert/global-modules",
  55. "keywords": [
  56. "directory",
  57. "dirname",
  58. "global",
  59. "module",
  60. "package",
  61. "path",
  62. "prefix",
  63. "resolve"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "global-modules",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jonschlinkert/global-modules.git"
  71. },
  72. "scripts": {
  73. "test": "mocha"
  74. },
  75. "verb": {
  76. "run": true,
  77. "toc": false,
  78. "layout": "default",
  79. "tasks": [
  80. "readme"
  81. ],
  82. "plugins": [
  83. "gulp-format-md"
  84. ],
  85. "related": {
  86. "list": [
  87. "global-prefix",
  88. "git-config-path",
  89. "npm-paths",
  90. "contains-path"
  91. ]
  92. },
  93. "reflinks": [
  94. "verb"
  95. ],
  96. "lint": {
  97. "reflinks": true
  98. }
  99. },
  100. "version": "0.2.3"
  101. }