package.json 1.8 KB

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