{
  "_from": "@nuxt/opencollective@0.4.1",
  "_id": "@nuxt/opencollective@0.4.1",
  "_inBundle": false,
  "_integrity": "sha512-GXD3wy50qYbxCJ652bDrDzgMr3NFEkIS374+IgFQKkCvk9yiYcLvX2XDYr7UyQxf4wK0e+yqDYRubZ0DtOxnmQ==",
  "_location": "/@nuxt/opencollective",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nuxt/opencollective@0.4.1",
    "name": "@nuxt/opencollective",
    "escapedName": "@nuxt%2fopencollective",
    "scope": "@nuxt",
    "rawSpec": "0.4.1",
    "saveSpec": null,
    "fetchSpec": "0.4.1"
  },
  "_requiredBy": [
    "/@nestjs/core"
  ],
  "_resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.4.1.tgz",
  "_shasum": "57bc41d2b03b2fba20b935c15950ac0f4bd2cea2",
  "_spec": "@nuxt/opencollective@0.4.1",
  "_where": "/var/www/html/node_modules/@nestjs/core",
  "ava": {
    "require": [
      "jiti/register"
    ]
  },
  "bin": {
    "opencollective": "bin/opencollective.js"
  },
  "bugs": {
    "url": "https://github.com/nuxt-contrib/opencollective/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "consola": "^3.2.3"
  },
  "deprecated": false,
  "description": "[![npm version][npm-v-src]][npm-v-href] [![npm downloads][npm-d-src]][npm-d-href] [![status][github-actions-src]][github-actions-href]",
  "devDependencies": {
    "@commitlint/cli": "^17.8.1",
    "@commitlint/config-conventional": "^17.8.1",
    "@nuxtjs/eslint-config": "^12.0.0",
    "ava": "^5.3.1",
    "bili": "latest",
    "eslint": "^8.57.1",
    "fetch-mock": "^9.11.0",
    "installed-check": "^9.3.0",
    "jiti": "^1.21.6",
    "node-fetch": "npm:node-fetch-native@^1.6.4",
    "nyc": "latest",
    "sinon": "^17.0.1",
    "standard-version": "^9.5.0"
  },
  "engines": {
    "node": "^14.18.0 || >=16.10.0",
    "npm": ">=5.10.0"
  },
  "files": [
    "bin",
    "dist"
  ],
  "homepage": "https://github.com/nuxt-contrib/opencollective#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@nuxt/opencollective",
  "packageManager": "pnpm@9.15.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt-contrib/opencollective.git"
  },
  "scripts": {
    "build": "bili -t node --format cjs src/index.js",
    "lint": "eslint src test",
    "lint:engines": "installed-check -d",
    "prepublish": "pnpm build",
    "release": "standard-version && git push --follow-tags && npm publish",
    "test": "pnpm lint && pnpm test:coverage",
    "test:ava": "nyc ava --verbose",
    "test:coverage": "nyc --reporter=lcov --reporter=html ava"
  },
  "version": "0.4.1"
}
