You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "global-modules@^1.0.0",
  3. "_id": "global-modules@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==",
  6. "_location": "/global-modules",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "global-modules@^1.0.0",
  12. "name": "global-modules",
  13. "escapedName": "global-modules",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/resolve-dir"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
  22. "_shasum": "6d770f0eb523ac78164d72b5e71a8877265cc3ea",
  23. "_spec": "global-modules@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\resolve-dir",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/global-modules/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "JasonChang",
  36. "url": "https://packagist.org/packages/jason-chang"
  37. },
  38. {
  39. "name": "Jon Schlinkert",
  40. "url": "http://twitter.com/jonschlinkert"
  41. },
  42. {
  43. "name": "Kiko Beats",
  44. "url": "https://kikobeats.com"
  45. }
  46. ],
  47. "dependencies": {
  48. "global-prefix": "^1.0.1",
  49. "is-windows": "^1.0.1",
  50. "resolve-dir": "^1.0.0"
  51. },
  52. "deprecated": false,
  53. "description": "The directory used by npm for globally installed npm modules.",
  54. "devDependencies": {
  55. "gulp-format-md": "^0.1.12",
  56. "mocha": "^3.4.2"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/jonschlinkert/global-modules",
  65. "keywords": [
  66. "directory",
  67. "dirname",
  68. "global",
  69. "module",
  70. "modules",
  71. "package",
  72. "path",
  73. "prefix",
  74. "resolve"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "global-modules",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jonschlinkert/global-modules.git"
  82. },
  83. "scripts": {
  84. "test": "mocha"
  85. },
  86. "verb": {
  87. "run": true,
  88. "toc": false,
  89. "layout": "default",
  90. "tasks": [
  91. "readme"
  92. ],
  93. "plugins": [
  94. "gulp-format-md"
  95. ],
  96. "related": {
  97. "list": [
  98. "homedir-polyfill",
  99. "git-config-path",
  100. "global-prefix",
  101. "npm-paths"
  102. ]
  103. },
  104. "reflinks": [
  105. "verb"
  106. ],
  107. "lint": {
  108. "reflinks": true
  109. }
  110. },
  111. "version": "1.0.0"
  112. }