Files
freeCodeCamp/probot/presolver/node_modules/smee-client/package.json
2018-12-05 11:23:55 +05:30

66 lines
1.6 KiB
JSON

{
"_from": "smee-client@^1.0.2",
"_id": "smee-client@1.0.2",
"_inBundle": false,
"_integrity": "sha512-JySe+9HBQzXWmlxDSV7Ac8i+eYwFTF2OiKl8ehWw3SbaAKznqm83lOrWtX6fwr/F2eGkkgW13ND2FzFDK5bx8g==",
"_location": "/smee-client",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "smee-client@^1.0.2",
"name": "smee-client",
"escapedName": "smee-client",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/smee-client/-/smee-client-1.0.2.tgz",
"_shasum": "2b7e72d7ab383e5d6e4a17ae00cd07503cbcf25d",
"_spec": "smee-client@^1.0.2",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver",
"author": "",
"bin": {
"smee": "./bin/smee.js"
},
"bugs": {
"url": "https://github.com/probot/smee/issues"
},
"bundleDependencies": false,
"dependencies": {
"commander": "^2.12.2",
"eventsource": "^1.0.5",
"morgan": "^1.9.0",
"superagent": "^3.8.3",
"validator": "^10.4.0"
},
"deprecated": false,
"description": "Client to proxy webhooks to local host",
"devDependencies": {
"jest": "^23.1.0",
"nock": "^9.3.3",
"standard": "^11.0.1",
"supertest": "^3.1.0"
},
"homepage": "https://github.com/probot/smee#readme",
"license": "ISC",
"main": "index.js",
"name": "smee-client",
"repository": {
"type": "git",
"url": "git+https://github.com/probot/smee.git"
},
"scripts": {
"test": "jest --coverage && standard"
},
"standard": {
"env": [
"jest"
]
},
"version": "1.0.2"
}