package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "source-map-support@^0.2.10",
  5. "D:\\work\\im\\node_modules\\babel-register"
  6. ]
  7. ],
  8. "_from": "source-map-support@>=0.2.10 <0.3.0",
  9. "_id": "source-map-support@0.2.10",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/source-map-support",
  13. "_npmUser": {
  14. "email": "evan.exe@gmail.com",
  15. "name": "evanw"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {
  19. "amdefine": "1.0.0"
  20. },
  21. "_requested": {
  22. "name": "source-map-support",
  23. "raw": "source-map-support@^0.2.10",
  24. "rawSpec": "^0.2.10",
  25. "scope": null,
  26. "spec": ">=0.2.10 <0.3.0",
  27. "type": "range"
  28. },
  29. "_requiredBy": [
  30. "/babel-register"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
  33. "_shasum": "ea5a3900a1c1cb25096a0ae8cc5c2b4b10ded3dc",
  34. "_shrinkwrap": null,
  35. "_spec": "source-map-support@^0.2.10",
  36. "_where": "D:\\work\\im\\node_modules\\babel-register",
  37. "bugs": {
  38. "url": "https://github.com/evanw/node-source-map-support/issues"
  39. },
  40. "dependencies": {
  41. "source-map": "0.1.32"
  42. },
  43. "description": "Fixes stack traces for files with source maps",
  44. "devDependencies": {
  45. "browserify": "3.44.2",
  46. "coffee-script": "1.7.1",
  47. "mocha": "1.18.2"
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "ea5a3900a1c1cb25096a0ae8cc5c2b4b10ded3dc",
  52. "tarball": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz"
  53. },
  54. "gitHead": "e1a092fe79a1abf1a6d7b59b7878ced3fa9e793d",
  55. "homepage": "https://github.com/evanw/node-source-map-support",
  56. "licenses": [
  57. {
  58. "type": "MIT"
  59. }
  60. ],
  61. "main": "./source-map-support.js",
  62. "maintainers": [
  63. {
  64. "email": "evan.exe@gmail.com",
  65. "name": "evanw"
  66. }
  67. ],
  68. "name": "source-map-support",
  69. "optionalDependencies": {},
  70. "readme": "ERROR: No README data found!",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/evanw/node-source-map-support.git"
  74. },
  75. "scripts": {
  76. "test": "node_modules/mocha/bin/mocha"
  77. },
  78. "version": "0.2.10"
  79. }