You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.4KB

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