You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
3.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "convert-source-map@^1.7.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@babel/core"
  6. ]
  7. ],
  8. "_from": "convert-source-map@>=1.7.0 <2.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "convert-source-map@1.7.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/convert-source-map",
  14. "_nodeVersion": "10.16.3",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/convert-source-map_1.7.0_1573003730089_0.8701997948117217"
  18. },
  19. "_npmUser": {
  20. "email": "thlorenz@gmx.de",
  21. "name": "thlorenz"
  22. },
  23. "_npmVersion": "6.9.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "convert-source-map",
  27. "raw": "convert-source-map@^1.7.0",
  28. "rawSpec": "^1.7.0",
  29. "scope": null,
  30. "spec": ">=1.7.0 <2.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/@babel/core",
  35. "/resolve-url-loader"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
  38. "_shasum": "17a2cb882d7f77d3490585e2ce6c524424a3a442",
  39. "_shrinkwrap": null,
  40. "_spec": "convert-source-map@^1.7.0",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@babel/core",
  42. "author": {
  43. "email": "thlorenz@gmx.de",
  44. "name": "Thorsten Lorenz",
  45. "url": "http://thlorenz.com"
  46. },
  47. "browser": {
  48. "fs": false
  49. },
  50. "bugs": {
  51. "url": "https://github.com/thlorenz/convert-source-map/issues"
  52. },
  53. "dependencies": {
  54. "safe-buffer": "~5.1.1"
  55. },
  56. "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
  57. "devDependencies": {
  58. "inline-source-map": "~0.6.2",
  59. "tap": "~9.0.0"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "fileCount": 4,
  64. "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
  65. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwiHTCRA9TVsSAnZWagAAiREP/jp6CFHwiO9HH1k/ZUhU\nSUwEIAC52GQD0Xm42spFynMS8c8sVgYJJ9iftiKkhk1zGCQ3n0QFzrmIkPAB\nDQiQ3RWazKX5G/OQ6Ydf2IF1Ulh3bXYeG8MXEixl7o2h1w2Dfh3/T8Bmbelj\nLMpdu+wlJ0Jji7e4ViesRuVnuYrjFaDYPReIxYpdXbHVb9+YMo/p6qbM+dB5\nRcHscWfy81fanIVZ3KoObbJIGNIu46JCJivmteAoZzE8NrJ1BC73L2rFtnzd\nd+tAYXQy+3MfGSVkWYRQsKQJ+Hk93yteL5JFEczo9j1PpNQ5GurkRNnzxcQG\nfunx/wqIFhztqxtY0BNMN905/XeXbVjgRD8jBU8qId7nTFl+Fx51kJdmr9JF\nW8+IPnktxEKGneh98G+ab3JVwY5P4wTGqLJHkjHQ+OZso9ccHayuNRX80coj\nRqAGedYeJcvXPbwpv6Y1ofW4xNEbdLoWAmZBy/tIW/JxhuamYGZRfJTtA+OQ\njoxnLHIuvhYi3d+YpMOCZkPKQn7puaMhj7vL800xmVtD62jRVNpLu3TdDiBE\nBzp5s+G/TqUSpblCVer3CeHq4mKVskYAQoC/pUqJgoSr7LfExbmLgYK263l3\nCIJsKjdcYoygTORJ+2C7g+nauTJuQ6WXLFTvNt8RRdpJNFeKdfp/6iojGyi8\nxH04\r\n=HAXF\r\n-----END PGP SIGNATURE-----\r\n",
  66. "shasum": "17a2cb882d7f77d3490585e2ce6c524424a3a442",
  67. "tarball": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
  68. "unpackedSize": 10566
  69. },
  70. "engine": {
  71. "node": ">=0.6"
  72. },
  73. "gitHead": "9e9a7a9b652c30878c9c9aa591d861a9fdf61a7e",
  74. "homepage": "https://github.com/thlorenz/convert-source-map",
  75. "keywords": [
  76. "browser",
  77. "convert",
  78. "debug",
  79. "map",
  80. "source",
  81. "sourcemap"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "maintainers": [
  86. {
  87. "name": "thlorenz",
  88. "email": "thlorenz@gmx.de"
  89. }
  90. ],
  91. "name": "convert-source-map",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/thlorenz/convert-source-map.git"
  97. },
  98. "scripts": {
  99. "test": "tap test/*.js --color"
  100. },
  101. "version": "1.7.0"
  102. }