GT2/GT2-iOS/node_modules/istanbul-lib-source-maps/package.json

118 lines
3.5 KiB
JSON

{
"_args": [
[
{
"raw": "istanbul-lib-source-maps@^1.2.1",
"scope": null,
"escapedName": "istanbul-lib-source-maps",
"name": "istanbul-lib-source-maps",
"rawSpec": "^1.2.1",
"spec": ">=1.2.1 <2.0.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/jest/node_modules/jest-cli"
]
],
"_from": "istanbul-lib-source-maps@>=1.2.1 <2.0.0",
"_id": "istanbul-lib-source-maps@1.2.2",
"_inCache": true,
"_location": "/istanbul-lib-source-maps",
"_nodeVersion": "8.7.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/istanbul-lib-source-maps-1.2.2.tgz_1508612368677_0.8676236979663372"
},
"_npmUser": {
"name": "bcoe",
"email": "ben@npmjs.com"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {
"ms": "2.0.0"
},
"_requested": {
"raw": "istanbul-lib-source-maps@^1.2.1",
"scope": null,
"escapedName": "istanbul-lib-source-maps",
"name": "istanbul-lib-source-maps",
"rawSpec": "^1.2.1",
"spec": ">=1.2.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/istanbul-api",
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.2.tgz",
"_shasum": "750578602435f28a0c04ee6d7d9e0f2960e62c1c",
"_shrinkwrap": null,
"_spec": "istanbul-lib-source-maps@^1.2.1",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/jest/node_modules/jest-cli",
"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.1",
"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"
},
"directories": {},
"dist": {
"integrity": "sha512-8BfdqSfEdtip7/wo1RnrvLpHVEd8zMZEDmOFEnpC6dg0vXflHt9nvoAyQUzig2uMSXfF2OBEYBV3CVjIL9JvaQ==",
"shasum": "750578602435f28a0c04ee6d7d9e0f2960e62c1c",
"tarball": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.2.tgz"
},
"files": [
"lib",
"index.js"
],
"homepage": "https://github.com/istanbuljs/istanbuljs#readme",
"keywords": [
"istanbul",
"sourcemaps",
"sourcemap",
"source",
"maps"
],
"license": "BSD-3-Clause",
"main": "index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "gotwarlost",
"email": "kananthmail-github@yahoo.com"
}
],
"name": "istanbul-lib-source-maps",
"optionalDependencies": {},
"readme": "istanbul-lib-source-maps\n========================\n\n[![Build Status](https://travis-ci.org/istanbuljs/istanbuljs.svg?branch=master)](https://travis-ci.org/istanbuljs/istanbuljs)\n\nSource map support for istanbuljs.\n\n## Debugging\n\n_istanbul-lib-source-maps_ uses the [debug](https://www.npmjs.com/package/debug) module.\nRun your application with the environment variable `DEBUG=istanbuljs`, to receive debug\noutput.\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
},
"scripts": {
"pretest": "jshint index.js lib/ test/",
"test": "mocha"
},
"version": "1.2.2"
}