package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "enhanced-resolve@3.4.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "enhanced-resolve@3.4.1",
  10. "_id": "enhanced-resolve@3.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-BCHjOf1xQZs9oT0Smzl5BAIwR24=",
  13. "_location": "/enhanced-resolve",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "enhanced-resolve@3.4.1",
  19. "name": "enhanced-resolve",
  20. "escapedName": "enhanced-resolve",
  21. "rawSpec": "3.4.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.4.1"
  24. },
  25. "_requiredBy": [
  26. "/webpack"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-3.4.1.tgz",
  29. "_spec": "3.4.1",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Tobias Koppers @sokra"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/webpack/enhanced-resolve/issues"
  36. },
  37. "dependencies": {
  38. "graceful-fs": "^4.1.2",
  39. "memory-fs": "^0.4.0",
  40. "object-assign": "^4.0.1",
  41. "tapable": "^0.2.7"
  42. },
  43. "description": "Offers a async require.resolve function. It's highly configurable.",
  44. "devDependencies": {
  45. "beautify-lint": "^1.0.3",
  46. "codecov.io": "^0.1.6",
  47. "coveralls": "^2.11.6",
  48. "eslint": "^3.14.1",
  49. "eslint-plugin-node": "^3.0.5",
  50. "eslint-plugin-nodeca": "^1.0.3",
  51. "istanbul": "^0.4.1",
  52. "js-beautify": "^1.5.10",
  53. "mocha": "^2.3.4",
  54. "should": "^8.0.2"
  55. },
  56. "engines": {
  57. "node": ">=4.3.0 <5.0.0 || >=5.10"
  58. },
  59. "files": [
  60. "lib"
  61. ],
  62. "homepage": "http://github.com/webpack/enhanced-resolve",
  63. "licenses": [
  64. {
  65. "type": "MIT",
  66. "url": "http://www.opensource.org/licenses/mit-license.php"
  67. }
  68. ],
  69. "main": "lib/node.js",
  70. "name": "enhanced-resolve",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/webpack/enhanced-resolve.git"
  74. },
  75. "scripts": {
  76. "beautify": "beautify-rewrite lib/**.js test/*.js",
  77. "beautify-lint": "beautify-lint lib/**.js test/*.js",
  78. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  79. "lint": "eslint lib test",
  80. "precover": "npm run lint && npm run beautify-lint",
  81. "pretest": "npm run lint && npm run beautify-lint",
  82. "test": "mocha --full-trace --check-leaks",
  83. "travis": "npm run cover -- --report lcovonly"
  84. },
  85. "version": "3.4.1"
  86. }