| { |
| "author": { |
| "email": "thlorenz@gmx.de", |
| "name": "Thorsten Lorenz", |
| "url": "http://thlorenz.com" |
| }, |
| "dependencies": { |
| "safe-buffer": "~5.1.1" |
| }, |
| "description": "Converts a source-map from/to different formats and allows adding/changing properties.", |
| "devDependencies": { |
| "inline-source-map": "~0.6.2", |
| "tap": "~9.0.0" |
| }, |
| "engine": { |
| "node": ">=0.6" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "homepage": "https://github.com/thlorenz/convert-source-map", |
| "keywords": [ |
| "convert", |
| "sourcemap", |
| "source", |
| "map", |
| "browser", |
| "debug" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "convert-source-map", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/thlorenz/convert-source-map.git" |
| }, |
| "scripts": { |
| "test": "tap test/*.js --color" |
| }, |
| "version": "1.6.0" |
| } |