package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "import-local@2.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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. "p-limit": "2.3.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "import-local@2.0.0",
  21. "name": "import-local",
  22. "escapedName": "import-local",
  23. "rawSpec": "2.0.0",
  24. "saveSpec": null,
  25. "fetchSpec": "2.0.0"
  26. },
  27. "_requiredBy": [
  28. "/webpack-dev-server"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/import-local/download/import-local-2.0.0.tgz",
  31. "_spec": "2.0.0",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bin": {
  39. "import-local-fixture": "fixtures/cli.js"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/import-local/issues"
  43. },
  44. "dependencies": {
  45. "pkg-dir": "^3.0.0",
  46. "resolve-cwd": "^2.0.0"
  47. },
  48. "description": "Let a globally installed package use a locally installed version of itself if available",
  49. "devDependencies": {
  50. "ava": "*",
  51. "cpy": "^7.0.1",
  52. "del": "^3.0.0",
  53. "execa": "^0.11.0",
  54. "xo": "*"
  55. },
  56. "engines": {
  57. "node": ">=6"
  58. },
  59. "files": [
  60. "index.js",
  61. "fixtures/cli.js"
  62. ],
  63. "homepage": "https://github.com/sindresorhus/import-local#readme",
  64. "keywords": [
  65. "import",
  66. "local",
  67. "require",
  68. "resolve",
  69. "global",
  70. "version",
  71. "prefer",
  72. "cli"
  73. ],
  74. "license": "MIT",
  75. "name": "import-local",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/import-local.git"
  79. },
  80. "scripts": {
  81. "test": "xo && ava"
  82. },
  83. "version": "2.0.0",
  84. "xo": {
  85. "ignores": [
  86. "fixtures"
  87. ]
  88. }
  89. }