package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "import-local@^2.0.0",
  3. "_id": "import-local@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==",
  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@^2.0.0",
  14. "name": "import-local",
  15. "escapedName": "import-local",
  16. "rawSpec": "^2.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.0.0"
  19. },
  20. "_requiredBy": [
  21. "/webpack-dev-server"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz",
  24. "_shasum": "55070be38a5993cf18ef6db7e961f5bee5c5a09d",
  25. "_spec": "import-local@^2.0.0",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\webpack-dev-server",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "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": "^3.0.0",
  41. "resolve-cwd": "^2.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": "*",
  47. "cpy": "^7.0.1",
  48. "del": "^3.0.0",
  49. "execa": "^0.11.0",
  50. "xo": "*"
  51. },
  52. "engines": {
  53. "node": ">=6"
  54. },
  55. "files": [
  56. "index.js",
  57. "fixtures/cli.js"
  58. ],
  59. "homepage": "https://github.com/sindresorhus/import-local#readme",
  60. "keywords": [
  61. "import",
  62. "local",
  63. "require",
  64. "resolve",
  65. "global",
  66. "version",
  67. "prefer",
  68. "cli"
  69. ],
  70. "license": "MIT",
  71. "name": "import-local",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/import-local.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava"
  78. },
  79. "version": "2.0.0",
  80. "xo": {
  81. "ignores": [
  82. "fixtures"
  83. ]
  84. }
  85. }