package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "convert-source-map@1.5.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "convert-source-map@1.5.1",
  9. "_id": "convert-source-map@1.5.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-uCeAl7m8IpNl3lxiz1/K7YtVmeU=",
  12. "_location": "/convert-source-map",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "convert-source-map@1.5.1",
  18. "name": "convert-source-map",
  19. "escapedName": "convert-source-map",
  20. "rawSpec": "1.5.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.5.1"
  23. },
  24. "_requiredBy": [
  25. "/@angular/compiler-cli",
  26. "/@babel/core",
  27. "/istanbul-instrumenter-loader",
  28. "/vinyl-sourcemap"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.1.tgz",
  31. "_spec": "1.5.1",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Thorsten Lorenz",
  35. "email": "thlorenz@gmx.de",
  36. "url": "http://thlorenz.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/thlorenz/convert-source-map/issues"
  40. },
  41. "dependencies": {},
  42. "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
  43. "devDependencies": {
  44. "inline-source-map": "~0.6.2",
  45. "tap": "~9.0.0"
  46. },
  47. "engine": {
  48. "node": ">=0.6"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/thlorenz/convert-source-map",
  54. "keywords": [
  55. "convert",
  56. "sourcemap",
  57. "source",
  58. "map",
  59. "browser",
  60. "debug"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "convert-source-map",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/thlorenz/convert-source-map.git"
  68. },
  69. "scripts": {
  70. "test": "tap test/*.js --color"
  71. },
  72. "version": "1.5.1"
  73. }