package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "source-map-support@0.5.6",
  5. "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app"
  6. ]
  7. ],
  8. "_from": "source-map-support@0.5.6",
  9. "_id": "source-map-support@0.5.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-RDXO5Gsaq2K46GEM5g94gJHFHBM=",
  12. "_location": "/source-map-support",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "source-map-support@0.5.6",
  18. "name": "source-map-support",
  19. "escapedName": "source-map-support",
  20. "rawSpec": "0.5.6",
  21. "saveSpec": null,
  22. "fetchSpec": "0.5.6"
  23. },
  24. "_requiredBy": [
  25. "/electron-updater"
  26. ],
  27. "_resolved": "http://registry.npm.taobao.org/source-map-support/download/source-map-support-0.5.6.tgz",
  28. "_spec": "0.5.6",
  29. "_where": "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app",
  30. "bugs": {
  31. "url": "https://github.com/evanw/node-source-map-support/issues"
  32. },
  33. "dependencies": {
  34. "buffer-from": "^1.0.0",
  35. "source-map": "^0.6.0"
  36. },
  37. "description": "Fixes stack traces for files with source maps",
  38. "devDependencies": {
  39. "browserify": "3.44.2",
  40. "coffee-script": "1.7.1",
  41. "http-server": "^0.8.5",
  42. "mocha": "1.18.2",
  43. "webpack": "^1.13.3"
  44. },
  45. "homepage": "https://github.com/evanw/node-source-map-support#readme",
  46. "license": "MIT",
  47. "main": "./source-map-support.js",
  48. "name": "source-map-support",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/evanw/node-source-map-support.git"
  52. },
  53. "scripts": {
  54. "build": "node build.js",
  55. "prepublish": "npm run build",
  56. "serve-tests": "http-server -p 1336",
  57. "test": "mocha"
  58. },
  59. "version": "0.5.6"
  60. }