package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "source-map-support@0.2.9",
  3. "_id": "source-map-support@0.2.9",
  4. "_inBundle": false,
  5. "_integrity": "sha1-C/s72uaA82tRgVFgu5UNCxf0okg=",
  6. "_location": "/source-map-support",
  7. "_phantomChildren": {
  8. "amdefine": "1.0.1"
  9. },
  10. "_requested": {
  11. "type": "version",
  12. "registry": true,
  13. "raw": "source-map-support@0.2.9",
  14. "name": "source-map-support",
  15. "escapedName": "source-map-support",
  16. "rawSpec": "0.2.9",
  17. "saveSpec": null,
  18. "fetchSpec": "0.2.9"
  19. },
  20. "_requiredBy": [
  21. "/6to5-core"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.9.tgz",
  24. "_shasum": "0bfb3bdae680f36b51815160bb950d0b17f4a248",
  25. "_spec": "source-map-support@0.2.9",
  26. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/6to5-core",
  27. "bugs": {
  28. "url": "https://github.com/evanw/node-source-map-support/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "source-map": "0.1.32"
  33. },
  34. "deprecated": false,
  35. "description": "Fixes stack traces for files with source maps",
  36. "devDependencies": {
  37. "browserify": "3.44.2",
  38. "coffee-script": "1.7.1",
  39. "mocha": "1.18.2"
  40. },
  41. "homepage": "https://github.com/evanw/node-source-map-support#readme",
  42. "licenses": [
  43. {
  44. "type": "MIT"
  45. }
  46. ],
  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. "test": "node_modules/mocha/bin/mocha"
  55. },
  56. "version": "0.2.9"
  57. }