package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "enhanced-resolve@4.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "enhanced-resolve@4.1.0",
  10. "_id": "enhanced-resolve@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-F/7vkyTtyc/llOIn8oWclcB25KdRaiPBpZYDgJHgh/UHtpgT2p2eldQgtQnLtUvfMKPKxbRaQM/hHkvLHt1Vng==",
  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. "/@angular-devkit/build-angular/@ngtools/webpack",
  27. "/webpack"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz",
  30. "_spec": "4.1.0",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Tobias Koppers @sokra"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/webpack/enhanced-resolve/issues"
  37. },
  38. "dependencies": {
  39. "graceful-fs": "^4.1.2",
  40. "memory-fs": "^0.4.0",
  41. "tapable": "^1.0.0"
  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": ">=6.9.0"
  58. },
  59. "files": [
  60. "lib",
  61. "LICENSE"
  62. ],
  63. "homepage": "http://github.com/webpack/enhanced-resolve",
  64. "licenses": [
  65. {
  66. "type": "MIT",
  67. "url": "http://www.opensource.org/licenses/mit-license.php"
  68. }
  69. ],
  70. "main": "lib/node.js",
  71. "name": "enhanced-resolve",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/webpack/enhanced-resolve.git"
  75. },
  76. "scripts": {
  77. "beautify": "beautify-rewrite lib/**.js test/*.js",
  78. "beautify-lint": "beautify-lint lib/**.js test/*.js",
  79. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  80. "lint": "eslint lib test",
  81. "precover": "npm run lint && npm run beautify-lint",
  82. "pretest": "npm run lint && npm run beautify-lint",
  83. "test": "mocha --full-trace --check-leaks",
  84. "travis": "npm run cover -- --report lcovonly"
  85. },
  86. "version": "4.1.0"
  87. }