package.json 2.1 KB

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