node-query/node_modules/grunt-istanbul/node_modules/istanbul/package.json
2014-11-25 14:23:08 -05:00

234 lines
5.1 KiB
JSON

{
"name": "istanbul",
"version": "0.2.16",
"description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests ",
"keywords": [
"coverage",
"code coverage",
"JS code coverage",
"JS coverage"
],
"author": {
"name": "Krishnan Anantheswaran",
"email": "kananthmail-github@yahoo.com"
},
"contributors": [
{
"name": "Reid Burke",
"email": "me@reidburke.com"
},
{
"name": "Martin Cooper",
"email": "mfncooper@gmail.com"
},
{
"name": "Dav Glass",
"email": "davglass@gmail.com"
},
{
"name": "nowamasa",
"email": "nowamasa@gmail.com"
},
{
"name": "Miller Medeiros",
"email": "contact@millermedeiros.com"
},
{
"name": "Daniel Perez Alvarez",
"email": "unindented@gmail.com"
},
{
"name": "Mathias Bynens",
"email": "mathias@qiwi.be"
},
{
"name": "Nathan Brown",
"email": "nate@betable.com"
},
{
"name": "Brian Ng",
"email": "bng412@gmail.com"
},
{
"name": "John Morrison @jrgm"
},
{
"name": "Tomaz Muraus",
"email": "tomaz+github@tomaz.me"
},
{
"name": "Joe @jhansche",
"email": "jhansche@meetme.com"
},
{
"name": "Vojta Jina",
"email": "vojta.jina@gmail.com"
},
{
"name": "Dmitry Shirokov @runk",
"email": "deadrunk@gmail.com"
},
{
"name": "Chris Gladd @chrisgladd"
},
{
"name": "Sergey Belov",
"email": "peimei@ya.ru"
},
{
"name": "porneL",
"email": "pornel@pornel.net"
},
{
"name": "@asifrc"
},
{
"name": "Gergely Nemeth @gergelyke"
},
{
"name": "@bixdeng"
},
{
"name": "@mpderbec"
},
{
"name": "@jxiaodev"
},
{
"name": "Arpad Borsos @Swatinem",
"email": "arpad.borsos@googlemail.com"
},
{
"name": "Ariya Hidayat @ariya"
},
{
"name": "@markyen"
},
{
"name": "Sam Saccone @samccone",
"email": "sam@samx.it"
},
{
"name": "Jason Cheatham @jason0x43"
},
{
"name": "@smikes"
},
{
"name": "Yasyf Mohamedali @yasyf",
"email": "yasyfm@gmail.com"
}
],
"preferGlobal": true,
"scripts": {
"pretest": "jshint index.js lib/ test/",
"test": "test/run.js",
"posttest": "node ./lib/cli.js check-coverage --statements 95 --branches 80",
"docs": "npm install yuidocjs && node node_modules/yuidocjs/lib/cli.js ."
},
"bin": {
"istanbul": "./lib/cli.js"
},
"repository": {
"type": "git",
"url": "git://github.com/gotwarlost/istanbul.git"
},
"dependencies": {
"esprima": "1.2.x",
"escodegen": "1.3.x",
"handlebars": "1.3.x",
"mkdirp": "0.5.x",
"nopt": "3.x",
"fileset": "0.1.x",
"which": "1.0.x",
"async": "0.9.x",
"abbrev": "1.0.x",
"wordwrap": "0.0.x",
"resolve": "0.7.x",
"js-yaml": "3.x"
},
"devDependencies": {
"rimraf": "2.2.x",
"nodeunit": "0.9.x",
"jshint": "2.5.x",
"requirejs": "2.x",
"coveralls": "2.x"
},
"jshintConfig": {
"bitwise": true,
"camelcase": false,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"latedef": true,
"maxlen": 150,
"newcap": true,
"noarg": true,
"nonbsp": true,
"nonew": true,
"plusplus": true,
"trailing": true,
"undef": true,
"unused": true,
"strict": false,
"asi": false,
"boss": false,
"debug": false,
"eqnull": false,
"esnext": false,
"evil": false,
"expr": false,
"funcscope": false,
"globalstrict": false,
"iterator": false,
"lastsemic": false,
"laxbreak": true,
"laxcomma": false,
"loopfunc": false,
"multistr": false,
"notypeof": false,
"proto": false,
"scripturl": false,
"smarttabs": false,
"shadow": false,
"sub": false,
"supernew": false,
"validthis": false,
"noyield": false,
"browser": true,
"node": true,
"nomen": false,
"onevar": true,
"passfail": false,
"white": false
},
"gitHead": "f980c7007a36e24c9c15ad513e287c33e8500cd1",
"bugs": {
"url": "https://github.com/gotwarlost/istanbul/issues"
},
"homepage": "https://github.com/gotwarlost/istanbul",
"_id": "istanbul@0.2.16",
"_shasum": "870545a0d4f4b4ce161039e9e805a98c2c700bd9",
"_from": "istanbul@0.2.16",
"_npmVersion": "1.4.16",
"_npmUser": {
"name": "gotwarlost",
"email": "kananthmail-github@yahoo.com"
},
"maintainers": [
{
"name": "gotwarlost",
"email": "kananthmail-github@yahoo.com"
}
],
"dist": {
"shasum": "870545a0d4f4b4ce161039e9e805a98c2c700bd9",
"tarball": "http://registry.npmjs.org/istanbul/-/istanbul-0.2.16.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/istanbul/-/istanbul-0.2.16.tgz",
"readme": "ERROR: No README data found!"
}