package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "source-list-map@2.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "source-list-map@2.0.1",
  9. "_id": "source-list-map@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==",
  12. "_location": "/source-list-map",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "source-list-map@2.0.1",
  18. "name": "source-list-map",
  19. "escapedName": "source-list-map",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/@angular-devkit/build-angular/webpack-sources",
  26. "/@angular-devkit/build-optimizer/webpack-sources",
  27. "/uglifyjs-webpack-plugin/webpack-sources",
  28. "/webpack-sources",
  29. "/webpack/webpack-sources"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
  32. "_spec": "2.0.1",
  33. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  34. "author": {
  35. "name": "Tobias Koppers @sokra"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/webpack/source-list-map/issues"
  39. },
  40. "description": "Fast line to line SourceMap generator.",
  41. "devDependencies": {
  42. "mocha": "^2.2.1",
  43. "should": "^5.2.0"
  44. },
  45. "files": [
  46. "lib"
  47. ],
  48. "homepage": "https://github.com/webpack/source-list-map",
  49. "keywords": [
  50. "source-map"
  51. ],
  52. "license": "MIT",
  53. "main": "lib/index.js",
  54. "name": "source-list-map",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/webpack/source-list-map.git"
  58. },
  59. "scripts": {
  60. "test": "mocha -R spec"
  61. },
  62. "version": "2.0.1"
  63. }