package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "enhanced-resolve@4.5.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "enhanced-resolve@4.5.0",
  10. "_id": "enhanced-resolve@4.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Lzz9hNvjtIfxjy2y7x4GSlccpew=",
  13. "_location": "/enhanced-resolve",
  14. "_phantomChildren": {
  15. "errno": "0.1.8",
  16. "readable-stream": "2.3.7"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "enhanced-resolve@4.5.0",
  22. "name": "enhanced-resolve",
  23. "escapedName": "enhanced-resolve",
  24. "rawSpec": "4.5.0",
  25. "saveSpec": null,
  26. "fetchSpec": "4.5.0"
  27. },
  28. "_requiredBy": [
  29. "/webpack"
  30. ],
  31. "_resolved": "https://registry.nlark.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz?cache=0&sync_timestamp=1620663831689&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fenhanced-resolve%2Fdownload%2Fenhanced-resolve-4.5.0.tgz",
  32. "_spec": "4.5.0",
  33. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  34. "author": {
  35. "name": "Tobias Koppers @sokra"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/webpack/enhanced-resolve/issues"
  39. },
  40. "dependencies": {
  41. "graceful-fs": "^4.1.2",
  42. "memory-fs": "^0.5.0",
  43. "tapable": "^1.0.0"
  44. },
  45. "description": "Offers a async require.resolve function. It's highly configurable.",
  46. "devDependencies": {
  47. "codecov.io": "^0.1.6",
  48. "coveralls": "^2.11.6",
  49. "eslint": "^5.9.0",
  50. "eslint-config-prettier": "^3.3.0",
  51. "eslint-plugin-node": "^8.0.0",
  52. "eslint-plugin-prettier": "^3.0.0",
  53. "husky": "^1.2.0",
  54. "istanbul": "^0.4.1",
  55. "lint-staged": "^8.1.0",
  56. "mocha": "^2.3.4",
  57. "prettier": "^1.15.2",
  58. "should": "^8.0.2"
  59. },
  60. "engines": {
  61. "node": ">=6.9.0"
  62. },
  63. "files": [
  64. "lib",
  65. "LICENSE"
  66. ],
  67. "homepage": "http://github.com/webpack/enhanced-resolve",
  68. "husky": {
  69. "hooks": {
  70. "pre-commit": "lint-staged"
  71. }
  72. },
  73. "licenses": [
  74. {
  75. "type": "MIT",
  76. "url": "http://www.opensource.org/licenses/mit-license.php"
  77. }
  78. ],
  79. "lint-staged": {
  80. "*.js": [
  81. "eslint --cache"
  82. ]
  83. },
  84. "main": "lib/node.js",
  85. "name": "enhanced-resolve",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/webpack/enhanced-resolve.git"
  89. },
  90. "scripts": {
  91. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  92. "lint": "eslint lib test",
  93. "precover": "yarn lint",
  94. "pretest": "yarn lint",
  95. "pretty": "prettier --loglevel warn --write \"{lib,test}/**/*.{js,json}\"",
  96. "test": "mocha --full-trace --check-leaks",
  97. "travis": "yarn cover --report lcovonly"
  98. },
  99. "version": "4.5.0"
  100. }