package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "source-map-support@0.5.21",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "source-map-support@0.5.21",
  10. "_id": "source-map-support@0.5.21",
  11. "_inBundle": false,
  12. "_integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  13. "_location": "/source-map-support",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "source-map-support@0.5.21",
  19. "name": "source-map-support",
  20. "escapedName": "source-map-support",
  21. "rawSpec": "0.5.21",
  22. "saveSpec": null,
  23. "fetchSpec": "0.5.21"
  24. },
  25. "_requiredBy": [
  26. "/terser",
  27. "/ts-node-dev"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
  30. "_spec": "0.5.21",
  31. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  32. "bugs": {
  33. "url": "https://github.com/evanw/node-source-map-support/issues"
  34. },
  35. "dependencies": {
  36. "buffer-from": "^1.0.0",
  37. "source-map": "^0.6.0"
  38. },
  39. "description": "Fixes stack traces for files with source maps",
  40. "devDependencies": {
  41. "browserify": "^4.2.3",
  42. "coffeescript": "^1.12.7",
  43. "http-server": "^0.11.1",
  44. "mocha": "^3.5.3",
  45. "webpack": "^1.15.0"
  46. },
  47. "homepage": "https://github.com/evanw/node-source-map-support#readme",
  48. "license": "MIT",
  49. "main": "./source-map-support.js",
  50. "name": "source-map-support",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/evanw/node-source-map-support.git"
  54. },
  55. "scripts": {
  56. "build": "node build.js",
  57. "prepublish": "npm run build",
  58. "serve-tests": "http-server -p 1336",
  59. "test": "mocha"
  60. },
  61. "version": "0.5.21"
  62. }