{
  "_args": [
    [
      "npm-registry-fetch@6.0.0",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "npm-registry-fetch@6.0.0",
  "_id": "npm-registry-fetch@6.0.0",
  "_inBundle": false,
  "_integrity": "sha512-TSzEzudrky0ArPskchM/7F5SrawBY5acMNtRqFuacEI2lCKEyfBjaENuuIU5Uq2CyHfJ+gWp5QlCprolKa5wKg==",
  "_location": "/npm-registry-fetch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "npm-registry-fetch@6.0.0",
    "name": "npm-registry-fetch",
    "escapedName": "npm-registry-fetch",
    "rawSpec": "6.0.0",
    "saveSpec": null,
    "fetchSpec": "6.0.0"
  },
  "_requiredBy": [
    "/pacote"
  ],
  "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-6.0.0.tgz",
  "_spec": "6.0.0",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Kat Marchán",
    "email": "kzm@sykosomatic.org"
  },
  "bugs": {
    "url": "https://github.com/npm/registry-fetch/issues"
  },
  "dependencies": {
    "@npmcli/ci-detect": "^1.0.0",
    "figgy-pudding": "^3.4.1",
    "lru-cache": "^5.1.1",
    "make-fetch-happen": "^7.1.0",
    "minipass": "^3.0.0",
    "minipass-fetch": "^1.1.2",
    "minipass-json-stream": "^1.0.1",
    "minizlib": "^2.0.0",
    "npm-package-arg": "^8.0.0",
    "safe-buffer": "^5.2.0",
    "semver": "^7.0.0"
  },
  "description": "Fetch-based http client for use with npm registry APIs",
  "devDependencies": {
    "cacache": "^13.0.1",
    "mkdirp": "^0.5.1",
    "nock": "^11.7.0",
    "npmlog": "^4.1.2",
    "rimraf": "^2.6.2",
    "ssri": "^7.1.0",
    "standard": "^14.3.1",
    "standard-version": "^7.0.1",
    "tap": "^14.10.4"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "*.js",
    "lib"
  ],
  "homepage": "https://github.com/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/registry-fetch.git"
  },
  "scripts": {
    "postrelease": "npm publish",
    "posttest": "standard",
    "prepublishOnly": "git push --follow-tags",
    "prerelease": "npm t",
    "release": "standard-version -s",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true,
    "test-ignore": "test[\\\\/](util|cache)[\\\\/]"
  },
  "version": "6.0.0"
}
