package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "convert-source-map@1.7.0",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  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": "sha1-F6LLiC1/d9NJBYXizmxSRCSjpEI=",
  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.npm.taobao.org/convert-source-map/download/convert-source-map-1.7.0.tgz",
  29. "_spec": "1.7.0",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  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. }