line_push/node_modules/@nuxt/opencollective/package.json
2022-07-18 02:50:52 +00:00

90 lines
2.4 KiB
JSON

{
"_args": [
[
"@nuxt/opencollective@0.3.3",
"/home/node/nuxt"
]
],
"_from": "@nuxt/opencollective@0.3.3",
"_id": "@nuxt/opencollective@0.3.3",
"_inBundle": false,
"_integrity": "sha512-6IKCd+gP0HliixqZT/p8nW3tucD6Sv/u/eR2A9X4rxT/6hXlMzA4GZQzq4d2qnBAwSwGpmKyzkyTjNjrhaA25A==",
"_location": "/@nuxt/opencollective",
"_phantomChildren": {
"supports-color": "7.2.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@nuxt/opencollective@0.3.3",
"name": "@nuxt/opencollective",
"escapedName": "@nuxt%2fopencollective",
"scope": "@nuxt",
"rawSpec": "0.3.3",
"saveSpec": null,
"fetchSpec": "0.3.3"
},
"_requiredBy": [
"/nuxt"
],
"_resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.3.3.tgz",
"_spec": "0.3.3",
"_where": "/home/node/nuxt",
"ava": {
"require": [
"jiti/register"
]
},
"bin": {
"opencollective": "bin/opencollective.js"
},
"bugs": {
"url": "https://github.com/nuxt-contrib/opencollective/issues"
},
"dependencies": {
"chalk": "^4.1.0",
"consola": "^2.15.0",
"node-fetch": "^2.6.7"
},
"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.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@nuxtjs/eslint-config": "^10.0.0",
"ava": "^4.2.0",
"bili": "latest",
"eslint": "^8.15.0",
"fetch-mock": "^9.11.0",
"jiti": "^1.13.0",
"nyc": "latest",
"sinon": "^14.0.0",
"standard-version": "^9.5.0"
},
"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.3"
}