package.json 1.8 KB

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