package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "import-local@^3.0.2",
  12. "name": "import-local",
  13. "escapedName": "import-local",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/jest",
  20. "/jest/jest-cli"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
  23. "_shasum": "b4479df8a5fd44f6cdce24070675676063c95cb4",
  24. "_spec": "import-local@^3.0.2",
  25. "_where": "H:\\gs_nuxt\\node_modules\\jest",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "https://sindresorhus.com"
  30. },
  31. "bin": {
  32. "import-local-fixture": "fixtures/cli.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/sindresorhus/import-local/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "pkg-dir": "^4.2.0",
  40. "resolve-cwd": "^3.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "Let a globally installed package use a locally installed version of itself if available",
  44. "devDependencies": {
  45. "ava": "2.1.0",
  46. "cpy": "^7.0.1",
  47. "del": "^4.1.1",
  48. "execa": "^2.0.1",
  49. "xo": "^0.24.0"
  50. },
  51. "engines": {
  52. "node": ">=8"
  53. },
  54. "files": [
  55. "index.js",
  56. "fixtures/cli.js"
  57. ],
  58. "funding": "https://github.com/sponsors/sindresorhus",
  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": "3.1.0",
  80. "xo": {
  81. "ignores": [
  82. "fixtures"
  83. ]
  84. }
  85. }