package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "source-map-support@~0.5.12",
  3. "_id": "source-map-support@0.5.19",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==",
  6. "_location": "/source-map-support",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "source-map-support@~0.5.12",
  12. "name": "source-map-support",
  13. "escapedName": "source-map-support",
  14. "rawSpec": "~0.5.12",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.5.12"
  17. },
  18. "_requiredBy": [
  19. "/jest-runner",
  20. "/terser",
  21. "/terser-webpack-plugin/terser"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz",
  24. "_shasum": "a98b62f86dcaf4f67399648c085291ab9e8fed61",
  25. "_spec": "source-map-support@~0.5.12",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\terser",
  27. "bugs": {
  28. "url": "https://github.com/evanw/node-source-map-support/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "buffer-from": "^1.0.0",
  33. "source-map": "^0.6.0"
  34. },
  35. "deprecated": false,
  36. "description": "Fixes stack traces for files with source maps",
  37. "devDependencies": {
  38. "browserify": "^4.2.3",
  39. "coffeescript": "^1.12.7",
  40. "http-server": "^0.11.1",
  41. "mocha": "^3.5.3",
  42. "webpack": "^1.15.0"
  43. },
  44. "homepage": "https://github.com/evanw/node-source-map-support#readme",
  45. "license": "MIT",
  46. "main": "./source-map-support.js",
  47. "name": "source-map-support",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/evanw/node-source-map-support.git"
  51. },
  52. "scripts": {
  53. "build": "node build.js",
  54. "prepublish": "npm run build",
  55. "serve-tests": "http-server -p 1336",
  56. "test": "mocha"
  57. },
  58. "version": "0.5.19"
  59. }