123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "_args": [
- [
- "request@~2.51.0",
- "D:\\work\\im"
- ]
- ],
- "_from": "request@>=2.51.0 <2.52.0",
- "_id": "request@2.51.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/request",
- "_npmUser": {
- "email": "jnylen@gmail.com",
- "name": "nylen"
- },
- "_npmVersion": "1.4.14",
- "_phantomChildren": {},
- "_requested": {
- "name": "request",
- "raw": "request@~2.51.0",
- "rawSpec": "~2.51.0",
- "scope": null,
- "spec": ">=2.51.0 <2.52.0",
- "type": "range"
- },
- "_requiredBy": [
- "/",
- "/koa-request"
- ],
- "_resolved": "https://registry.npmjs.org/request/-/request-2.51.0.tgz",
- "_shasum": "35d00bbecc012e55f907b1bd9e0dbd577bfef26e",
- "_shrinkwrap": null,
- "_spec": "request@~2.51.0",
- "_where": "D:\\work\\im",
- "author": {
- "email": "mikeal.rogers@gmail.com",
- "name": "Mikeal Rogers"
- },
- "bugs": {
- "url": "http://github.com/request/request/issues"
- },
- "dependencies": {
- "aws-sign2": "~0.5.0",
- "bl": "~0.9.0",
- "caseless": "~0.8.0",
- "combined-stream": "~0.0.5",
- "forever-agent": "~0.5.0",
- "form-data": "~0.2.0",
- "hawk": "1.1.1",
- "http-signature": "~0.10.0",
- "json-stringify-safe": "~5.0.0",
- "mime-types": "~1.0.1",
- "node-uuid": "~1.4.0",
- "oauth-sign": "~0.5.0",
- "qs": "~2.3.1",
- "stringstream": "~0.0.4",
- "tough-cookie": ">=0.12.0",
- "tunnel-agent": "~0.4.0"
- },
- "description": "Simplified HTTP request client.",
- "devDependencies": {
- "browserify": "~5.9.1",
- "coveralls": "~2.11.2",
- "eslint": "0.5.1",
- "function-bind": "~1.0.0",
- "istanbul": "~0.3.2",
- "karma": "~0.12.21",
- "karma-cli": "0.0.4",
- "karma-phantomjs-launcher": "~0.1.4",
- "karma-tap": "~1.0.1",
- "rimraf": "~2.2.8",
- "tape": "~3.0.0",
- "taper": "~0.3.0"
- },
- "directories": {},
- "dist": {
- "shasum": "35d00bbecc012e55f907b1bd9e0dbd577bfef26e",
- "tarball": "https://registry.npmjs.org/request/-/request-2.51.0.tgz"
- },
- "engines": {
- "node": ">=0.8.0"
- },
- "gitHead": "1c8aca6a9205df58660c676005fb8ec4603d5265",
- "homepage": "https://github.com/request/request",
- "license": "Apache-2.0",
- "main": "index.js",
- "maintainers": [
- {
- "email": "mikeal.rogers@gmail.com",
- "name": "mikeal"
- },
- {
- "email": "jnylen@gmail.com",
- "name": "nylen"
- },
- {
- "email": "fkschott@gmail.com",
- "name": "fredkschott"
- }
- ],
- "name": "request",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/request/request.git"
- },
- "scripts": {
- "lint": "node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed.",
- "test": "npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser",
- "test-browser": "browserify tests/browser/test.js -o tests/browser/test-browser.js && karma start tests/browser/karma.conf.js"
- },
- "tags": [
- "http",
- "simple",
- "util",
- "utility"
- ],
- "version": "2.51.0"
- }
|