package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "convert-source-map@^1.1.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==",
  6. "_location": "/convert-source-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "convert-source-map@^1.1.0",
  12. "name": "convert-source-map",
  13. "escapedName": "convert-source-map",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/cli",
  20. "/@babel/core"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz",
  23. "_shasum": "51b537a8c43e0f04dec1993bffcdd504e758ac20",
  24. "_spec": "convert-source-map@^1.1.0",
  25. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/cli",
  26. "author": {
  27. "name": "Thorsten Lorenz",
  28. "email": "[email protected]",
  29. "url": "http://thlorenz.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/thlorenz/convert-source-map/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "safe-buffer": "~5.1.1"
  37. },
  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.6.0"
  70. }