{ "_args": [ [ "npm-registry-fetch@11.0.0", "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" ] ], "_development": true, "_from": "npm-registry-fetch@11.0.0", "_id": "npm-registry-fetch@11.0.0", "_inBundle": false, "_integrity": "sha512-jmlgSxoDNuhAtxUIG6pVwwtz840i994dL14FoNVZisrmZW5kWd63IUTNv1m/hyRSGSqWjCUp/YZlS1BJyNp9XA==", "_location": "/npm-registry-fetch", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "npm-registry-fetch@11.0.0", "name": "npm-registry-fetch", "escapedName": "npm-registry-fetch", "rawSpec": "11.0.0", "saveSpec": null, "fetchSpec": "11.0.0" }, "_requiredBy": [ "/pacote" ], "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-11.0.0.tgz", "_spec": "11.0.0", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org" }, "bugs": { "url": "https://github.com/npm/npm-registry-fetch/issues" }, "dependencies": { "make-fetch-happen": "^9.0.1", "minipass": "^3.1.3", "minipass-fetch": "^1.3.0", "minipass-json-stream": "^1.0.1", "minizlib": "^2.0.0", "npm-package-arg": "^8.0.0" }, "description": "Fetch-based http client for use with npm registry APIs", "devDependencies": { "@npmcli/lint": "^1.0.1", "cacache": "^15.0.0", "nock": "^13.1.0", "npmlog": "^4.1.2", "require-inject": "^1.4.4", "ssri": "^8.0.0", "tap": "^15.0.4" }, "engines": { "node": ">=10" }, "files": [ "*.js" ], "homepage": "https://github.com/npm/npm-registry-fetch#readme", "keywords": [ "npm", "registry", "fetch" ], "license": "ISC", "main": "index.js", "name": "npm-registry-fetch", "repository": { "type": "git", "url": "git+https://github.com/npm/npm-registry-fetch.git" }, "scripts": { "eslint": "eslint", "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"", "lintfix": "npm run lint -- --fix", "npmclilint": "npmcli-lint", "postsnap": "npm run lintfix --", "posttest": "npm run lint --", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags", "preversion": "npm test", "test": "tap" }, "tap": { "check-coverage": true, "test-ignore": "test[\\\\/](util|cache)[\\\\/]" }, "version": "11.0.0" }