package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "source-map-support@0.4.18",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "source-map-support@0.4.18",
  10. "_id": "source-map-support@0.4.18",
  11. "_inBundle": false,
  12. "_integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
  13. "_location": "/source-map-support",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "source-map-support@0.4.18",
  19. "name": "source-map-support",
  20. "escapedName": "source-map-support",
  21. "rawSpec": "0.4.18",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.18"
  24. },
  25. "_requiredBy": [
  26. "/babel-register"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz",
  29. "_spec": "0.4.18",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "bugs": {
  32. "url": "https://github.com/evanw/node-source-map-support/issues"
  33. },
  34. "dependencies": {
  35. "source-map": "^0.5.6"
  36. },
  37. "description": "Fixes stack traces for files with source maps",
  38. "devDependencies": {
  39. "browserify": "3.44.2",
  40. "coffee-script": "1.7.1",
  41. "http-server": "^0.8.5",
  42. "mocha": "1.18.2",
  43. "webpack": "^1.13.3"
  44. },
  45. "homepage": "https://github.com/evanw/node-source-map-support#readme",
  46. "license": "MIT",
  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. "build": "node build.js",
  55. "prepublish": "npm run build",
  56. "serve-tests": "http-server -p 1336",
  57. "test": "mocha"
  58. },
  59. "version": "0.4.18"
  60. }