package.json 2.1 KB

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