package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "import-local@^3.0.2",
  3. "_id": "import-local@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==",
  6. "_location": "/import-local",
  7. "_phantomChildren": {
  8. "p-limit": "2.3.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "import-local@^3.0.2",
  14. "name": "import-local",
  15. "escapedName": "import-local",
  16. "rawSpec": "^3.0.2",
  17. "saveSpec": null,
  18. "fetchSpec": "^3.0.2"
  19. },
  20. "_requiredBy": [
  21. "/webpack-cli"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/import-local/-/import-local-3.2.0.tgz",
  24. "_shasum": "c3d5c745798c02a6f8b897726aba5100186ee260",
  25. "_spec": "import-local@^3.0.2",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\webpack-cli",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "https://sindresorhus.com"
  31. },
  32. "bin": {
  33. "import-local-fixture": "fixtures/cli.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/import-local/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "pkg-dir": "^4.2.0",
  41. "resolve-cwd": "^3.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "Let a globally installed package use a locally installed version of itself if available",
  45. "devDependencies": {
  46. "ava": "2.1.0",
  47. "cpy": "^7.0.1",
  48. "del": "^4.1.1",
  49. "execa": "^2.0.1",
  50. "xo": "^0.24.0"
  51. },
  52. "engines": {
  53. "node": ">=8"
  54. },
  55. "files": [
  56. "index.js",
  57. "index.d.ts",
  58. "fixtures/cli.js"
  59. ],
  60. "funding": "https://github.com/sponsors/sindresorhus",
  61. "homepage": "https://github.com/sindresorhus/import-local#readme",
  62. "keywords": [
  63. "import",
  64. "local",
  65. "require",
  66. "resolve",
  67. "global",
  68. "version",
  69. "prefer",
  70. "cli"
  71. ],
  72. "license": "MIT",
  73. "name": "import-local",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/import-local.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava"
  80. },
  81. "sideEffects": false,
  82. "version": "3.2.0",
  83. "xo": {
  84. "ignores": [
  85. "fixtures"
  86. ]
  87. }
  88. }