package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "enhanced-resolve@4.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "enhanced-resolve@4.1.0",
  10. "_id": "enhanced-resolve@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Qcfgv9/nSsH/4eV61qXGyfN0Kn8=",
  13. "_location": "/enhanced-resolve",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "enhanced-resolve@4.1.0",
  19. "name": "enhanced-resolve",
  20. "escapedName": "enhanced-resolve",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/enhanced-resolve/download/enhanced-resolve-4.1.0.tgz",
  29. "_spec": "4.1.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "tapable": "^1.0.0"
  41. },
  42. "description": "Offers a async require.resolve function. It's highly configurable.",
  43. "devDependencies": {
  44. "beautify-lint": "^1.0.3",
  45. "codecov.io": "^0.1.6",
  46. "coveralls": "^2.11.6",
  47. "eslint": "^3.14.1",
  48. "eslint-plugin-node": "^3.0.5",
  49. "eslint-plugin-nodeca": "^1.0.3",
  50. "istanbul": "^0.4.1",
  51. "js-beautify": "^1.5.10",
  52. "mocha": "^2.3.4",
  53. "should": "^8.0.2"
  54. },
  55. "engines": {
  56. "node": ">=6.9.0"
  57. },
  58. "files": [
  59. "lib",
  60. "LICENSE"
  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": "4.1.0"
  86. }