{ "_from": "@nuxt/opencollective@^0.3.0", "_id": "@nuxt/opencollective@0.3.0", "_inBundle": false, "_integrity": "sha512-Vf09BxCdj1iT2IRqVwX5snaY2WCTkvM0O4cWWSO1ThCFuc4if0Q/nNwAgCxRU0FeYHJ7DdyMUNSdswCLKlVqeg==", "_location": "/@nuxt/opencollective", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@nuxt/opencollective@^0.3.0", "name": "@nuxt/opencollective", "escapedName": "@nuxt%2fopencollective", "scope": "@nuxt", "rawSpec": "^0.3.0", "saveSpec": null, "fetchSpec": "^0.3.0" }, "_requiredBy": [ "/bootstrap-vue" ], "_resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.3.0.tgz", "_shasum": "11d8944dcf2d526e31660bb69570be03f8fb72b7", "_spec": "@nuxt/opencollective@^0.3.0", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/bootstrap-vue", "ava": { "require": [ "esm" ] }, "bin": { "opencollective": "bin/opencollective.js" }, "bugs": { "url": "https://github.com/nuxt-community/opencollective/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Alexander Lichter", "email": "npm@lichter.io" } ], "dependencies": { "chalk": "^2.4.2", "consola": "^2.10.1", "node-fetch": "^2.6.0" }, "deprecated": false, "description": "[![npm (scoped with tag)](https://img.shields.io/npm/v/@nuxtjs/opencollective/latest.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/opencollective) [![npm](https://img.shields.io/npm/dt/@nuxtjs/opencollective.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/opencollective) [![CircleCI](https://img.shields.io/circleci/project/github/nuxt/opencollective.svg?style=flat-square)](https://circleci.com/gh/nuxt/opencollective) [![Codecov](https://img.shields.io/codecov/c/github/nuxt/opencollective.svg?style=flat-square)](https://codecov.io/gh/nuxt/opencollective) [![Dependencies](https://david-dm.org/nuxt/opencollective/status.svg?style=flat-square)](https://david-dm.org/nuxt/opencollective) [![js-standard-style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com)", "devDependencies": { "@commitlint/cli": "^8.1.0", "@commitlint/config-conventional": "^8.1.0", "ava": "^2.3.0", "bili": "^4.8.1", "codecov": "^3.5.0", "eslint": "^6.2.2", "eslint-config-standard": "^14.0.1", "eslint-plugin-ava": "^8.0.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^9.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "eslint-plugin-vue": "^5.2.3", "esm": "^3.0.84", "fetch-mock": "^7.3.9", "husky": "^3.0.4", "nyc": "^14.1.1", "sinon": "^7.4.1", "standard-version": "^7.0.0" }, "engines": { "node": ">=8.0.0", "npm": ">=5.0.0" }, "files": [ "bin", "dist" ], "homepage": "https://github.com/nuxt-community/opencollective#readme", "husky": { "hooks": { "pre-commit": "npm run lint", "commit-msg": "npm run commitlint" } }, "license": "MIT", "main": "dist/opencollective.cjs.js", "name": "@nuxt/opencollective", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/nuxt-community/opencollective.git" }, "scripts": { "build": "bili -t node --format cjs --file-name opencollective.cjs src/index.js", "commitlint": "commitlint -e $GIT_PARAMS", "coverage": "codecov", "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.0" }