package.json 1.7 KB

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