package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "import-local@^3.0.2",
  3. "_id": "import-local@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==",
  6. "_location": "/import-local",
  7. "_phantomChildren": {
  8. "find-up": "4.1.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. "/jest",
  22. "/jest/jest-cli"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.2.tgz",
  25. "_shasum": "a8cfd0431d1de4a2199703d003e3e62364fa6db6",
  26. "_spec": "import-local@^3.0.2",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jest",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bin": {
  34. "import-local-fixture": "fixtures/cli.js"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/import-local/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "pkg-dir": "^4.2.0",
  42. "resolve-cwd": "^3.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Let a globally installed package use a locally installed version of itself if available",
  46. "devDependencies": {
  47. "ava": "2.1.0",
  48. "cpy": "^7.0.1",
  49. "del": "^4.1.1",
  50. "execa": "^2.0.1",
  51. "xo": "^0.24.0"
  52. },
  53. "engines": {
  54. "node": ">=8"
  55. },
  56. "files": [
  57. "index.js",
  58. "fixtures/cli.js"
  59. ],
  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.0.2",
  81. "xo": {
  82. "ignores": [
  83. "fixtures"
  84. ]
  85. }
  86. }