Files
freeCodeCamp/probot/presolver/node_modules/@octokit/webhooks/package.json
2018-12-05 11:23:55 +05:30

78 lines
2.2 KiB
JSON

{
"_from": "@octokit/webhooks@^5.0.2",
"_id": "@octokit/webhooks@5.0.2",
"_inBundle": false,
"_integrity": "sha512-htxI5cNiaEOlJbero6akw8bVZm3maN7LtCZbczxJQko3NvQqiROmzryE39+FnaoaHkQr6IAOx2JnPBZlkPHnVQ==",
"_location": "/@octokit/webhooks",
"_phantomChildren": {
"ms": "2.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "@octokit/webhooks@^5.0.2",
"name": "@octokit/webhooks",
"escapedName": "@octokit%2fwebhooks",
"scope": "@octokit",
"rawSpec": "^5.0.2",
"saveSpec": null,
"fetchSpec": "^5.0.2"
},
"_requiredBy": [
"/probot"
],
"_resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-5.0.2.tgz",
"_shasum": "fbf31398f0d235199591cef3c4a8fef7073c6073",
"_spec": "@octokit/webhooks@^5.0.2",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/probot",
"author": {
"name": "Gregor Martynus",
"url": "https://twitter.com/gr2m"
},
"bugs": {
"url": "https://github.com/octokit/webhooks.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffer-equal-constant-time": "^1.0.1",
"debug": "^4.0.0"
},
"deprecated": false,
"description": "GitHub webhook events toolset for Node.js",
"devDependencies": {
"axios": "^0.18.0",
"coveralls": "^3.0.0",
"get-port": "^4.0.0",
"pify": "^4.0.0",
"proxyquire": "^2.0.0",
"semantic-release": "^15.0.0",
"simple-mock": "^0.8.0",
"standard": "^12.0.1",
"tap": "^12.0.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"homepage": "https://github.com/octokit/webhooks.js#readme",
"keywords": [],
"license": "MIT",
"main": "index.js",
"name": "@octokit/webhooks",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/webhooks.js.git"
},
"scripts": {
"coverage": "tap --coverage-report=html && open coverage/lcov-report/index.html",
"coverage:upload": "tap --coverage-report=text-lcov | coveralls",
"pretest": "standard",
"semantic-release": "semantic-release",
"test": "tap --100 --coverage 'test/**/*-test.js'"
},
"version": "5.0.2"
}