1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 07:41:56 +00:00
musix-oss/node_modules/request-promise/package.json
2020-03-03 22:30:50 +02:00

89 lines
2.2 KiB
JSON

{
"_from": "request-promise@^3.0.0",
"_id": "request-promise@3.0.0",
"_inBundle": false,
"_integrity": "sha1-vh7bJvQcSc0dVlbGdT1oQqEkn0Y=",
"_location": "/request-promise",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "request-promise@^3.0.0",
"name": "request-promise",
"escapedName": "request-promise",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/video-thumbnail-url"
],
"_resolved": "https://registry.npmjs.org/request-promise/-/request-promise-3.0.0.tgz",
"_shasum": "be1edb26f41c49cd1d5656c6753d6842a1249f46",
"_spec": "request-promise@^3.0.0",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\node_modules\\video-thumbnail-url",
"author": {
"name": "Ty Abonil"
},
"bugs": {
"url": "https://github.com/request/request-promise/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Nicolai Kamenzky",
"url": "https://github.com/analog-nico"
}
],
"dependencies": {
"bluebird": "^3.3",
"lodash": "^4.6.1",
"request": "^2.34"
},
"deprecated": false,
"description": "The world-famous HTTP client 'Request' now Promises/A+ compliant. Powered by Bluebird.",
"devDependencies": {
"body-parser": "1.15.x",
"chai": "3.5.x",
"chai-as-promised": "5.2.x",
"chalk": "1.1.x",
"cheerio": "0.20.x",
"cls-bluebird": "^1.0.1",
"continuation-local-storage": "^3.1.4",
"event-stream": "3.3.x",
"gulp": "3.9.x",
"gulp-coveralls": "0.1.x",
"gulp-istanbul": "0.10.x",
"gulp-jshint": "2.0.x",
"gulp-mocha": "2.2.x",
"jshint": "2.9.x",
"jshint-stylish": "2.1.x",
"rimraf": "2.5.x",
"run-sequence": "1.1.x"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/request/request-promise",
"keywords": [
"xhr",
"http",
"https",
"promise",
"request",
"then",
"thenable"
],
"license": "MIT",
"main": "./lib/rp.js",
"name": "request-promise",
"repository": {
"type": "git",
"url": "git+https://github.com/request/request-promise.git"
},
"scripts": {
"test": "gulp ci"
},
"version": "3.0.0"
}