package.json
 1  {
 2    "name": "source-map-support",
 3    "description": "Fixes stack traces for files with source maps",
 4    "version": "0.5.21",
 5    "main": "./source-map-support.js",
 6    "scripts": {
 7      "build": "node build.js",
 8      "serve-tests": "http-server -p 1336",
 9      "prepublish": "npm run build",
10      "test": "mocha"
11    },
12    "dependencies": {
13      "buffer-from": "^1.0.0",
14      "source-map": "^0.6.0"
15    },
16    "devDependencies": {
17      "browserify": "^4.2.3",
18      "coffeescript": "^1.12.7",
19      "http-server": "^0.11.1",
20      "mocha": "^3.5.3",
21      "webpack": "^1.15.0"
22    },
23    "repository": {
24      "type": "git",
25      "url": "https://github.com/evanw/node-source-map-support"
26    },
27    "bugs": {
28      "url": "https://github.com/evanw/node-source-map-support/issues"
29    },
30    "license": "MIT"
31  }