41 lines
981 B
JSON
41 lines
981 B
JSON
|
{
|
||
|
"name": "merge-source-map",
|
||
|
"version": "1.0.3",
|
||
|
"description": "Merge old source map and new source map in multi-transform flow",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "nyc tape test/*.js",
|
||
|
"lint": "eslint index.js 'test/**/*.js'",
|
||
|
"version": "npm run lint && npm run test"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/keik/merge-source-map.git"
|
||
|
},
|
||
|
"author": "keik <k4t0.kei@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/keik/merge-source-map/issues"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"sourcemap",
|
||
|
"source-map"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"source-map": "^0.5.3"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"babel-core": "^6.14.0",
|
||
|
"babel-preset-es2015": "^6.14.0",
|
||
|
"coffee-script": "^1.10.0",
|
||
|
"convert-source-map": "^1.3.0",
|
||
|
"escodegen": "^1.8.1",
|
||
|
"eslint": "^3.5.0",
|
||
|
"esprima": "^3.0.0",
|
||
|
"estraverse": "^4.1.1",
|
||
|
"nyc": "^8.3.0",
|
||
|
"tape": "^4.5.1"
|
||
|
},
|
||
|
"files": []
|
||
|
}
|