package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "convert-source-map@^1.5.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.5.0",
  12. "name": "convert-source-map",
  13. "escapedName": "convert-source-map",
  14. "rawSpec": "^1.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.0"
  17. },
  18. "_requiredBy": [
  19. "/vinyl-sourcemap"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-1.9.0.tgz",
  22. "_shasum": "7faae62353fb4213366d0ca98358d22e8368b05f",
  23. "_spec": "convert-source-map@^1.5.0",
  24. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/vinyl-sourcemap",
  25. "author": {
  26. "name": "Thorsten Lorenz",
  27. "email": "thlorenz@gmx.de",
  28. "url": "http://thlorenz.com"
  29. },
  30. "browser": {
  31. "fs": false
  32. },
  33. "bugs": {
  34. "url": "https://github.com/thlorenz/convert-source-map/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
  39. "devDependencies": {
  40. "inline-source-map": "~0.6.2",
  41. "tap": "~9.0.0"
  42. },
  43. "engine": {
  44. "node": ">=0.6"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/thlorenz/convert-source-map",
  50. "keywords": [
  51. "convert",
  52. "sourcemap",
  53. "source",
  54. "map",
  55. "browser",
  56. "debug"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "convert-source-map",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/thlorenz/convert-source-map.git"
  64. },
  65. "scripts": {
  66. "test": "tap test/*.js --color"
  67. },
  68. "version": "1.9.0"
  69. }