{
  "_from": "@nuxtjs/opencollective@0.3.2",
  "_id": "@nuxtjs/opencollective@0.3.2",
  "_inBundle": false,
  "_integrity": "sha512-um0xL3fO7Mf4fDxcqx9KryrB7zgRM5JSlvGN5AGkP6JLM5XEKyjeAiPbNxdXVXQ16isuAhYpvP88NgL2BGd6aA==",
  "_location": "/@nuxtjs/opencollective",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nuxtjs/opencollective@0.3.2",
    "name": "@nuxtjs/opencollective",
    "escapedName": "@nuxtjs%2fopencollective",
    "scope": "@nuxtjs",
    "rawSpec": "0.3.2",
    "saveSpec": null,
    "fetchSpec": "0.3.2"
  },
  "_requiredBy": [
    "/@nestjs/core"
  ],
  "_resolved": "https://registry.npmmirror.com/@nuxtjs/opencollective/-/opencollective-0.3.2.tgz",
  "_shasum": "620ce1044f7ac77185e825e1936115bb38e2681c",
  "_spec": "@nuxtjs/opencollective@0.3.2",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo/node_modules/@nestjs/core",
  "ava": {
    "require": [
      "esm"
    ]
  },
  "bin": {
    "opencollective": "bin/opencollective.js"
  },
  "bugs": {
    "url": "https://github.com/nuxt-contrib/opencollective/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^4.1.0",
    "consola": "^2.15.0",
    "node-fetch": "^2.6.1"
  },
  "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": "latest",
    "@commitlint/config-conventional": "latest",
    "@nuxtjs/eslint-config": "latest",
    "ava": "latest",
    "bili": "latest",
    "eslint": "latest",
    "esm": "latest",
    "fetch-mock": "latest",
    "nyc": "latest",
    "sinon": "latest",
    "standard-version": "latest"
  },
  "engines": {
    "node": ">=8.0.0",
    "npm": ">=5.0.0"
  },
  "files": [
    "bin",
    "dist"
  ],
  "homepage": "https://github.com/nuxt-contrib/opencollective#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@nuxtjs/opencollective",
  "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",
    "prepublish": "yarn build",
    "release": "standard-version && git push --follow-tags && npm publish",
    "test": "yarn lint && yarn test:coverage",
    "test:ava": "nyc ava --verbose",
    "test:coverage": "nyc --reporter=lcov --reporter=html ava"
  },
  "version": "0.3.2"
}
