package.json 1.8 KB

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