package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "import-local@2.0.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "import-local@2.0.0",
  10. "_id": "import-local@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-VQcL44pZk88Y72236WH1vuXFoJ0=",
  13. "_location": "/import-local",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "import-local@2.0.0",
  19. "name": "import-local",
  20. "escapedName": "import-local",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "http://registry.npm.taobao.org/import-local/download/import-local-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "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": "^3.0.0",
  44. "resolve-cwd": "^2.0.0"
  45. },
  46. "description": "Let a globally installed package use a locally installed version of itself if available",
  47. "devDependencies": {
  48. "ava": "*",
  49. "cpy": "^7.0.1",
  50. "del": "^3.0.0",
  51. "execa": "^0.11.0",
  52. "xo": "*"
  53. },
  54. "engines": {
  55. "node": ">=6"
  56. },
  57. "files": [
  58. "index.js",
  59. "fixtures/cli.js"
  60. ],
  61. "homepage": "https://github.com/sindresorhus/import-local#readme",
  62. "keywords": [
  63. "import",
  64. "local",
  65. "require",
  66. "resolve",
  67. "global",
  68. "version",
  69. "prefer",
  70. "cli"
  71. ],
  72. "license": "MIT",
  73. "name": "import-local",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/import-local.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava"
  80. },
  81. "version": "2.0.0",
  82. "xo": {
  83. "ignores": [
  84. "fixtures"
  85. ]
  86. }
  87. }