UNPKG

nyc

Version:

the Istanbul command line interface

80 lines (79 loc) 1.98 kB
{ "_args": [ [ "istanbul-lib-source-maps@1.2.3", "/Users/benjamincoe/oss/nyc" ] ], "_from": "istanbul-lib-source-maps@1.2.3", "_id": "istanbul-lib-source-maps@1.2.3", "_inBundle": false, "_integrity": "sha512-fDa0hwU/5sDXwAklXgAoCJCOsFsBplVQ6WBldz5UwaqOzmDhUK4nfuR7/G//G2lERlblUNJB8P6e8cXq3a7MlA==", "_location": "/istanbul-lib-source-maps", "_phantomChildren": { "ms": "2.0.0" }, "_requested": { "type": "version", "registry": true, "raw": "istanbul-lib-source-maps@1.2.3", "name": "istanbul-lib-source-maps", "escapedName": "istanbul-lib-source-maps", "rawSpec": "1.2.3", "saveSpec": null, "fetchSpec": "1.2.3" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.3.tgz", "_spec": "1.2.3", "_where": "/Users/benjamincoe/oss/nyc", "author": { "name": "Krishnan Anantheswaran", "email": "kananthmail-github@yahoo.com" }, "bugs": { "url": "https://github.com/istanbuljs/istanbuljs/issues" }, "dependencies": { "debug": "^3.1.0", "istanbul-lib-coverage": "^1.1.2", "mkdirp": "^0.5.1", "rimraf": "^2.6.1", "source-map": "^0.5.3" }, "description": "Source maps support for istanbul", "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" }, "files": [ "lib", "index.js" ], "homepage": "https://github.com/istanbuljs/istanbuljs#readme", "keywords": [ "istanbul", "sourcemaps", "sourcemap", "source", "maps" ], "license": "BSD-3-Clause", "main": "index.js", "name": "istanbul-lib-source-maps", "repository": { "type": "git", "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git" }, "scripts": { "pretest": "jshint index.js lib/ test/", "test": "mocha" }, "version": "1.2.3" }