12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "simple-get@^1.4.2",
- "_id": "simple-get@1.4.3",
- "_inBundle": false,
- "_integrity": "sha1-6XVe2kB+ltpAxeUVjJ6jezO+y+s=",
- "_location": "/simple-get",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "simple-get@^1.4.2",
- "name": "simple-get",
- "escapedName": "simple-get",
- "rawSpec": "^1.4.2",
- "saveSpec": null,
- "fetchSpec": "^1.4.2"
- },
- "_requiredBy": [
- "/prebuild-install"
- ],
- "_resolved": "https://registry.npmjs.org/simple-get/-/simple-get-1.4.3.tgz",
- "_shasum": "e9755eda407e96da40c5e5158c9ea37b33becbeb",
- "_spec": "simple-get@^1.4.2",
- "_where": "/home/tdedhar/Documents/viki/node_modules/prebuild-install",
- "author": {
- "name": "Feross Aboukhadijeh",
- "email": "feross@feross.org",
- "url": "http://feross.org/"
- },
- "browser": {
- "unzip-response": false
- },
- "bugs": {
- "url": "https://github.com/feross/simple-get/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "once": "^1.3.1",
- "unzip-response": "^1.0.0",
- "xtend": "^4.0.0"
- },
- "deprecated": false,
- "description": "Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.",
- "devDependencies": {
- "concat-stream": "^1.4.7",
- "self-signed-https": "^1.0.5",
- "standard": "^5.1.0",
- "string-to-stream": "^1.0.0",
- "tape": "^4.0.0"
- },
- "homepage": "https://github.com/feross/simple-get",
- "keywords": [
- "request",
- "http",
- "GET",
- "get request",
- "http.get",
- "redirects",
- "follow redirects",
- "gzip",
- "deflate",
- "https",
- "http-https",
- "stream",
- "simple request",
- "simple get"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "simple-get",
- "repository": {
- "type": "git",
- "url": "git://github.com/feross/simple-get.git"
- },
- "scripts": {
- "test": "standard && tape test/*.js"
- },
- "version": "1.4.3"
- }
|