package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "source-map-support@0.5.21",
  5. "/Users/mac/projects/mime/mine"
  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. ],
  28. "_resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
  29. "_spec": "0.5.21",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "bugs": {
  32. "url": "https://github.com/evanw/node-source-map-support/issues"
  33. },
  34. "dependencies": {
  35. "buffer-from": "^1.0.0",
  36. "source-map": "^0.6.0"
  37. },
  38. "description": "Fixes stack traces for files with source maps",
  39. "devDependencies": {
  40. "browserify": "^4.2.3",
  41. "coffeescript": "^1.12.7",
  42. "http-server": "^0.11.1",
  43. "mocha": "^3.5.3",
  44. "webpack": "^1.15.0"
  45. },
  46. "homepage": "https://github.com/evanw/node-source-map-support#readme",
  47. "license": "MIT",
  48. "main": "./source-map-support.js",
  49. "name": "source-map-support",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/evanw/node-source-map-support.git"
  53. },
  54. "scripts": {
  55. "build": "node build.js",
  56. "prepublish": "npm run build",
  57. "serve-tests": "http-server -p 1336",
  58. "test": "mocha"
  59. },
  60. "version": "0.5.21"
  61. }