package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "convert-source-map@1.7.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "convert-source-map@1.7.0",
  10. "_id": "convert-source-map@1.7.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
  13. "_location": "/convert-source-map",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "convert-source-map@1.7.0",
  19. "name": "convert-source-map",
  20. "escapedName": "convert-source-map",
  21. "rawSpec": "1.7.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.7.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.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
  33. "_spec": "1.7.0",
  34. "_where": "E:\\item\\newItem\\admin",
  35. "author": {
  36. "name": "Thorsten Lorenz",
  37. "email": "thlorenz@gmx.de",
  38. "url": "http://thlorenz.com"
  39. },
  40. "browser": {
  41. "fs": false
  42. },
  43. "bugs": {
  44. "url": "https://github.com/thlorenz/convert-source-map/issues"
  45. },
  46. "dependencies": {
  47. "safe-buffer": "~5.1.1"
  48. },
  49. "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
  50. "devDependencies": {
  51. "inline-source-map": "~0.6.2",
  52. "tap": "~9.0.0"
  53. },
  54. "engine": {
  55. "node": ">=0.6"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/thlorenz/convert-source-map",
  61. "keywords": [
  62. "convert",
  63. "sourcemap",
  64. "source",
  65. "map",
  66. "browser",
  67. "debug"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "convert-source-map",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/thlorenz/convert-source-map.git"
  75. },
  76. "scripts": {
  77. "test": "tap test/*.js --color"
  78. },
  79. "version": "1.7.0"
  80. }