forked from enviPath/enviPy
Current Dev State
This commit is contained in:
148
static/js/ketcher2/node_modules/coveralls/package.json
generated
vendored
Normal file
148
static/js/ketcher2/node_modules/coveralls/package.json
generated
vendored
Normal file
@ -0,0 +1,148 @@
|
||||
{
|
||||
"_from": "coveralls@^2.11.2",
|
||||
"_id": "coveralls@2.13.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-iiAmn+l1XqRwNLXhW8Rs5qHZRFMYp9ZIPjEOVRpC/c4so6Y/f4/lFi0FfR5B9cCqgyhkJ5cZmbvcVRfP8MHchw==",
|
||||
"_location": "/coveralls",
|
||||
"_phantomChildren": {
|
||||
"argparse": "1.0.9",
|
||||
"asynckit": "0.4.0",
|
||||
"aws4": "1.6.0",
|
||||
"chalk": "1.1.3",
|
||||
"combined-stream": "1.0.5",
|
||||
"commander": "2.11.0",
|
||||
"extend": "3.0.1",
|
||||
"forever-agent": "0.6.1",
|
||||
"is-my-json-valid": "2.16.1",
|
||||
"is-typedarray": "1.0.0",
|
||||
"isstream": "0.1.2",
|
||||
"json-stringify-safe": "5.0.1",
|
||||
"jsprim": "1.4.1",
|
||||
"mime-types": "2.1.17",
|
||||
"oauth-sign": "0.8.2",
|
||||
"pinkie-promise": "2.0.1",
|
||||
"sshpk": "1.13.1",
|
||||
"stringstream": "0.0.5",
|
||||
"tough-cookie": "2.3.3",
|
||||
"uuid": "3.1.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "coveralls@^2.11.2",
|
||||
"name": "coveralls",
|
||||
"escapedName": "coveralls",
|
||||
"rawSpec": "^2.11.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.11.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tap"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/coveralls/-/coveralls-2.13.3.tgz",
|
||||
"_shasum": "9ad7c2ae527417f361e8b626483f48ee92dd2bc7",
|
||||
"_spec": "coveralls@^2.11.2",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/tap",
|
||||
"author": {
|
||||
"name": "Gregg Caines"
|
||||
},
|
||||
"bin": {
|
||||
"coveralls": "./bin/coveralls.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nickmerwin/node-coveralls/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"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.79.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "takes json-cov output into stdin and POSTs to coveralls.io",
|
||||
"devDependencies": {
|
||||
"istanbul": "0.4.5",
|
||||
"jshint": "2.9.3",
|
||||
"mocha": "3.2.0",
|
||||
"mocha-lcov-reporter": "1.2.0",
|
||||
"should": "9.0.2",
|
||||
"sinon-restore": "1.0.1",
|
||||
"snyk": "1.23.3"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8.6"
|
||||
},
|
||||
"homepage": "https://github.com/nickmerwin/node-coveralls#readme",
|
||||
"keywords": [
|
||||
"coverage",
|
||||
"coveralls"
|
||||
],
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Nick Merwin",
|
||||
"email": "nick@coveralls.io",
|
||||
"url": "https://coveralls.io"
|
||||
}
|
||||
],
|
||||
"name": "coveralls",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/nickmerwin/node-coveralls.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "snyk test && make test"
|
||||
},
|
||||
"version": "2.13.3"
|
||||
}
|
||||
Reference in New Issue
Block a user