45 lines
954 B
JSON
45 lines
954 B
JSON
{
|
|
"name": "istanbul-lib-source-maps",
|
|
"version": "3.0.6",
|
|
"description": "Source maps support for istanbul",
|
|
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
|
|
"main": "index.js",
|
|
"files": [
|
|
"lib",
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"istanbul-lib-coverage": "^2.0.5",
|
|
"make-dir": "^2.1.0",
|
|
"rimraf": "^2.6.3",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"ts-node": "^8.1.0"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/istanbuljs/istanbuljs/issues"
|
|
},
|
|
"homepage": "https://istanbul.js.org/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
|
|
},
|
|
"keywords": [
|
|
"istanbul",
|
|
"sourcemaps",
|
|
"sourcemap",
|
|
"source",
|
|
"maps"
|
|
],
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2"
|
|
}
|