package.json 1.7 KB

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