package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "import-local@^1.0.0",
  3. "_id": "import-local@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vAaZHieK9qjGo58agRBg+bhHX3hoTZU/Oa3GESWLz7t1U62fk63aHuDJJEteXoDeTCcPmUT+z38gkHPZkkmpmQ==",
  6. "_location": "/import-local",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "import-local@^1.0.0",
  12. "name": "import-local",
  13. "escapedName": "import-local",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-cli",
  20. "/webpack-dev-server"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/import-local/-/import-local-1.0.0.tgz",
  23. "_shasum": "5e4ffdc03f4fe6c009c6729beb29631c2f8227bc",
  24. "_spec": "import-local@^1.0.0",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\webpack-cli",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "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": "^2.0.0",
  40. "resolve-cwd": "^2.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": "*",
  46. "cpy": "^6.0.0",
  47. "del": "^3.0.0",
  48. "execa": "^0.8.0",
  49. "xo": "*"
  50. },
  51. "engines": {
  52. "node": ">=4"
  53. },
  54. "files": [
  55. "index.js",
  56. "fixtures/cli.js"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/import-local#readme",
  59. "keywords": [
  60. "import",
  61. "local",
  62. "require",
  63. "resolve",
  64. "global",
  65. "version",
  66. "prefer",
  67. "cli"
  68. ],
  69. "license": "MIT",
  70. "name": "import-local",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/import-local.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "1.0.0"
  79. }