12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_args": [
- [
- "digest-fetch@1.2.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "digest-fetch@1.2.1",
- "_id": "digest-fetch@1.2.1",
- "_inBundle": false,
- "_integrity": "sha512-Do130fdya/9DPUl80PaltD7R0WIOKkROnLjrdh0CxvS+s3WGGWFMPZvB2eH48BRnVxlSKrLdp/wBH19f0Kag6Q==",
- "_location": "/digest-fetch",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "digest-fetch@1.2.1",
- "name": "digest-fetch",
- "escapedName": "digest-fetch",
- "rawSpec": "1.2.1",
- "saveSpec": null,
- "fetchSpec": "1.2.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/digest-fetch/-/digest-fetch-1.2.1.tgz",
- "_spec": "1.2.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "stefanliu@outlook.com"
- },
- "bugs": {
- "url": "https://github.com/devfans/digest-fetch/issues"
- },
- "dependencies": {
- "base-64": "^0.1.0",
- "md5": "^2.3.0"
- },
- "description": "digest auth request plugin for fetch/node-fetch also support http basic auth authentication",
- "devDependencies": {
- "@babel/core": "^7.14.3",
- "@babel/preset-env": "^7.14.2",
- "after": "^0.8.2",
- "babel-loader": "^8.2.2",
- "babel-polyfill": "^6.26.0",
- "chai": "^4.2.0",
- "chai-http": "^4.3.0",
- "eslint": "^7.26.0",
- "express": "^4.17.1",
- "istanbul": "^1.1.0-alpha.1",
- "mocha": "^8.1.1",
- "node-fetch": "^2.6.1",
- "passport": "^0.4.0",
- "passport-http": "^0.3.0",
- "serialize-javascript": "^3.1.0",
- "webpack": "^4.26.1",
- "webpack-cli": "^3.1.2"
- },
- "homepage": "https://github.com/devfans/digest-fetch#readme",
- "keywords": [
- "digest",
- "auth",
- "fetch",
- "node-feth",
- "http",
- "basic",
- "authentication"
- ],
- "license": "ISC",
- "main": "digest-fetch-src.js",
- "name": "digest-fetch",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/devfans/digest-fetch.git"
- },
- "scripts": {
- "build": "NODE_ENV=\"production\" webpack --optimize-minimize",
- "lint": "eslint --plugin markdown --ext js,md .",
- "test": "mocha --check-leaks --bail --no-exit --reporter spec test/digest-*",
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --no-exit --reporter dot test/",
- "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --no-exit --reporter spec test/"
- },
- "version": "1.2.1"
- }
|