Dashboard sipadu mbip
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.

package.json 1.7KB

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