package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "webpack-core@0.6.9",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "webpack-core@0.6.9",
  10. "_id": "webpack-core@0.6.9",
  11. "_inBundle": false,
  12. "_integrity": "sha1-/FcViMhVjad76e+23r3Fo7FyvcI=",
  13. "_location": "/webpack-core",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "webpack-core@0.6.9",
  19. "name": "webpack-core",
  20. "escapedName": "webpack-core",
  21. "rawSpec": "0.6.9",
  22. "saveSpec": null,
  23. "fetchSpec": "0.6.9"
  24. },
  25. "_requiredBy": [
  26. "/webpack-subresource-integrity"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/webpack-core/-/webpack-core-0.6.9.tgz",
  29. "_spec": "0.6.9",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Tobias Koppers @sokra"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/webpack/core/issues"
  36. },
  37. "dependencies": {
  38. "source-list-map": "~0.1.7",
  39. "source-map": "~0.4.1"
  40. },
  41. "description": "The core of webpack and enhanced-require.",
  42. "devDependencies": {
  43. "mocha": "1.3.x",
  44. "should": "1.1.x"
  45. },
  46. "engines": {
  47. "node": ">=0.6"
  48. },
  49. "homepage": "http://github.com/webpack/core",
  50. "licenses": [
  51. {
  52. "type": "MIT",
  53. "url": "http://www.opensource.org/licenses/mit-license.php"
  54. }
  55. ],
  56. "name": "webpack-core",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/webpack/core.git"
  60. },
  61. "version": "0.6.9"
  62. }