package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "import-local@^3.0.2",
  3. "_id": "import-local@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
  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.npmjs.org/import-local/-/import-local-3.1.0.tgz",
  24. "_shasum": "b4479df8a5fd44f6cdce24070675676063c95cb4",
  25. "_spec": "import-local@^3.0.2",
  26. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/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. "fixtures/cli.js"
  58. ],
  59. "funding": "https://github.com/sponsors/sindresorhus",
  60. "homepage": "https://github.com/sindresorhus/import-local#readme",
  61. "keywords": [
  62. "import",
  63. "local",
  64. "require",
  65. "resolve",
  66. "global",
  67. "version",
  68. "prefer",
  69. "cli"
  70. ],
  71. "license": "MIT",
  72. "name": "import-local",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/import-local.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava"
  79. },
  80. "version": "3.1.0",
  81. "xo": {
  82. "ignores": [
  83. "fixtures"
  84. ]
  85. }
  86. }