Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 2.4KB

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