123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_from": "@nuxt/opencollective@^0.3.2",
- "_id": "@nuxt/opencollective@0.3.2",
- "_inBundle": false,
- "_integrity": "sha512-XG7rUdXG9fcafu9KTDIYjJSkRO38EwjlKYIb5TQ/0WDbiTUTtUtgncMscKOYzfsY86kGs05pAuMOR+3Fi0aN3A==",
- "_location": "/@nuxt/opencollective",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@nuxt/opencollective@^0.3.2",
- "name": "@nuxt/opencollective",
- "escapedName": "@nuxt%2fopencollective",
- "scope": "@nuxt",
- "rawSpec": "^0.3.2",
- "saveSpec": null,
- "fetchSpec": "^0.3.2"
- },
- "_requiredBy": [
- "/nuxt"
- ],
- "_resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.3.2.tgz",
- "_shasum": "83cb70cdb2bac5fad6f8c93529e7b11187d49c02",
- "_spec": "@nuxt/opencollective@^0.3.2",
- "_where": "H:\\gs_nuxt\\node_modules\\nuxt",
- "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": "@nuxt/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"
- }
|