package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "source-map-support@0.5.12",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "source-map-support@0.5.12",
  10. "_id": "source-map-support@0.5.12",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tPOxDVGFelrwE4086AA7IBYT1Zk=",
  13. "_location": "/source-map-support",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "source-map-support@0.5.12",
  19. "name": "source-map-support",
  20. "escapedName": "source-map-support",
  21. "rawSpec": "0.5.12",
  22. "saveSpec": null,
  23. "fetchSpec": "0.5.12"
  24. },
  25. "_requiredBy": [
  26. "/jest-runner",
  27. "/terser"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/source-map-support/download/source-map-support-0.5.12.tgz",
  30. "_spec": "0.5.12",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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.12"
  62. }