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

250 lines
5.2 KiB
JSON

{
"_from": "nock@^10.0.0",
"_id": "nock@10.0.1",
"_inBundle": false,
"_integrity": "sha512-M0aL9IDbUFURmokoXqejZQybZk8EtlYjUBjaoICVbW62uOlyPRsnEsceyOlUik4spCOt50ptwM4BTPt20ITtcQ==",
"_location": "/nock",
"_phantomChildren": {
"ms": "2.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "nock@^10.0.0",
"name": "nock",
"escapedName": "nock",
"rawSpec": "^10.0.0",
"saveSpec": null,
"fetchSpec": "^10.0.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/nock/-/nock-10.0.1.tgz",
"_shasum": "71eeb580c2995878e582b3e32420daead9eb44f7",
"_spec": "nock@^10.0.0",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver",
"author": {
"name": "Pedro Teixeira",
"email": "pedro.teixeira@gmail.com"
},
"bugs": {
"url": "http://github.com/nock/nock/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Bin Chang",
"url": "https://github.com/BinChang"
},
{
"name": "Roman Hotsiy",
"url": "https://github.com/RomanGotsiy"
},
{
"name": "Jeffrey Jagoda",
"url": "https://github.com/jagoda"
},
{
"name": "Hidenari Nozaki",
"url": "https://github.com/ghiden"
},
{
"name": "Ken Sheedlo",
"url": "https://github.com/ksheedlo"
},
{
"name": "Douglas Eggleton",
"url": "https://github.com/douglaseggleton"
},
{
"name": "José F. Romaniello",
"url": "https://github.com/jfromaniello"
},
{
"name": "Benjamin Urban",
"url": "https://github.com/benurb"
},
{
"name": "Justin",
"url": "https://github.com/justincy"
},
{
"name": "Brett Porter"
},
{
"name": "Matt Olson"
},
{
"name": "Rémy HUBSCHER"
},
{
"name": "Roly Fentanes"
},
{
"name": "Alexander Simmerl"
},
{
"name": "Pedro Teixeira"
},
{
"name": "Nuno Job"
},
{
"name": "Ian Young"
},
{
"name": "nilsbunger"
},
{
"name": "bacchusrx",
"email": "bacchusrx@eightstar.ca"
},
{
"name": "Fabiano França"
},
{
"name": "Sascha Drews"
},
{
"name": "Mike Swift"
},
{
"name": "James Herdman"
},
{
"name": "David Björklund"
},
{
"name": "Andrew Kramolisch"
},
{
"name": "Balazs Nagy"
},
{
"name": "Brian J Brennan"
},
{
"name": "Attila Incze"
},
{
"name": "Mac Angell"
},
{
"name": "Tom Hosford"
},
{
"name": "Aurélien Thieriot"
},
{
"name": "Alex Zylman"
},
{
"name": "Celestino Gomes",
"email": "contact@tinogomes.com"
},
{
"name": "David Rousselie"
},
{
"name": "spenceralger"
},
{
"name": "Ivan Erceg",
"email": "ivan@softwaremarbles.com",
"url": "https://github.com/ierceg"
},
{
"name": "Keith Laban",
"email": "kelaban17@gmail.com",
"url": "https://github.com/kelaban"
},
{
"name": "Rui Marinho",
"email": "ruipmarinho@gmail.com",
"url": "https://github.com/ruimarinho"
},
{
"name": "David Pate",
"email": "davidtpate@gmail.com",
"url": "https://github.com/DavidTPate"
},
{
"name": "Matt Oakes",
"url": "https://github.com/matto1990"
},
{
"name": "Ian Walker-Sperber",
"url": "https://github.com/ianwsperber"
}
],
"dependencies": {
"chai": "^4.1.2",
"debug": "^4.1.0",
"deep-equal": "^1.0.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.5",
"mkdirp": "^0.5.0",
"propagate": "^1.0.0",
"qs": "^6.5.1",
"semver": "^5.5.0"
},
"deprecated": false,
"description": "HTTP server mocking and expectations library for Node.js",
"devDependencies": {
"async": "^2.6.0",
"aws-sdk": "^2.202.0",
"coveralls": "^3.0.0",
"eslint": "^5.0.0",
"hyperquest": "^2.1.3",
"isomorphic-fetch": "^2.2.0",
"markdown-toc": "^1.2.0",
"needle": "^2.2.2",
"nyc": "^12.0.1",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"restify-clients": "^2.2.0",
"rimraf": "^2.6.2",
"semantic-release": "^15.0.0",
"superagent": "^3.8.2",
"tap": "^12.0.0"
},
"engines": [
"node >= 4.0"
],
"homepage": "https://github.com/nock/nock#readme",
"license": "MIT",
"main": "./index",
"name": "nock",
"nyc": {
"reporter": [
"lcov",
"text-summary"
],
"exclude": [
"tests/test_*.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/nock/nock.git"
},
"scripts": {
"coverage": "tap --coverage-report=html && open coverage/lcov-report/index.html",
"coverage:upload": "tap --coverage-report=text-lcov | coveralls",
"lint": "eslint \"**/*.js\"",
"pretest": "npm run -s lint",
"semantic-release": "semantic-release",
"test": "npm run -s unit",
"toc": "markdown-toc -i README.md && markdown-toc -i CONTRIBUTING.md ",
"unit": "tap --coverage ./tests/test_*.js"
},
"tags": [
"Mock",
"HTTP",
"testing",
"isolation"
],
"version": "10.0.1"
}