Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "convert-source-map@^1.7.0",
  3. "_id": "convert-source-map@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
  6. "_location": "/convert-source-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "convert-source-map@^1.7.0",
  12. "name": "convert-source-map",
  13. "escapedName": "convert-source-map",
  14. "rawSpec": "^1.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.7.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/core",
  20. "/resolve-url-loader"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
  23. "_shasum": "17a2cb882d7f77d3490585e2ce6c524424a3a442",
  24. "_spec": "convert-source-map@^1.7.0",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/@babel/core",
  26. "author": {
  27. "name": "Thorsten Lorenz",
  28. "email": "thlorenz@gmx.de",
  29. "url": "http://thlorenz.com"
  30. },
  31. "browser": {
  32. "fs": false
  33. },
  34. "bugs": {
  35. "url": "https://github.com/thlorenz/convert-source-map/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "safe-buffer": "~5.1.1"
  40. },
  41. "deprecated": false,
  42. "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
  43. "devDependencies": {
  44. "inline-source-map": "~0.6.2",
  45. "tap": "~9.0.0"
  46. },
  47. "engine": {
  48. "node": ">=0.6"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/thlorenz/convert-source-map",
  54. "keywords": [
  55. "convert",
  56. "sourcemap",
  57. "source",
  58. "map",
  59. "browser",
  60. "debug"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "convert-source-map",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/thlorenz/convert-source-map.git"
  68. },
  69. "scripts": {
  70. "test": "tap test/*.js --color"
  71. },
  72. "version": "1.7.0"
  73. }