Initial commit

This commit is contained in:
WatermelonModders
2022-05-31 12:35:46 -04:00
commit fc5cb0c32c
4097 changed files with 447075 additions and 0 deletions
+150
View File
@@ -0,0 +1,150 @@
{
"_args": [
[
"coveralls@^2.11.9",
"/home/xor/shared_vm/git/node-sunwell"
]
],
"_from": "coveralls@>=2.11.9 <3.0.0",
"_id": "coveralls@2.11.15",
"_inCache": true,
"_installable": true,
"_location": "/coveralls",
"_nodeVersion": "0.12.7",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/coveralls-2.11.15.tgz_1478882102489_0.5062202303670347"
},
"_npmUser": {
"email": "n@mer.fm",
"name": "nickmerwin"
},
"_npmVersion": "3.8.5",
"_phantomChildren": {},
"_requested": {
"name": "coveralls",
"raw": "coveralls@^2.11.9",
"rawSpec": "^2.11.9",
"scope": null,
"spec": ">=2.11.9 <3.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/coveralls/-/coveralls-2.11.15.tgz",
"_shasum": "37d3474369d66c14f33fa73a9d25cee6e099fca0",
"_shrinkwrap": null,
"_spec": "coveralls@^2.11.9",
"_where": "/home/xor/shared_vm/git/node-sunwell",
"author": {
"name": "Gregg Caines"
},
"bin": {
"coveralls": "./bin/coveralls.js"
},
"bugs": {
"url": "https://github.com/nickmerwin/node-coveralls/issues"
},
"contributors": [
{
"name": "Gregg Caines",
"email": "gregg@caines.ca",
"url": "http://caines.ca"
},
{
"name": "Joshua Ma",
"email": "github@joshma.com",
"url": "http://joshma.com"
},
{
"name": "Alan Gutierrez",
"email": "alan@prettyrobots.com",
"url": "http://www.prettyrobots.com/"
},
{
"name": "Kir Belevich",
"url": "https://github.com/svg"
},
{
"name": "elliotcable",
"email": "github@elliottcable.name",
"url": "http://elliottcable.name/"
},
{
"name": "Slotos",
"email": "slotos@gmail.com",
"url": "http://slotos.net"
},
{
"name": "mattjmorrison",
"email": "mattjmorrison@mattjmorrison.com",
"url": "http://mattjmorrison.com"
},
{
"name": "Arpad Borsos",
"email": "arpad.borsos@googlemail.com",
"url": "http://swatinem.de/"
},
{
"name": "Adam Moss",
"url": "https://github.com/adam-moss"
}
],
"dependencies": {
"js-yaml": "3.6.1",
"lcov-parse": "0.0.10",
"log-driver": "1.2.5",
"minimist": "1.2.0",
"request": "2.75.0"
},
"description": "takes json-cov output into stdin and POSTs to coveralls.io",
"devDependencies": {
"istanbul": "0.4.4",
"jshint": "2.9.3",
"mocha": "2.5.3",
"mocha-lcov-reporter": "1.2.0",
"should": "9.0.2",
"sinon-restore": "1.0.1",
"snyk": "1.17.0"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "37d3474369d66c14f33fa73a9d25cee6e099fca0",
"tarball": "https://registry.npmjs.org/coveralls/-/coveralls-2.11.15.tgz"
},
"engines": {
"node": ">=0.8.6"
},
"gitHead": "c81c084fc7280c68e8dc470c31e7291eea183c22",
"homepage": "https://github.com/nickmerwin/node-coveralls#readme",
"keywords": [
"coverage",
"coveralls"
],
"license": "BSD-2-Clause",
"main": "index.js",
"maintainers": [
{
"name": "cainus",
"email": "gregg@caines.ca"
},
{
"name": "nickmerwin",
"email": "n@mer.fm"
}
],
"name": "coveralls",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/nickmerwin/node-coveralls.git"
},
"scripts": {
"test": "snyk test && make test"
},
"version": "2.11.15"
}