formations/javascript/base/exercices/tests-unitaires/node_modules/nodeunit/package.json

117 lines
2.6 KiB
JSON

{
"name": "nodeunit",
"version": "0.9.1",
"description": "Easy unit testing for node.js and the browser.",
"maintainers": [
{
"name": "caolan",
"email": "caolan@caolanmcmahon.com"
},
{
"name": "mreinstein",
"email": "reinstein.mike@gmail.com"
}
],
"contributors": [
{
"name": "Romain Beauxis",
"url": "https://github.com/toots"
},
{
"name": "Alex Gorbatchev",
"url": "https://github.com/alexgorbatchev"
},
{
"name": "Alex Wolfe",
"url": "https://github.com/alexkwolfe"
},
{
"name": "Carl Fürstenberg",
"url": "https://github.com/azatoth"
},
{
"name": "Gerad Suyderhoud",
"url": "https://github.com/gerad"
},
{
"name": "Kadir Pekel",
"url": "https://github.com/coffeemate"
},
{
"name": "Oleg Efimov",
"url": "https://github.com/Sannis"
},
{
"name": "Orlando Vazquez",
"url": "https://github.com/orlandov"
},
{
"name": "Ryan Dahl",
"url": "https://github.com/ry"
},
{
"name": "Sam Stephenson",
"url": "https://github.com/sstephenson"
},
{
"name": "Thomas Mayfield",
"url": "https://github.com/thegreatape"
},
{
"name": "Elijah Insua",
"email": "tmpvar@gmail.com",
"url": "http://tmpvar.com"
}
],
"repository": {
"type": "git",
"url": "http://github.com/caolan/nodeunit.git"
},
"devDependencies": {
"uglify-js": ">=1.1.0",
"should": ">=0.4.2"
},
"bugs": {
"url": "http://github.com/caolan/nodeunit/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/caolan/nodeunit/raw/master/LICENSE"
}
],
"directories": {
"lib": "./lib",
"doc": "./doc",
"man": "./man1"
},
"bin": {
"nodeunit": "./bin/nodeunit"
},
"dependencies": {
"tap": "^0.7.1"
},
"scripts": {
"test": "node ./bin/nodeunit"
},
"man": [
"/Users/michaelreinstein/wwwroot/nodeunit/man1/nodeunit.1"
],
"gitHead": "d8b4f70c868d7c840f39f9e8ef7a848276169138",
"homepage": "https://github.com/caolan/nodeunit",
"_id": "nodeunit@0.9.1",
"_shasum": "e553dd41d8769402c3b9ab32d0e72e9668405139",
"_from": "nodeunit@",
"_npmVersion": "2.6.0",
"_nodeVersion": "1.4.1",
"_npmUser": {
"name": "mreinstein",
"email": "reinstein.mike@gmail.com"
},
"dist": {
"shasum": "e553dd41d8769402c3b9ab32d0e72e9668405139",
"tarball": "http://registry.npmjs.org/nodeunit/-/nodeunit-0.9.1.tgz"
},
"_resolved": "https://registry.npmjs.org/nodeunit/-/nodeunit-0.9.1.tgz"
}