package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "global-modules-path@^2.1.0",
  3. "_id": "global-modules-path@2.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-y+shkf4InI7mPRHSo2b/k6ix6+NLDtyccYv86whhxrSGX9wjPX1VMITmrDbE1eh7zkzhiWtW2sHklJYoQ62Cxg==",
  6. "_location": "/global-modules-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "global-modules-path@^2.1.0",
  12. "name": "global-modules-path",
  13. "escapedName": "global-modules-path",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-cli"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/global-modules-path/-/global-modules-path-2.3.1.tgz",
  22. "_shasum": "e541f4c800a1a8514a990477b267ac67525b9931",
  23. "_spec": "global-modules-path@^2.1.0",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\webpack-cli",
  25. "author": {
  26. "name": "Telerik",
  27. "email": "support@telerik.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/rosen-vladimirov/global-modules-path/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Returns path to globally installed package",
  35. "devDependencies": {
  36. "chai": "3.5.0",
  37. "eslint": "3.8.1",
  38. "istanbul": "0.4.5",
  39. "mocha": "3.1.2",
  40. "spec-xunit-file": "0.0.1-3"
  41. },
  42. "homepage": "https://github.com/rosen-vladimirov/global-modules-path#readme",
  43. "keywords": [
  44. "npm",
  45. "global",
  46. "installed",
  47. "path"
  48. ],
  49. "license": "Apache-2.0",
  50. "main": "./lib/index.js",
  51. "name": "global-modules-path",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/rosen-vladimirov/global-modules-path.git"
  55. },
  56. "scripts": {
  57. "lint": "eslint lib/* test/*",
  58. "test": "istanbul cover node_modules/mocha/bin/_mocha -- --recursive --reporter spec-xunit-file --timeout 1500 test/"
  59. },
  60. "version": "2.3.1"
  61. }