{
  "_args": [
    [
      "@npmcli/ci-detect@1.1.0",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "@npmcli/ci-detect@1.1.0",
  "_id": "@npmcli/ci-detect@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-PNDzb12OvWQ3n1iGVv3IqXJyVogBSEckPQ/+E9ijdsTRxM5Kz1Wpa//voHZO967NMTvQ9LcpNZ/2TXUpEE9GRw==",
  "_location": "/@npmcli/ci-detect",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@npmcli/ci-detect@1.1.0",
    "name": "@npmcli/ci-detect",
    "escapedName": "@npmcli%2fci-detect",
    "scope": "@npmcli",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/npm-registry-fetch"
  ],
  "_resolved": "https://registry.npmjs.org/@npmcli/ci-detect/-/ci-detect-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "description": "Detect what kind of CI environment the program is in",
  "devDependencies": {
    "tap": "^14.10.2"
  },
  "files": [
    "index.js"
  ],
  "license": "ISC",
  "name": "@npmcli/ci-detect",
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.1.0"
}
