CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json75 linesDownload Raw Back to make-fetch-happen
1{2  "name": "make-fetch-happen",3  "version": "14.0.3",4  "description": "Opinionated, caching, retrying fetch client",5  "main": "lib/index.js",6  "files": [7    "bin/",8    "lib/"9  ],10  "scripts": {11    "test": "tap",12    "posttest": "npm run lint",13    "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",14    "lint": "npm run eslint",15    "lintfix": "npm run eslint -- --fix",16    "postlint": "template-oss-check",17    "snap": "tap",18    "template-oss-apply": "template-oss-apply --force"19  },20  "repository": {21    "type": "git",22    "url": "git+https://github.com/npm/make-fetch-happen.git"23  },24  "keywords": [25    "http",26    "request",27    "fetch",28    "mean girls",29    "caching",30    "cache",31    "subresource integrity"32  ],33  "author": "GitHub Inc.",34  "license": "ISC",35  "dependencies": {36    "@npmcli/agent": "^3.0.0",37    "cacache": "^19.0.1",38    "http-cache-semantics": "^4.1.1",39    "minipass": "^7.0.2",40    "minipass-fetch": "^4.0.0",41    "minipass-flush": "^1.0.5",42    "minipass-pipeline": "^1.2.4",43    "negotiator": "^1.0.0",44    "proc-log": "^5.0.0",45    "promise-retry": "^2.0.1",46    "ssri": "^12.0.0"47  },48  "devDependencies": {49    "@npmcli/eslint-config": "^5.0.0",50    "@npmcli/template-oss": "4.23.4",51    "nock": "^13.2.4",52    "safe-buffer": "^5.2.1",53    "standard-version": "^9.3.2",54    "tap": "^16.0.0"55  },56  "engines": {57    "node": "^18.17.0 || >=20.5.0"58  },59  "tap": {60    "color": 1,61    "files": "test/*.js",62    "check-coverage": true,63    "timeout": 60,64    "nyc-arg": [65      "--exclude",66      "tap-snapshots/**"67    ]68  },69  "templateOSS": {70    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",71    "version": "4.23.4",72    "publish": "true"73  }74}75 
basant307/AI_Governance_Project · CoolFace