選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 2.6 KiB

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