diff options
Diffstat (limited to 'node_modules/istanbul-lib-source-maps/package.json')
| -rw-r--r-- | node_modules/istanbul-lib-source-maps/package.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/node_modules/istanbul-lib-source-maps/package.json b/node_modules/istanbul-lib-source-maps/package.json new file mode 100644 index 000000000..51b06488d --- /dev/null +++ b/node_modules/istanbul-lib-source-maps/package.json @@ -0,0 +1,46 @@ +{ + "name": "istanbul-lib-source-maps", + "version": "1.2.0", + "description": "Source maps support for istanbul", + "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", + "main": "index.js", + "files": [ + "lib", + "index.js" + ], + "scripts": { + "pretest": "jshint index.js lib/ test/", + "test": "mocha" + }, + "dependencies": { + "debug": "^2.6.3", + "istanbul-lib-coverage": "^1.1.0", + "mkdirp": "^0.5.1", + "rimraf": "^2.6.1", + "source-map": "^0.5.3" + }, + "devDependencies": { + "babel-core": "^6.2.1", + "chai": "^3.4.1", + "is-windows": "^1.0.0", + "jshint": "^2.8.0", + "mocha": "^3.2.0", + "ts-node": "^2.0.0" + }, + "license": "BSD-3-Clause", + "bugs": { + "url": "https://github.com/istanbuljs/istanbul-lib-source-maps/issues" + }, + "homepage": "https://github.com/istanbuljs/istanbul-lib-source-maps#readme", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/istanbuljs/istanbul-lib-source-maps.git" + }, + "keywords": [ + "istanbul", + "sourcemaps", + "sourcemap", + "source", + "maps" + ] +} |
