{
  "_args": [
    [
      "npm-package-arg@8.0.0",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "npm-package-arg@8.0.0",
  "_id": "npm-package-arg@8.0.0",
  "_inBundle": false,
  "_integrity": "sha512-JgqZHCEUKvhX7EehLNdySiuB227a0QYra9wpZOkW+jvwsRYKkce7y5Rv2axkxScJU1EP+L32jT2PLhQz7IWHlw==",
  "_location": "/npm-package-arg",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "npm-package-arg@8.0.0",
    "name": "npm-package-arg",
    "escapedName": "npm-package-arg",
    "rawSpec": "8.0.0",
    "saveSpec": null,
    "fetchSpec": "8.0.0"
  },
  "_requiredBy": [
    "/npm-pick-manifest",
    "/npm-registry-fetch",
    "/pacote"
  ],
  "_resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-8.0.0.tgz",
  "_spec": "8.0.0",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/npm-package-arg/issues"
  },
  "dependencies": {
    "hosted-git-info": "^3.0.2",
    "osenv": "^0.1.5",
    "semver": "^7.0.0",
    "validate-npm-package-name": "^3.0.0"
  },
  "description": "Parse the things that can be arguments to `npm install`",
  "devDependencies": {
    "standard": "^11.0.1",
    "standard-version": "^7.0.1",
    "tap": "^14.10.2"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "npa.js"
  ],
  "homepage": "https://github.com/npm/npm-package-arg",
  "license": "ISC",
  "main": "npa.js",
  "name": "npm-package-arg",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npm-package-arg.git"
  },
  "scripts": {
    "postrelease": "npm publish && git push --follow-tags",
    "posttest": "standard",
    "prerelease": "npm t",
    "release": "standard-version -s",
    "test": "tap --100 -J --coverage test/*.js"
  },
  "version": "8.0.0"
}
