12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_args": [
- [
- "decompress-response@3.3.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "decompress-response@3.3.0",
- "_id": "decompress-response@3.3.0",
- "_inBundle": false,
- "_integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=",
- "_location": "/decompress-response",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "decompress-response@3.3.0",
- "name": "decompress-response",
- "escapedName": "decompress-response",
- "rawSpec": "3.3.0",
- "saveSpec": null,
- "fetchSpec": "3.3.0"
- },
- "_requiredBy": [
- "/got"
- ],
- "_resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz",
- "_spec": "3.3.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "bugs": {
- "url": "https://github.com/sindresorhus/decompress-response/issues"
- },
- "dependencies": {
- "mimic-response": "^1.0.0"
- },
- "description": "Decompress a HTTP response if needed",
- "devDependencies": {
- "ava": "*",
- "get-stream": "^3.0.0",
- "pify": "^3.0.0",
- "xo": "*"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/decompress-response#readme",
- "keywords": [
- "decompress",
- "response",
- "http",
- "https",
- "zlib",
- "gzip",
- "zip",
- "deflate",
- "unzip",
- "ungzip",
- "incoming",
- "message",
- "stream",
- "compressed"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- {
- "name": "Vsevolod Strukchinsky",
- "email": "floatdrop@gmail.com",
- "url": "github.com/floatdrop"
- }
- ],
- "name": "decompress-response",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/decompress-response.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "3.3.0"
- }
|