package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "global-modules@2.0.0",
  12. "name": "global-modules",
  13. "escapedName": "global-modules",
  14. "rawSpec": "2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/react-dev-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  22. "_shasum": "997605ad2345f27f51539bea26574421215c7780",
  23. "_spec": "global-modules@2.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-dev-utils",
  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": "^3.0.0"
  49. },
  50. "deprecated": false,
  51. "description": "The directory used by npm for globally installed npm modules.",
  52. "devDependencies": {
  53. "gulp-format-md": "^2.0.0",
  54. "mocha": "^5.2.0"
  55. },
  56. "engines": {
  57. "node": ">=6"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/jonschlinkert/global-modules",
  63. "keywords": [
  64. "directory",
  65. "dirname",
  66. "global",
  67. "module",
  68. "modules",
  69. "package",
  70. "path",
  71. "prefix",
  72. "resolve"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "global-modules",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jonschlinkert/global-modules.git"
  80. },
  81. "scripts": {
  82. "test": "mocha"
  83. },
  84. "verb": {
  85. "run": true,
  86. "toc": false,
  87. "layout": "default",
  88. "tasks": [
  89. "readme"
  90. ],
  91. "plugins": [
  92. "gulp-format-md"
  93. ],
  94. "related": {
  95. "list": [
  96. "git-config-path",
  97. "global-prefix",
  98. "npm-paths"
  99. ]
  100. },
  101. "lint": {
  102. "reflinks": true
  103. }
  104. },
  105. "version": "2.0.0"
  106. }