blob: eb7b6d4fb1f531920e6a3771825f567122ad819a [file] [log] [blame]
{
"_from": "nodeunit@^0.8.7",
"_id": "nodeunit@0.8.8",
"_inBundle": false,
"_integrity": "sha1-UelyJro6H5lueuDuanooN2Q66wI=",
"_location": "/nodeunit",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nodeunit@^0.8.7",
"name": "nodeunit",
"escapedName": "nodeunit",
"rawSpec": "^0.8.7",
"saveSpec": null,
"fetchSpec": "^0.8.7"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/nodeunit/-/nodeunit-0.8.8.tgz",
"_shasum": "51e97226ba3a1f996e7ae0ee6a7a2837643aeb02",
"_spec": "nodeunit@^0.8.7",
"_where": "/Users/tripod/codez/cordova/cordova-osx",
"bin": {
"nodeunit": "./bin/nodeunit"
},
"bugs": {
"url": "http://github.com/caolan/nodeunit/issues"
},
"bundleDependencies": false,
"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"
}
],
"dependencies": {
"tap": ">=0.2.3"
},
"deprecated": false,
"description": "Easy unit testing for node.js and the browser.",
"devDependencies": {
"should": ">=0.4.2",
"uglify-js": ">=1.1.0"
},
"directories": {
"lib": "./lib",
"doc": "./doc",
"man": "./man1"
},
"homepage": "https://github.com/caolan/nodeunit#readme",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/caolan/nodeunit/raw/master/LICENSE"
}
],
"maintainers": [
{
"name": "Caolan McMahon",
"url": "https://github.com/caolan"
}
],
"man": [
"/Users/tripod/codez/cordova/cordova-osx/node_modules/nodeunit/man1/nodeunit.1"
],
"name": "nodeunit",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/caolan/nodeunit.git"
},
"scripts": {
"test": "node ./bin/nodeunit test"
},
"version": "0.8.8"
}