UNPKG

761 BJSONView Raw
1{
2 "name": "source-map-support",
3 "description": "Fixes stack traces for files with source maps",
4 "version": "0.5.6",
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": "3.44.2",
18 "coffee-script": "1.7.1",
19 "http-server": "^0.8.5",
20 "mocha": "1.18.2",
21 "webpack": "^1.13.3"
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}