wallet-core/node_modules/istanbul-lib-instrument/package.json

123 lines
3.6 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
"_args": [
[
{
"raw": "istanbul-lib-instrument@^1.0.0-alpha.6",
"scope": null,
"escapedName": "istanbul-lib-instrument",
"name": "istanbul-lib-instrument",
"rawSpec": "^1.0.0-alpha.6",
"spec": ">=1.0.0-alpha.6 <2.0.0",
"type": "range"
},
"/home/dold/repos/taler/wallet-webex"
]
],
"_from": "istanbul-lib-instrument@>=1.0.0-alpha.6 <2.0.0",
"_id": "istanbul-lib-instrument@1.1.3",
"_inCache": true,
"_location": "/istanbul-lib-instrument",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/istanbul-lib-instrument-1.1.3.tgz_1473744377368_0.23582313884980977"
},
"_npmUser": {
"name": "bcoe",
"email": "ben@npmjs.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "istanbul-lib-instrument@^1.0.0-alpha.6",
"scope": null,
"escapedName": "istanbul-lib-instrument",
"name": "istanbul-lib-instrument",
"rawSpec": "^1.0.0-alpha.6",
"spec": ">=1.0.0-alpha.6 <2.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.1.3.tgz",
"_shasum": "66d5353d1f592b9e34d1cf9acda9c3f1ab509696",
"_shrinkwrap": null,
"_spec": "istanbul-lib-instrument@^1.0.0-alpha.6",
"_where": "/home/dold/repos/taler/wallet-webex",
"author": {
"name": "Krishnan Anantheswaran",
"email": "kananthmail-github@yahoo.com"
},
"bugs": {
"url": "https://github.com/istanbuljs/istanbul-lib-instrument/issues"
},
"dependencies": {
"babel-generator": "^6.11.3",
"babel-template": "^6.9.0",
"babel-traverse": "^6.9.0",
"babel-types": "^6.10.2",
"babylon": "^6.8.1",
"istanbul-lib-coverage": "^1.0.0"
},
"description": "Core istanbul API for JS code coverage",
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.21",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.0.0",
"clone": "^1.0.2",
"coveralls": "^2.11.4",
"documentation": "^4.0.0-beta5",
"istanbul": "^1.0.0-alpha.2",
"js-yaml": "^3.3.1",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"nopt": "^3.0.6",
"standard-version": "^2.4.0"
},
"directories": {},
"dist": {
"shasum": "66d5353d1f592b9e34d1cf9acda9c3f1ab509696",
"tarball": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.1.3.tgz"
},
"gitHead": "37a0087e68729dae46989c3687272d154938fa9e",
"homepage": "https://github.com/istanbuljs/istanbul-lib-instrument",
"keywords": [
"coverage",
"istanbul",
"js",
"instrumentation"
],
"license": "BSD-3-Clause",
"main": "dist/index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "gotwarlost",
"email": "kananthmail-github@yahoo.com"
}
],
"name": "istanbul-lib-instrument",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbul-lib-instrument.git"
},
"scripts": {
"fast": "mocha --harmony --compilers js:babel-core/register --recursive test/",
"posttest": "node ./node_modules/istanbul/lib/cli.js check-coverage --statements 90 --branches 80",
"prepublish": "npm test && npm run release",
"pretest": "jshint src/ test/",
"release": "babel src --out-dir dist && documentation build -f md -o api.md src/*js",
"test": "./test.sh",
"v10-test": "mocha --compilers js:babel-core/register --recursive test/",
"version": "standard-version"
},
"version": "1.1.3"
}