| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "istanbul-api",
- "version": "1.3.7",
- "description": "High level API for istanbul features",
- "main": "index.js",
- "files": [
- "lib",
- "index.js"
- ],
- "scripts": {
- "fast": "mocha --slow 1000",
- "pretest": "jshint index.js lib/ test/",
- "test": "mocha"
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
- },
- "keywords": [
- "istanbul",
- "api"
- ],
- "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
- "license": "BSD-3-Clause",
- "bugs": {
- "url": "https://github.com/istanbuljs/istanbuljs/issues"
- },
- "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
- "devDependencies": {
- "chai": "^3.0.0",
- "is-windows": "^1.0.0",
- "jshint": "^2.8.0",
- "memory-streams": "^0.1.0",
- "mocha": "^3.1.2",
- "rimraf": "^2.6.1"
- },
- "dependencies": {
- "async": "^2.1.4",
- "fileset": "^2.0.2",
- "istanbul-lib-coverage": "^1.2.1",
- "istanbul-lib-hook": "^1.2.2",
- "istanbul-lib-instrument": "^1.10.2",
- "istanbul-lib-report": "^1.1.5",
- "istanbul-lib-source-maps": "^1.2.6",
- "istanbul-reports": "^1.5.1",
- "js-yaml": "^3.7.0",
- "mkdirp": "^0.5.1",
- "once": "^1.4.0"
- }
- }
|